Metadata-Version: 1.1
Name: GEOparse
Version: 0.1.1
Summary: Python library to access Gene Expression Omnibus Database (GEO)
Home-page: https://github.com/guma44/GEOparse
Author: Rafal Gumienny
Author-email: guma44@gmail.com
License: BSD
Description: ===============================
        GEOparse
        ===============================
        
        .. image:: https://img.shields.io/travis/guma44/GEOparse.svg
                :target: https://travis-ci.org/guma44/GEOparse
        
        .. image:: https://img.shields.io/pypi/v/GEOparse.svg
                :target: https://pypi.python.org/pypi/GEOparse
        
        
        Python library to access Gene Expression Omnibus Database (GEO).
        
        GEOparse is python package that can be used to query and retrieve data from Gene Expression Omnibus database (GEO).
        The inspiration and the base for it is great R library GEOquery.
        
        * Free software: BSD license
        * Documentation: https://GEOparse.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.1 (2015-08-16)
        ---------------------
        
        * Brown-Bag release
        
        0.1.0 (2015-08-16)
        ---------------------
        
        * First release on PyPI.
        
        
Keywords: GEOparse,GEO,Gene Expression Omnibus,Bioinformatics,Microarray
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
