CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
auto_deprecator/__init__.py
auto_deprecator.egg-info/PKG-INFO
auto_deprecator.egg-info/SOURCES.txt
auto_deprecator.egg-info/dependency_links.txt
auto_deprecator.egg-info/entry_points.txt
auto_deprecator.egg-info/not-zip-safe
auto_deprecator.egg-info/requires.txt
auto_deprecator.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/cycle.png
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/class/__init__.py
tests/class/conftest.py
tests/class/test_auto_deprecate.py
tests/class/test_deprecate.py
tests/function/__init__.py
tests/function/conftest.py
tests/function/test_auto_deprecate.py
tests/function/test_auto_deprecate_comments.py
tests/function/test_deprecate.py
tests/function/test_deprecate_env_var.py
tests/function/test_deprecate_error_warn_handler.py
tests/function/test_deprecate_version_module.py
tests/function/test_simple_deprecate.py