.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/measure_code_coverage.yml
.github/workflows/publish_documentation_website.yml
.github/workflows/publish_release_to_pypi.yml
.github/workflows/test_library.yml
czekitout/__init__.py
czekitout/check.py
czekitout/convert.py
czekitout/isa.py
czekitout/name.py
czekitout/version.py
czekitout.egg-info/PKG-INFO
czekitout.egg-info/SOURCES.txt
czekitout.egg-info/dependency_links.txt
czekitout.egg-info/requires.txt
czekitout.egg-info/top_level.txt
docs/INSTALL.rst
docs/Makefile
docs/api.rst
docs/build_docs.py
docs/conf.py
docs/examples.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/versions.yaml
docs/_static/readthedocs_custom.css
docs/_templates/custom_class_template.rst
docs/_templates/custom_module_template.rst
docs/_templates/versions.html
examples/using_check_module.ipynb
examples/using_convert_module.ipynb
examples/using_isa_module.ipynb
examples/using_name_module.ipynb
tests/test_check.py
tests/test_convert.py
tests/test_name.py