.codespell_ignore_words
.editorconfig
.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/SUPPORT.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
LICENSES/BSD-3-Clause.txt
cgm/__init__.py
cgm/cli.py
cgm/errors.py
cgm/extract.py
cgm/parser.py
cgm/types.py
python_cgm.egg-info/PKG-INFO
python_cgm.egg-info/SOURCES.txt
python_cgm.egg-info/dependency_links.txt
python_cgm.egg-info/entry_points.txt
python_cgm.egg-info/requires.txt
python_cgm.egg-info/scm_file_list.json
python_cgm.egg-info/scm_version.json
python_cgm.egg-info/top_level.txt
tests/test_cli.py
tests/test_extract.py
tests/test_parser.py