Metadata-Version: 2.4
Name: deprecat
Version: 2.1.3
Summary: Python @deprecat decorator to deprecate old python classes, functions or methods.
Home-page: https://github.com/mjhajharia/deprecat
Download-URL: https://github.com/mjhajharia/deprecat/archive/refs/tags/v2.1.3.tar.gz
Author: Meenal Jhajharia
Author-email: meenal@mjhajharia.com
License: MIT
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: PyTest; python_version >= "3.6" and extra == "dev"
Requires-Dist: PyTest<5; python_version < "3.6" and extra == "dev"
Requires-Dist: PyTest-Cov; python_version >= "3.6" and extra == "dev"
Requires-Dist: PyTest-Cov<2.6; python_version < "3.6" and extra == "dev"
Requires-Dist: bump2version<1; extra == "dev"
Requires-Dist: sphinx<2; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Deprecation helper
