Metadata-Version: 1.2
Name: Flashflood
Version: 0.8.1
Summary: HTTP API server builder for chemical database workflow
Home-page: https://github.com/mojaie/flashflood
Author: Seiji Matsuoka
Author-email: mojaie@aol.com
License: MIT
Description: 
        Flashflood
        ================
        
        Flashflood is a HTTP API server builder for chemical data analysis. Flashflood includes DAG workflow assistance for parallel processing of chemical structure, chemical properties, biochemical activity data. This enables to build web server which can be accessed by web application, Jupyter notebook and any other analysis platform via HTTP.
        
        
        
        Installation
        --------------
        
        ### PyPI
        
        ```
        pip3 install flashflood
        ```
        
        
        ### Anaconda
        
        ```
        conda upgrade -n root conda
        conda install -n root conda-build
        
        conda skeleton pypi flashflood
        conda build flashflood
        conda install --use-local flashflood
        ```
        
        
        
        API Documentation
        -------------------
        
        https://mojaie.github.io/flashflood
        
        
        
        License
        --------------
        
        [MIT license](http://opensource.org/licenses/MIT)
        
        
        
        Copyright
        --------------
        
        (C) 2014-2017 Seiji Matsuoka
        
Keywords: drug-discovery cheminformatics api-server workflow
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
