.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
README.md
pyproject.toml
spherapy.conf
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/question.yaml
.github/workflows/pr.yml
.github/workflows/release.yml
docs/README.md
docs/orbit.md
docs/timespan.md
docs/updater.md
docs/util.celestrak.md
docs/util.constants.md
docs/util.credentials.md
docs/util.elements_u.md
docs/util.epoch_u.md
docs/util.exceptions.md
docs/util.md
docs/util.orbital_u.md
docs/util.spacetrack.md
spherapy/__init__.py
spherapy/__main__.py
spherapy/_version.py
spherapy/orbit.py
spherapy/timespan.py
spherapy/updater.py
spherapy.egg-info/PKG-INFO
spherapy.egg-info/SOURCES.txt
spherapy.egg-info/dependency_links.txt
spherapy.egg-info/entry_points.txt
spherapy.egg-info/requires.txt
spherapy.egg-info/top_level.txt
spherapy/data/TLEs/25544.tle
spherapy/util/__init__.py
spherapy/util/celestrak.py
spherapy/util/constants.py
spherapy/util/credentials.py
spherapy/util/elements_u.py
spherapy/util/epoch_u.py
spherapy/util/exceptions.py
spherapy/util/orbital_u.py
spherapy/util/spacetrack.py
tests/spherapy/conftest.py
tests/spherapy/test_orbit.py
tests/spherapy/test_timespan.py
tests/utils/test_epoch_u.py