Metadata-Version: 2.1
Name: deprecat
Version: 2.1.1
Summary: Python @deprecat decorator to deprecate old python classes, functions or methods.
Home-page: https://github.com/deprecat/deprecat
Author: Meenal Jhajharia
Author-email: meenal@mjhajharia.com
License: MIT
Download-URL: https://github.com/deprecat/deprecat/archive/refs/tags/v2.1.1.tar.gz
Keywords: deprecate,deprecated,deprecation,warning,warn,decorator
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: wrapt (<2,>=1.10)
Provides-Extra: dev
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: bump2version (<1) ; extra == 'dev'
Requires-Dist: sphinx (<2) ; extra == 'dev'
Requires-Dist: PyTest (<5) ; (python_version < "3.6") and extra == 'dev'
Requires-Dist: PyTest-Cov (<2.6) ; (python_version < "3.6") and extra == 'dev'
Requires-Dist: PyTest ; (python_version >= "3.6") and extra == 'dev'
Requires-Dist: PyTest-Cov ; (python_version >= "3.6") and extra == 'dev'

Deprecation helper

