- Added automatic versioning information from pyproject.toml
- Changed from setup.py to poetry for dependencies and packaging
- Added Github Actions for test-deployment to Test PyPI
- Added Github actions for deployment to PyPi on new release
- Added custom context manager to use a "with" statement for managing connections
- Adds .gitignore
- Improved error message when unable to connect
- DoSet to allow for no arguments
- Improved array return from DoGet
- Added testing
- Improved list and array handling for DoGet and DoSet functions
- Added string parsing of results when [$] is supplied in a DoGet statement
- Improved docstrings
- Initial release
- Returns correct data type from DoGet function
- Added changelog, docstrings, changed openserver.py filename