.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/integration.yml
CURPSuite.egg-info/PKG-INFO
CURPSuite.egg-info/SOURCES.txt
CURPSuite.egg-info/dependency_links.txt
CURPSuite.egg-info/entry_points.txt
CURPSuite.egg-info/requires.txt
CURPSuite.egg-info/top_level.txt
curp/__about__.py
curp/__init__.py
curp/altisonantes.py
curp/chars.py
curp/cli.py
curp/curp.py
curp/estados.py
curp/exceptions.py
curp/features.py
curp/py.typed
docs/CHANGELOG.rst
docs/InstructivoCURP.pdf
docs/Makefile
docs/basics.rst
docs/conf.py
docs/curp_class.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/requirements.txt
docs/_static/custom.css
docs/dev/contributing.rst
tests/__init__.py
tests/strategies.py
tests/test_curp.py
tests/test_deps.py
tests/test_features.py
tests/utils.py