Skip to content

astrodbtoolkit/astrodb_utils

astrodb_utils

Test astrodb-utils Documentation Status PyPI version

The following tables are expected by AstroDB Toolkit and the astrodb_utils package:

  • Sources
  • Publications
  • Names
  • Telescopes
  • Instruments

You may modify these tables, but doing so may decrease the interoperability of your database with other tools.

Developer Setup Instructions

  • Make new environment with Python=3.10
  • Install dependencies using an editable install:
    pip install -e ".[test]"
    
  • In the astrodb_utils/tests/ directory, clone the astrodb-template-db repo:
    git clone https://github.com/astrodbtoolkit/astrodb-template-db.git
    
  • Be sure to run tests from the top level directory.