Metadata-Version: 2.0
Name: cgstats
Version: 1.0.1
Summary: Models and access to cgstats
Home-page: UNKNOWN
Author: Kenny Billiau
Author-email: kenny.billiau@scilifelab.se
License: MIT
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Requires-Dist: Flask
Requires-Dist: Flask-Alchy
Requires-Dist: Flask-Bootstrap
Requires-Dist: PyYAML
Requires-Dist: SQLAlchemy
Requires-Dist: alchy
Requires-Dist: alembic
Requires-Dist: bs4
Requires-Dist: bumpversion
Requires-Dist: click
Requires-Dist: path.py
Requires-Dist: pymysql
Requires-Dist: pytest
Requires-Dist: wheel

#CGSTATS
Models and access to clinstatsdb


## configuration

This module expects a config YAML file to be present in ~/.clinical by the name of `databases.yaml`.

The config file has following form:

```
# connection strings
clinstats:
    connection_string: "mysql://127.0.0.1:3306/db"
    name: 'db'
    version: '2.0.2'
```

The version and name are to be present in the database table `version`.


