------
* Added README, pyproject description, and release to pypi
* Updated pyproject descriptions and classifiers
* testing workflow
* fixed url for test pypi
* updated to using pypy test
* Added github action for building release
* Added gevent and sqlite3 based tests
* Added keystore tests, markers and fixed references
* Bump to version 0.1.1 of volttron-utils
* Removed get\_home (should use ClientContext.get\_volttron\_home()) now
* utils now has context imported
* Fixed network re warnings
* Added networking functions
* Update context
* Transfered more functionality to client context
* Added frozendict testing
* Added tests for network and frame serialization
* Added on push to workflows
* Moved context to the utils module
* Added support for both 18.04 and 20.04 os images
* fixed up time.py module
* Fixed import reported by flake8
* No dev install so we install pytest into the environment after installing pytest and black
* Forgot to put poetry in front of environment
* Updated to include flake8 and pytest install code
* Added new github action to pull requests
* Added black to dev dependency
* Added files to the volttron.utils module for use throughout the project
* Added tests, black precommit
* Initial volttron-client from 4a0e393cf01227ae5917324dc83b313ab7fba4da in main volttron repo