CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/api/index.rst
docs/source/dev/contributing.rst
docs/source/dev/index.rst
docs/source/dev/map.rst
docs/source/dev/style.rst
docs/source/dev/todo.rst
docs/source/user/index.rst
docs/source/user/installation.rst
docs/source/user/overview.rst
docs/source/user/recipes.rst
pyproprop.egg-info/PKG-INFO
pyproprop.egg-info/SOURCES.txt
pyproprop.egg-info/dependency_links.txt
pyproprop.egg-info/requires.txt
pyproprop.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/unit/__init__.py
tests/unit/test_named_iterable.py
tests/unit/test_str_format_function.py
tests/unit/test_utils.py
tests/unit/options/__init__.py
tests/unit/options/test_options.py
tests/unit/options/test_processed_property_with_option.py
tests/unit/processed_property/__init__.py
tests/unit/processed_property/test_cast.py
tests/unit/processed_property/test_compare.py
tests/unit/processed_property/test_default.py
tests/unit/processed_property/test_general.py
tests/unit/processed_property/test_iterable.py
tests/unit/processed_property/test_optimisable.py
tests/unit/processed_property/test_option.py
tests/unit/processed_property/test_parse_kwargs.py
tests/unit/processed_property/test_post_method.py
tests/unit/processed_property/test_read_only.py
tests/unit/processed_property/test_str_format.py
tests/unit/processed_property/test_type_repr_error_msg.py