.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/draft-release.yml
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
reports/coverage/coverage-badge.svg
src/onesentence/__init__.py
src/onesentence/analyze.py
src/onesentence/cli.py
src/onesentence.egg-info/PKG-INFO
src/onesentence.egg-info/SOURCES.txt
src/onesentence.egg-info/dependency_links.txt
src/onesentence.egg-info/entry_points.txt
src/onesentence.egg-info/requires.txt
src/onesentence.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_utils.py
tests/utils.py
tests/data/1_true_pos.md
tests/data/1_true_pos_fixed.md
tests/data/2_true_neg.md
tests/data/3_true_pos.rst
tests/data/3_true_pos_fixed.rst
tests/data/4_true_neg.rst