.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/api.rst
docs/cli.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/make.py
docs/requirements.txt
docs/usage.rst
phrasplit/__init__.py
phrasplit/_version.py
phrasplit/cli.py
phrasplit/py.typed
phrasplit/splitter.py
phrasplit.egg-info/PKG-INFO
phrasplit.egg-info/SOURCES.txt
phrasplit.egg-info/dependency_links.txt
phrasplit.egg-info/entry_points.txt
phrasplit.egg-info/requires.txt
phrasplit.egg-info/top_level.txt
tests/__init__.py
tests/test_splitter.py