The SolveBio Python client
Project description
[ ![Codeship Status for solvebio/solvebio-python](https://codeship.com/projects/dbb781b0-c424-0132-0b9d-0e5e844ed5eb/status?branch=master)](https://codeship.com/projects/74046)
SolveBio Python Client
This is the SolveBio Python package and command-line interface (CLI). This module has been tested on Python 2.6+, Python 3.1+ and PyPy.
For more information about SolveBio visit [solvebio.com](https://www.solvebio.com).
Guided Installation
To use our guided installer, open up your terminal paste this:
curl -skL install.solvebio.com/python | bash
Manual Installation
You may want to first install gnureadline and IPython:
pip install gnureadline pip install ipython
Install solvebio using pip:
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 or solvebio tutorial for a quick guide on using SolveBio.
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 run tests install tox and run that:
pip install tox tox
To tag new versions:
git tag cat solvebio/version.py | cut -d “’” -f 2 git push –tags origin master
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.