.editorconfig
.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.md
release_history.md
release_notes.md
requirements.txt
requirements_dev.txt
requirements_style.txt
setup.cfg
setup.py
sync_style_reqs.sh
tox.ini
./.isort.cfg
./.pre-commit-config.yaml
./setup.cfg
./.github/workflows/build-test.yaml
./.github/workflows/check-manifest.yaml
./.github/workflows/create-release.yaml
./.github/workflows/pypi-release.yaml
./.github/workflows/style-check.yaml
.github/ISSUE_TEMPLATE.md
.github/workflows/build-test.yaml
.github/workflows/check-build.yml
.github/workflows/check-manifest.yaml
.github/workflows/create-release.yaml
.github/workflows/pypi-release.yaml
.github/workflows/style-check.yaml
pyVBRc/__init__.py
pyVBRc/cli.py
pyVBRc/pyVBRc.py
pyVBRc/vbr_units.py
pyVBRc/vbrc_structure.py
pyVBRc.egg-info/PKG-INFO
pyVBRc.egg-info/SOURCES.txt
pyVBRc.egg-info/dependency_links.txt
pyVBRc.egg-info/entry_points.txt
pyVBRc.egg-info/not-zip-safe
pyVBRc.egg-info/requires.txt
pyVBRc.egg-info/top_level.txt
pyVBRc/sample_data/__init__.py
pyVBRc/sample_data/generate_sample_vbr_struct_file.m
pyVBRc/sample_data/sample_data.py
pyVBRc/tests/__init__.py
pyVBRc/tests/test_pyVBRc.py
pyVBRc/tests/test_sample_data.py