.editorconfig
.gitignore
.readthedocs.yml
.travis.yml
CHANGELOG.rst
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/modules.rst
docs/pydecor.caches.rst
docs/pydecor.constants.rst
docs/pydecor.decorators.generic.rst
docs/pydecor.decorators.ready_to_wear.rst
docs/pydecor.decorators.rst
docs/pydecor.functions.rst
docs/pydecor.rst
docs/requirements.txt
scripts/check_ready_to_distribute.py
src/pydecor/__init__.py
src/pydecor/_memoization.py
src/pydecor/_version.py
src/pydecor/caches.py
src/pydecor/constants.py
src/pydecor/functions.py
src/pydecor.egg-info/PKG-INFO
src/pydecor.egg-info/SOURCES.txt
src/pydecor.egg-info/dependency_links.txt
src/pydecor.egg-info/requires.txt
src/pydecor.egg-info/top_level.txt
src/pydecor/decorators/__init__.py
src/pydecor/decorators/_utility.py
src/pydecor/decorators/_visibility.py
src/pydecor/decorators/generic.py
src/pydecor/decorators/ready_to_wear.py
tests/__init__.py
tests/test_caches.py
tests/test_functions.py
tests/test_memoization.py
tests/decorators/__init__.py
tests/decorators/test_export.py
tests/decorators/test_generics.py
tests/decorators/test_ready_to_wear.py
tests/decorators/exports/__init__.py
tests/decorators/exports/class_export.py
tests/decorators/exports/list_all.py
tests/decorators/exports/multi_export.py
tests/decorators/exports/no_all.py
tests/decorators/exports/tuple_all.py