SoftPack Core backend service.
Project description
SoftPack Core
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
Features
- Provides GraphQL API for managing SoftPack environments.
Installation
Stable release
To install SoftPack Core, run this command in your terminal:
$ pip install softpack-core
This 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.
From source
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.git
Or download the tarball:
$ curl -OJL https://github.com/wtsi-hgi/softpack-core/tarball/master
Once you have a copy of the source, you can install it with:
$ pip install .
Development
For development mode, clone the repository and use Poetry to install the package.
$ git clone https://github.com/wtsi-hgi/softpack-core.git
Install Poetry:
$ pip install poetry
Install Poetry environments for development:
poetry install --with dev,doc,test
Run tests with Tox
poetry run tox
Run MkDocs server to view documentation:
poetry run mkdocs serve
Credits
This package was created with Cookiecutter and the altaf-ali/cookiecutter-pypackage project template.
SoftPack mascot and logo courtesy of Cartoon Vectors by Vecteezy.
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
File details
Details for the file softpack_core-0.1.0.tar.gz
.
File metadata
- Download URL: softpack_core-0.1.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b926cf29f211526873e3264b39318b85c0bcf94d9a69ee33d39452622ef1f4f |
|
MD5 | 510fde3e86f21ddcb6740950fced7060 |
|
BLAKE2b-256 | 08166aa10c717401804d42aaafc0ea82b5f14eeeae57eba42943438bba48579a |
File details
Details for the file softpack_core-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: softpack_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61e770913652231b906b1edc9e6a8723926efe94c6c7a77677896f338b181025 |
|
MD5 | b0dbafdbb9579c31a79101eac6c4c0e4 |
|
BLAKE2b-256 | f126b093b9b78a503f09c6bf6e70967bbedb5c4a9a965c6ebe040da5eb984063 |