- fixed package classifiers
- Droppet support for python 3.5 and 3.6
- Added support for python 3.9, 3.10, 3.11 and 3.12
- added publishing of the package when a new release is done
- fixed issue #9
- Fixed some code style issues
- Added Codacy badge
- Improved README.md for local development
- Added publishing to pypi.org via github action
- Moved repo to personal account
- Added link to github status badge
- Addressed problem with project description page on pypi.org
- Restructured README.md
- Added github status badge
- Fixed
long_description_content_type
for proper markdown render
- Added github action in order to run tests
- Changed the README.rst to README.md
- Updated the package classifiers
- Dropped support for Python 2.7, Python 3.4 and Pypy
- Added support for Python 3.7 and Python 3.8
- Added checker for breakpoint() keyword, avalaible since python 3.7
- Dropped support for Python 3.3
- Initial version