.bumpversion.cfg
.codecov.yml
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.taplo.toml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
environment.yml
pyproject.toml
pytest.ini
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/pliparser.rst
src/pliparser/__init__.py
src/pliparser/__main__.py
src/pliparser/cli.py
src/pliparser/core.py
src/pliparser/csv2cxc.py
src/pliparser/markers.py
src/pliparser/pbonds.py
src/pliparser/plip2csv.py
src/python_pliparser.egg-info/PKG-INFO
src/python_pliparser.egg-info/SOURCES.txt
src/python_pliparser.egg-info/dependency_links.txt
src/python_pliparser.egg-info/entry_points.txt
src/python_pliparser.egg-info/top_level.txt
tests/test_cli.py
tests/test_core.py
tests/test_csv2cxc.py
tests/test_markers.py
tests/test_pbonds.py
tests/test_plip2csv.py