README.md
pyproject.toml
setup.py
py_deprecate/__init__.py
py_deprecate/decorate.py
py_deprecate/exceptions.py
py_deprecate/settings.py
py_deprecate.egg-info/PKG-INFO
py_deprecate.egg-info/SOURCES.txt
py_deprecate.egg-info/dependency_links.txt
py_deprecate.egg-info/top_level.txt
py_deprecate/behaviors/__init__.py
py_deprecate/behaviors/base.py
py_deprecate/behaviors/disabled.py
py_deprecate/behaviors/log.py
py_deprecate/behaviors/raise_exception.py
tests/__init__.py
tests/fixtures.py
tests/test_decorator.py