The SolveBio Python client
Project description
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
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
File details
Details for the file solvebio-1.0.4.tar.gz.
File metadata
- Download URL: solvebio-1.0.4.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52d23611c8d967f5f4296ca553d5d8cab798b3b585032dbf619fcb5844ca238c
|
|
| MD5 |
b75fd6c727a2a09557ccded004ab1db5
|
|
| BLAKE2b-256 |
2be4dc23270d345a5575dc9a66a7507d7d11d65c13a19d33ecd8238c5c3d229c
|