.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
benchmarks/.gitignore
benchmarks/README.rst
benchmarks/asv.conf.json
benchmarks/benchmarks/__init__.py
benchmarks/benchmarks/bench_alphabet.py
benchmarks/benchmarks/bench_intervals.py
benchmarks/benchmarks/bench_ma_alphabet.py
benchmarks/benchmarks/bench_ma_intervals.py
benchmarks/benchmarks/bench_ma_order.py
benchmarks/benchmarks/bench_order.py
benchmarks/benchmarks/cases.py
benchmarks/benchmarks/ma_cases.py
docs/Makefile
docs/authors.md
docs/authors.rst
docs/changelog.md
docs/changelog.rst
docs/conf.py
docs/contributing.md
docs/contributing.rst
docs/index.md
docs/index.rst
docs/license.md
docs/license.rst
docs/readme.md
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/foapy/__init__.py
src/foapy/alphabet.py
src/foapy/constants_intervals.py
src/foapy/exceptions.py
src/foapy/intervals.py
src/foapy/order.py
src/foapy.egg-info/PKG-INFO
src/foapy.egg-info/SOURCES.txt
src/foapy.egg-info/dependency_links.txt
src/foapy.egg-info/not-zip-safe
src/foapy.egg-info/requires.txt
src/foapy.egg-info/top_level.txt
src/foapy/ma/__init__.py
src/foapy/ma/alphabet.py
src/foapy/ma/intervals.py
src/foapy/ma/order.py
tests/test_alphabet.py
tests/test_intervals.py
tests/test_ma_alphabet.py
tests/test_ma_intervals.py
tests/test_ma_order.py
tests/test_order.py