.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
pyproject.toml
requirements.txt
.cursor/settings.json
.cursor/rules/bug_report.mdc
.cursor/rules/dependency_management.mdc
.cursor/rules/doc_dev_guide.mdc
.cursor/rules/doc_how_to.mdc
.cursor/rules/doc_python.mdc
.cursor/rules/doc_readme.mdc
.cursor/rules/doc_user_guide.mdc
.cursor/rules/environment.mdc
.cursor/rules/filecache.mdc
.cursor/rules/git_workflow.mdc
.cursor/rules/logging.mdc
.cursor/rules/pull_request.mdc
.cursor/rules/python.mdc
.cursor/rules/python_testing.mdc
.cursor/rules/security.mdc
.cursor/skills/critique-documentation/SKILL.md
.cursor/skills/critique-test-suite/SKILL.md
.cursor/skills/python-codebase-analysis/SKILL.md
.cursor/skills/python-codebase-analysis/reference.md
.cursor/skills/run-all-checks/SKILL.md
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/other.md
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_test_pypi.yml
.github/workflows/run-tests.yml
.vscode/settings.json
docs/Makefile
docs/code_of_conduct.md
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/make.bat
docs/module.rst
docs/user_guide/user_guide.rst
docs/user_guide/user_guide_catalogs.rst
docs/user_guide/user_guide_overview.rst
docs/user_guide/user_guide_searching.rst
docs/user_guide/user_guide_stars.rst
scripts/read-docs.sh
scripts/run-all-checks.sh
src/rms_starcat.egg-info/PKG-INFO
src/rms_starcat.egg-info/SOURCES.txt
src/rms_starcat.egg-info/dependency_links.txt
src/rms_starcat.egg-info/requires.txt
src/rms_starcat.egg-info/scm_file_list.json
src/rms_starcat.egg-info/scm_version.json
src/rms_starcat.egg-info/top_level.txt
src/starcat/__init__.py
src/starcat/_version.py
src/starcat/py.typed
src/starcat/spice.py
src/starcat/starcatalog.py
src/starcat/ucac4.py
src/starcat/ybsc.py
tests/catalog_data.py
tests/test_package.py
tests/test_spice.py
tests/test_starcatalog.py
tests/test_ucac4.py
tests/test_ybsc.py