.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/automerge.yml
.github/workflows/black.yml
.github/workflows/continuous_integration.yml
.github/workflows/isort.yml
.github/workflows/pylint.yml
uvotredux/__init__.py
uvotredux/run.py
uvotredux.egg-info/PKG-INFO
uvotredux.egg-info/SOURCES.txt
uvotredux.egg-info/dependency_links.txt
uvotredux.egg-info/entry_points.txt
uvotredux.egg-info/requires.txt
uvotredux.egg-info/top_level.txt
uvotredux/download/__init__.py
uvotredux/download/cli.py
uvotredux/download/data.py
uvotredux/download/regions.py
uvotredux/utils/__init__.py
uvotredux/utils/paths.py
uvotredux/utils/skyportal.py
uvotredux/utils/time.py
uvotredux/utils/tns.py
uvotredux/uvot/__init__.py
uvotredux/uvot/filters.py
uvotredux/uvot/iterate.py
uvotredux/uvot/parse.py
uvotredux/uvot/reduce.py
uvotredux/xrt/iterate.py
uvotredux/xrt/reduce.py