.coveragerc
.flake8
.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
pyproject.toml
requirements.txt
setup.cfg
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_test_pypi.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/module.rst
pdstable/__init__.py
pdstable/_version.py
pdstable/pds3table.py
pdstable/pds4table.py
pdstable/pdsxtable.py
pdstable/utils.py
rms_pdstable.egg-info/PKG-INFO
rms_pdstable.egg-info/SOURCES.txt
rms_pdstable.egg-info/dependency_links.txt
rms_pdstable.egg-info/requires.txt
rms_pdstable.egg-info/top_level.txt
test_files/cassini_iss_index.lbl
test_files/cassini_iss_index.tab
test_files/cassini_iss_index_edited.lbl
test_files/cassini_iss_index_edited.tab
test_files/cassini_iss_index_edited_bad_data_type.lbl
test_files/cassini_iss_index_edited_bad_rows.lbl
test_files/cassini_iss_index_edited_dup_col.lbl
test_files/cassini_iss_index_edited_no_ptr.lbl
test_files/cassini_iss_index_edited_not_ascii.lbl
test_files/cassini_iss_index_edited_not_fixed.lbl
test_files/cassini_iss_index_edited_not_simple.lbl
test_files/uranus_occultation_ring_fit_rfrench_20201201.tab
test_files/uranus_occultation_ring_fit_rfrench_20201201.xml
test_files/uranus_occultation_ring_fit_rfrench_input_stars_20201201.csv
test_files/uranus_occultations_index.tab
test_files/uranus_occultations_index.xml
tests/test_pds3table_cassini_iss.py
tests/test_pds4table_uranus_occultations.py
tests/test_pds4table_uranus_occultations_ring_fit_rfrench.py
tests/test_utils.py