LICENSE
README.md
pyproject.toml
src/propert/__init__.py
src/propert/autoproperty.py
src/propert/base.py
src/propert/classproperty.py
src/propert/common.py
src/propert/meta.py
src/propert/shorthands.py
src/propert/staticproperty.py
src/propert/types.py
src/propert.egg-info/PKG-INFO
src/propert.egg-info/SOURCES.txt
src/propert.egg-info/dependency_links.txt
src/propert.egg-info/requires.txt
src/propert.egg-info/top_level.txt
tests/test_classproperties.py
tests/test_metas.py
tests/test_mypy.py
tests/test_shorthands.py
tests/test_staticproperties.py