BDNYC / astrodbkit

A Python module for astronomy to create, manage, and collaborate using SQL relational databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Python module for astronomy to create, manage, and collaborate using SQL relational databases.

License:MIT License


Languages

Language:Python 100.0%