LICENSE
MANIFEST.in
README.md
setup.py
src/handwriting_features/__init__.py
src/handwriting_features.egg-info/PKG-INFO
src/handwriting_features.egg-info/SOURCES.txt
src/handwriting_features.egg-info/dependency_links.txt
src/handwriting_features.egg-info/requires.txt
src/handwriting_features.egg-info/top_level.txt
src/handwriting_features/data/__init__.py
src/handwriting_features/data/containers/__init__.py
src/handwriting_features/data/containers/sample.py
src/handwriting_features/data/descriptors/__init__.py
src/handwriting_features/data/descriptors/statistics.py
src/handwriting_features/data/exceptions/__init__.py
src/handwriting_features/data/exceptions/sample.py
src/handwriting_features/data/exceptions/statistics.py
src/handwriting_features/data/utils/__init__.py
src/handwriting_features/data/utils/cleanup.py
src/handwriting_features/data/utils/dsp.py
src/handwriting_features/data/utils/iteration.py
src/handwriting_features/data/utils/math.py
src/handwriting_features/features/__init__.py
src/handwriting_features/features/base.py
src/handwriting_features/features/interface.py
src/handwriting_features/features/configuration/__init__.py
src/handwriting_features/features/configuration/mapping.py
src/handwriting_features/features/configuration/settings.py
src/handwriting_features/features/exceptions/__init__.py
src/handwriting_features/features/exceptions/mapping.py
src/handwriting_features/features/exceptions/validation.py
src/handwriting_features/features/implementation/__init__.py
src/handwriting_features/features/implementation/conventional/__init__.py
src/handwriting_features/features/implementation/conventional/composite.py
src/handwriting_features/features/implementation/conventional/dynamic.py
src/handwriting_features/features/implementation/conventional/kinematic.py
src/handwriting_features/features/implementation/conventional/spatial.py
src/handwriting_features/features/implementation/conventional/temporal.py
src/handwriting_features/features/implementation/conventional/utils/__init__.py
src/handwriting_features/features/implementation/conventional/utils/composite.py
src/handwriting_features/features/implementation/conventional/utils/dynamic.py
src/handwriting_features/features/implementation/conventional/utils/kinematic.py
src/handwriting_features/features/implementation/conventional/utils/spatial.py
src/handwriting_features/features/implementation/conventional/utils/temporal.py
src/handwriting_features/features/validation/__init__.py
src/handwriting_features/features/validation/utils.py
src/handwriting_features/interface/__init__.py
src/handwriting_features/interface/featurizer/__init__.py
src/handwriting_features/interface/featurizer/exceptions.py
src/handwriting_features/interface/featurizer/handlers.py
src/handwriting_features/interface/featurizer/utils.py