The SolveBio Python client
Project description
[](http://travis-ci.org/solvebio/solvebio-python)
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).
Dependencies (Ubuntu)
--------------------
When installing SolveBio on Ubuntu (version 14 and up), you may need the
following dependencies:
* libgnutls-dev
* libcurl4-gnutls-dev
To install them, run:
sudo apt-get install libcurl4-gnutls-dev libgnutls-dev
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
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).
Dependencies (Ubuntu)
--------------------
When installing SolveBio on Ubuntu (version 14 and up), you may need the
following dependencies:
* libgnutls-dev
* libcurl4-gnutls-dev
To install them, run:
sudo apt-get install libcurl4-gnutls-dev libgnutls-dev
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.
Source Distribution
solvebio-1.13.6.tar.gz
(58.5 kB
view details)
File details
Details for the file solvebio-1.13.6.tar.gz.
File metadata
- Download URL: solvebio-1.13.6.tar.gz
- Upload date:
- Size: 58.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cc51e41bbf629cd27b1b40af7d83c4ec6e5975e9597bd7b9a2702591ed38fa9
|
|
| MD5 |
374a0c05be22e62dd1038fbe9e40f7ce
|
|
| BLAKE2b-256 |
3ecbbe4bd8945a7b155907025434c58b79ef30a4bf2b4dac9d19df07056fd26a
|