.gitignore
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
conda/meta.yaml
proper_tea/__init__.py
proper_tea/_version.py
proper_tea/constrained_numbers.py
proper_tea/discrete_sets.py
proper_tea/property_factory.py
proper_tea.egg-info/PKG-INFO
proper_tea.egg-info/SOURCES.txt
proper_tea.egg-info/dependency_links.txt
proper_tea.egg-info/requires.txt
proper_tea.egg-info/top_level.txt
proper_tea/numpy/__init__.py
proper_tea/numpy/numpy_arrays.py
tests/test_constrained_numbers.py
tests/test_discrete_sets.py
tests/test_numpy_arrays.py
tests/test_property_factory.py