Metadata-Version: 1.1
Name: solvebio
Version: 1.5.0
Summary: The SolveBio Python client
Home-page: https://github.com/solvebio/solvebio-python
Author: Solve, Inc.
Author-email: contact@solvebio.com
License: UNKNOWN
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
        
        
        Automatic Installer
        -------------------
        
        To use our guided installer, open up your terminal paste this:
        
            curl -kL install.solvebio.com | bash
        
        
        
        Manual Installation
        -------------------
        
        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/solvebio-python.git#egg=solve
        
        
        
        Development
        -----------
        
            git clone https://github.com/solvebio/solvebio-python.git
            cd solve-python/
            python setup.py develop
        
        
        To tag new versions:
        
            git tag `cat solvebio/version.py | cut -d "'" -f 2`
            git push --tags origin master
        
        
Platform: any
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
