All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- WIP
- support for python 3.10
- black in pre-commit
- isort in pre-commit
- dependency
httpx
- display required time in console
- moved from synchronous to asynchronous http calls for the PyPiJSON API
- support for python 3.6 and pypy3 <= 3.6
- pylama from pre-commit
- dependency
requests
- dependency
pyopenssl
- add support for python 3.9
- drop support for python 3.5
- drop support for python 2.7, 3.4 and pypy2
- add license information to console output
- add default values for
categorized_package_data
to avoid crash on packages not available on pypi
-pr
,--pre-releases
parameter to explicitly enable display of pre-releases in console
- Module structure for module and console functions
- Replace PyPi URL with new PyPi Warehouse URL
- Replace pip internal functions. Since the release of pip 9.0.2 the import of pip related libraries is not allowed anymore pypa/pip#5081
- Adds license information
- Information about pre-release versions
- Fixes docs on pypi
- Several fixes
- Several fixes
- Several fixes
- Several fixes
- Initial Release