.gitignore
LICENSE
README.md
__init__.py
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/coverage.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/faq.rst
docs/source/index.rst
docs/source/modules/_parser.rst
strlib/__init__.py
strlib/_decorators.py
strlib/_decorators.pyi
strlib/_exceptions.py
strlib/_exceptions.pyi
strlib/_parser.py
strlib/_parser.pyi
strlib.egg-info/PKG-INFO
strlib.egg-info/SOURCES.txt
strlib.egg-info/dependency_links.txt
strlib.egg-info/requires.txt
strlib.egg-info/top_level.txt
tests/__init__.py
tests/test_decorators.py
tests/test_exceptions.py
tests/test_parser.py