BDNYC / astrodbkit

A Python module for astronomy to create, manage, and collaborate using SQL relational databases.
MIT License
2 stars 7 forks source link

This package is DEPRECATED

New package: https://github.com/astrodbtoolkit/AstrodbKit2

astrodbkit

Installation

To install:

pip install astrodbkit

Using the database

To start using astrodbkit, launch iPython, import the module, then initialize a database.

from astrodbkit import astrodb
db = astrodb.Database(dbpath)

Read the full documentation here.

Need a database?

To use the BDNYC Database of brown dwarf data, download the latest data release from the BDNYCdb repo on Github.

Enjoy!

astropy DOI Build Status Coverage Status