README.md
setup.cfg
setup.py
arcsecond/__init__.py
arcsecond/cli.py
arcsecond/config.py
arcsecond/options.py
arcsecond.egg-info/PKG-INFO
arcsecond.egg-info/SOURCES.txt
arcsecond.egg-info/dependency_links.txt
arcsecond.egg-info/entry_points.txt
arcsecond.egg-info/not-zip-safe
arcsecond.egg-info/requires.txt
arcsecond.egg-info/top_level.txt
arcsecond/api/__init__.py
arcsecond/api/auth.py
arcsecond/api/constants.py
arcsecond/api/error.py
arcsecond/api/helpers.py
arcsecond/api/main.py
arcsecond/api/endpoints/__init__.py
arcsecond/api/endpoints/_base.py
arcsecond/api/endpoints/_fileuploader.py
arcsecond/api/endpoints/activities.py
arcsecond/api/endpoints/catalogues.py
arcsecond/api/endpoints/charts.py
arcsecond/api/endpoints/datasets.py
arcsecond/api/endpoints/objects.py
arcsecond/api/endpoints/observingruns.py
arcsecond/api/endpoints/observingsites.py
arcsecond/api/endpoints/organisations.py
arcsecond/api/endpoints/profiles.py
arcsecond/api/endpoints/satellites.py
arcsecond/api/endpoints/standardstars.py
arcsecond/api/endpoints/telegrams.py
tests/cli/__init__.py
tests/cli/test_activities.py
tests/cli/test_auth.py
tests/cli/test_cli_options.py
tests/cli/test_datasets_organisations.py
tests/cli/test_datasets_personal.py
tests/cli/test_nightlogs_organisations.py
tests/module/__init__.py
tests/module/test_arcsecond_root.py
tests/module/test_datafiles_upload.py