Metadata-Version: 1.0
Name: solvebio
Version: 0.2.0
Summary: The SolveBio Python client
Home-page: http://www.solvebio.com
Author: Solve, Inc.
Author-email: help@solvebio.com
License: Apache License, Version 2.0
Description: SolveBio Python Client
        ======================
        
        The solve Python package and command-line interface (CLI) are used to work in our bioinformatics environment.
        
        For more information about SolveBio see http://www.solvebio.com
        
        
        
        Installing the latest release
        -----------------------------
        
        You may want to first install `readline` for a better experience:
        
            easy_install readline
        
        
        Now just install `solvebio` from PyPI:
        
            pip install solvebio
        
        
        To log in, type:
        
            solvebio login
        
        Enter your credentials and you should be good to go!
        Just type `solvebio` to enter the SolveBio Python shell.
        
        
        Installing from Git
        -------------------
        
            pip install -e git+https://github.com/solvebio/solve-python.git#egg=solve
        
        
        
        Development
        -----------
        
            git clone https://github.com/solvebio/solve-python.git
            cd solve-python/
            python setup.py develop
        
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
