SoftPack Core - GraphQL backend service
- Documentation: https://wtsi-hgi.github.io/softpack-core
- GitHub: https://github.com/wtsi-hgi/softpack-core
- PyPI: https://pypi.org/project/softpack-core/
- Free software: MIT
- Provides GraphQL API for managing SoftPack environments.
To install SoftPack Core, run this command in your terminal:
$ pip install softpack-coreThis is the preferred method to install SoftPack Core, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The source for SoftPack Core can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://github.com/wtsi-hgi/softpack-core.gitOr download the tarball:
$ curl -OJL https://github.com/wtsi-hgi/softpack-core/tarball/masterOnce you have a copy of the source, you can install it with:
$ pip install .For development mode, clone the repository and use Poetry to install the package.
$ git clone https://github.com/wtsi-hgi/softpack-core.gitInstall Poetry:
$ pip install poetryInstall Poetry environments for development:
poetry install --with dev,doc,testRun tests with Tox
poetry run toxRun MkDocs server to view documentation:
poetry run mkdocs serveThis package was created with Cookiecutter and the altaf-ali/cookiecutter-pypackage project template.
SoftPack mascot and logo courtesy of Cartoon Vectors by Vecteezy.