.commitlintrc.yml
.coveragerc
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
versioneer.py
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
.vscode/settings.json
conda-recipe/meta.yaml
envs/dev.yml
src/memoprop/__about__.py
src/memoprop/__init__.py
src/memoprop/_version.py
src/memoprop/decorators.py
src/memoprop.egg-info/PKG-INFO
src/memoprop.egg-info/SOURCES.txt
src/memoprop.egg-info/dependency_links.txt
src/memoprop.egg-info/not-zip-safe
src/memoprop.egg-info/requires.txt
src/memoprop.egg-info/top_level.txt
tests/test_about.py
tests/test_decorators.py