Skip to content

SciLifeLab/genologics_sql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genologics_sql

Documentation Status

Python interface for the Genologics Postgres database.

Documentation on RTD

This requires a configuration file named ".genosqlrc.yaml". This file can be located either in your home directory, or in the working directory.

This file must follow the structure:

username: ***
password: *** (can be empty)
url : *** (can be localhost)
db : ***

A very simple test framework is provided in the test directory. In order to use it, get into the tests directory and run nosetests. Nosetest can be installed via pip install nose

The documentation of this package is built via sphinx with the ReadTheDocs theme. If you wish to build your own documentation, you must install sphinx_rtd_theme

About

Python interface for the Genologics Postgres database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%