.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/publish.yml
DataProperty.egg-info/PKG-INFO
DataProperty.egg-info/SOURCES.txt
DataProperty.egg-info/dependency_links.txt
DataProperty.egg-info/not-zip-safe
DataProperty.egg-info/requires.txt
DataProperty.egg-info/top_level.txt
dataproperty/__init__.py
dataproperty/__version__.py
dataproperty/_align.py
dataproperty/_align_getter.py
dataproperty/_base.py
dataproperty/_column.py
dataproperty/_common.py
dataproperty/_container.py
dataproperty/_converter.py
dataproperty/_dataproperty.py
dataproperty/_extractor.py
dataproperty/_formatter.py
dataproperty/_function.py
dataproperty/_interface.py
dataproperty/_line_break.py
dataproperty/_preprocessor.py
dataproperty/py.typed
dataproperty/typing.py
dataproperty/logger/__init__.py
dataproperty/logger/_logger.py
dataproperty/logger/_null_logger.py
examples/ipynb/DataProperty.ipynb
examples/ipynb/README.rst
examples/py/to_column_dp_list.py
examples/py/to_dp_matrix.py
misc/summary.txt
requirements/docs_requirements.txt
requirements/requirements.txt
requirements/test_requirements.txt
test/__init__.py
test/common.py
test/test_align_getter.py
test/test_column_dataproperty.py
test/test_container.py
test/test_dataproperty.py
test/test_extractor.py
test/test_formatter.py
test/test_function.py
test/test_logger.py
test/test_preprocessor.py
test/test_str_function.py
test/test_typing.py