deprecation 2.1.0
0
A library to handle automated deprecations
Contents
A library to handle automated deprecations
Stars: 88, Watchers: 88, Forks: 31, Open Issues: 20The briancurtin/deprecation
repo was created 7 years ago and the last code push was 1 years ago. The project is moderately popular with 88 github stars!
How to Install deprecation
You can install deprecation using pip
pip install deprecation
or add it to a project with poetry
poetry add deprecation
Package Details
- Author
- Brian Curtin
- License
- Apache 2
- Homepage
- http://deprecation.readthedocs.io/
- PyPi:
- https://pypi.org/project/deprecation/
- Documentation:
- http://deprecation.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/briancurtin/deprecation
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common deprecation errors.
Code Examples
Here are some deprecation
code examples and snippets.
GitHub Issues
The deprecation package has 20 open issues on GitHub
- Make unittest optional for python3.5+
- Add type information (PEP 561)
- Fix minor typo in code comment
- 2.1.0: test suite is usnig
unittest2