Skip to content

dhimmel/starapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installation

For development, clone or download-and-extract the repository. Then run pip install -e . from the repository's root directory. The -e flag specifies editable mode, so updating the source updates your installation.

database configuration

Users must manually create a file at starapi/db_conf.py with the following:

DB_PARAMATERS = """host='star.cwxuiazqnkkn.us-west-2.rds.amazonaws.com'
                   dbname='star'
                   user='XXXXXXXXXX'
                   password='XXXXXXXXXX'"""

Contact @idrdex for this information.

About

API access to STARGEO: stargeo.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%