# solvebio-python **Repository Path**: minyuan-fr/solvebio-python ## Basic Information - **Project Name**: solvebio-python - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-17 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![SolveBio Python Package](https://github.com/solvebio/solvebio-python/workflows/SolveBio%20Python%20Package/badge.svg) 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, 3.10, PyPy and PyPy3. Developer documentation is available at [docs.solvebio.com](https://docs.solvebio.com). For more information about SolveBio visit [www.solvebio.com](https://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 Or install `tox` and run: pip install tox tox Releasing --------- You will need to [configure Twine](https://twine.readthedocs.io/en/latest/#installation) in order to push to PyPI. Maintainers can release solvebio-python to PyPI with the following steps: bumpversion git push --tags make changelog make release Support ------- Developer documentation is available at [docs.solvebio.com](https://docs.solvebio.com). If you experience problems with this package, please [create a GitHub Issue](https://github.com/solvebio/solvebio-python/issues). For all other requests, please [email SolveBio Support](mailto:support@solvebio.com).