.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/development.rst
docs/examples.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/rationale.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/testing.rst
docs/todo.rst
docs/presentations/pycon.se-lightningtalk.pdf
docs/presentations/pycon.se-lightningtalk.rst
docs/reference/aspectlib.contrib.rst
docs/reference/aspectlib.debug.rst
docs/reference/aspectlib.rst
docs/reference/aspectlib.test.rst
docs/reference/index.rst
src/aspectlib/__init__.py
src/aspectlib/contrib.py
src/aspectlib/debug.py
src/aspectlib/pytestsupport.py
src/aspectlib/test.py
src/aspectlib/utils.py
src/aspectlib.egg-info/PKG-INFO
src/aspectlib.egg-info/SOURCES.txt
src/aspectlib.egg-info/dependency_links.txt
src/aspectlib.egg-info/entry_points.txt
src/aspectlib.egg-info/not-zip-safe
src/aspectlib.egg-info/requires.txt
src/aspectlib.egg-info/top_level.txt
tests/conftest.py
tests/mymod.py
tests/test_aspectlib.py
tests/test_aspectlib_debug.py
tests/test_aspectlib_py3.py
tests/test_aspectlib_py37.py
tests/test_aspectlib_test.py
tests/test_contrib.py
tests/test_integrations.py
tests/test_pytestsupport.py
tests/test_pkg1/__init__.py
tests/test_pkg1/test_pkg2/__init__.py
tests/test_pkg1/test_pkg2/test_mod.py