Metadata-Version: 2.1
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
Provides-Extra: dev
License-File: LICENSE.rst

Deprecation helper
