Classy
What's Changed
- Classy dev by @mszeu in #23
- The connection logic has been improved and transformed in a Python Class
- In this version, the SSL and TCP connections are not open and closed for every call, but the same connection is used to send all the commands
- The Docustrings have been improved
- The HELP (-h) output has been fixed and improved
- Some minor logical errors have been fixed
Full Changelog: v1.2...v1.3