CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
auto_deprecator/__init__.py
auto_deprecator/deprecate.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
auto_deprecator/cli/__init__.py
auto_deprecator/cli/auto_deprecate.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
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_deprecate.py
tests/function/test_deprecate_env_var.py
tests/function/test_deprecate_relocate.py
tests/function/test_deprecate_version_module.py
tests/function/test_simple_deprecate.py