.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
build.py
pdm.lock
poetry.lock
pyproject.toml
setup.py
.github/workflows/build_wheels.yml
src/__init__.py
src/yascc/__init__.py
src/yascc/camelcase.py
src/yascc/case.c
src/yascc/common.py
src/yascc/snakecase.py
src/yascc.egg-info/PKG-INFO
src/yascc.egg-info/SOURCES.txt
src/yascc.egg-info/dependency_links.txt
src/yascc.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/django_rest_framework_camelcase.py
tests/test_camelcase.py
tests/test_snakecase.py