AUTHORS.rst
LICENSE.rst
MANIFEST.in
README.md
pyproject.toml
requirements/conda.txt
requirements/docs.txt
requirements/pip.txt
requirements/test.txt
src/CAF/__init__.py
src/CAF/version.py
src/CAF/features/binary.py
src/CAF/features/binary_extended.py
src/CAF/features/binary_helper.py
src/CAF/features/encoding.py
src/CAF/features/generator.py
src/CAF/features/quaternary.py
src/CAF/features/quaternary_helper.py
src/CAF/features/ternary.py
src/CAF/features/ternary_extended.py
src/CAF/features/ternary_helper.py
src/CAF/features/transform.py
src/CAF/features/universal.py
src/CAF/features/universal_extended.py
src/CAF/features/universal_helper.py
src/CAF/sort/custom.py
src/CAF/sort/property.py
src/CAF/sort/stoichiometry.py
src/composition_analyzer_featurizer.egg-info/PKG-INFO
src/composition_analyzer_featurizer.egg-info/SOURCES.txt
src/composition_analyzer_featurizer.egg-info/dependency_links.txt
src/composition_analyzer_featurizer.egg-info/requires.txt
src/composition_analyzer_featurizer.egg-info/top_level.txt
tests/conftest.py
tests/analyze/test_cif.py
tests/data/cifs/ICSD_43054.cif
tests/data/cifs/PCD_250117.cif
tests/data/sort/test-custom-labels.xlsx
tests/features/test_binary.py
tests/features/test_binary_extended.py
tests/features/test_encoder.py
tests/features/test_encoding.py
tests/features/test_generator.py
tests/features/test_quaternary.py
tests/features/test_ternary.py
tests/features/test_ternary_extended.py
tests/features/test_universal.py
tests/features/test_universal_extended.py
tests/features/test_version.py
tests/sort/test_custom.py
tests/sort/test_property.py
tests/sort/test_stoichiometry.py