Metadata-Version: 2.1
Name: bbconf
Version: 0.0.1
Summary: Configuration package for bedbase project
Home-page: https://databio.org
Author: Michal Stolarczyk
Author-email: michal@virginia.edu
License: BSD2
Description: # bbconf
        
        *BEDBASE* project configuration package
        
        ## What is this?
        
        `bbconf` defines `BedBaseConf` class which is an in-memory representation of the configuration file for the *BEDBASE* project. This is the source of the project-wide constant variables. Additionally it implements multiple convenience methods for interacting with the database backend, i.e. [Elasticsearch](https://www.elastic.co/)
        
        ## Installation
        
        Currently, there's no released version since `bbconf` is under rapid development so the only way to install the package is:
        
        1. Clone this repository
        ```bash
        git clone https://github.com/databio/bbconf.git
        ```
        2. Install the local package
        ```bash
        pip install ./bbconf
        ```
        
        <!--- Install from [GitHub releases](https://github.com/databio/bbconf/releases) or from PyPI using `pip`: --->
        <!---```--->
        <!---pip install --user bbconf--->
        <!---```--->
        
        ## Usage
        
        - [Usage demonstration](https://github.com/databio/bbconf/blob/master/docs/demo.ipynb)
        - [Python API documentation](https://github.com/databio/bbconf/blob/master/docs/bbc_api.md)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
