The SolveBio Python client
Project description
SolveBio Python Client
This is the SolveBio Python package and command-line interface (CLI). This module is tested against Python 2.7, 3.6, 3.7, 3.8, PyPy and PyPy3.
Developer documentation is available at docs.solvebio.com. For more information about SolveBio visit www.solvebio.com.
Installation & Setup
Install solvebio
using pip
:
pip install solvebio
For interactive use, we recommend installing IPython
and gnureadline
:
pip install ipython
pip install gnureadline
To log in, type:
solvebio login
Enter your SolveBio credentials and you should be good to go!
Install 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 use nosetest
:
nosetests solvebio.test.test_dataset
Or install tox
and run:
pip install tox
tox
Releasing
You will need to configure Twine in order to push to PyPI.
Maintainers can release solvebio-python to PyPI with the following steps:
bumpversion <major|minor|patch>
git push --tags
make changelog
make release
Support
Developer documentation is available at docs.solvebio.com.
If you experience problems with this package, please create a GitHub Issue.
For all other requests, please email SolveBio Support.
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
Built Distribution
Hashes for solvebio-2.20.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf8e79ba1793e166b9e6481a25bb8525e420dee4b40d16ddf894c4c6cb0a5b30 |
|
MD5 | 344765b10641ca51f2317fe51b1aaa7d |
|
BLAKE2b-256 | b13a0d92770b2c3023292375c08d6eb0e5ac27b014e8cdfab7d180245baaa6d2 |