LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
DataProperty.egg-info/PKG-INFO
DataProperty.egg-info/SOURCES.txt
DataProperty.egg-info/dependency_links.txt
DataProperty.egg-info/requires.txt
DataProperty.egg-info/top_level.txt
dataproperty/__init__.py
dataproperty/_align.py
dataproperty/_align_getter.py
dataproperty/_container.py
dataproperty/_data_property.py
dataproperty/_error.py
dataproperty/_function.py
dataproperty/_interface.py
dataproperty/_property_extractor.py
dataproperty/_type_checker.py
dataproperty/_type_checker_creator.py
dataproperty/_typecode.py
dataproperty/converter/__init__.py
dataproperty/converter/_core.py
dataproperty/converter/_creator.py
misc/README.md
misc/README_HEADER.rst
misc/readme_converter.py
misc/sample.ipynb
misc/summary.txt
misc/.ipynb_checkpoints/sample-checkpoint.ipynb
requirements/docs_requirements.txt
requirements/requirements.txt
requirements/test_requirements.txt
test/test_align_getter.py
test/test_container.py
test/test_converter.py
test/test_converter_creator.py
test/test_function.py
test/test_property.py
test/test_property_extractor.py
test/test_type_checker.py
test/test_type_checker_creator.py
test/test_typecode.py