Job management on GPU clusters
Project description
Pinta: Job management on GPU clusters 🍺
Installation
To install the command-line client:
pip3 install pinta
To install the backend API server:
pip3 install pinta-api
Pinta requires Python 3.8.
Development
To start contributing to Pinta:
git clone git@github.com:qed-usc/pinta.git
cd pinta
poetry install
You can run Pinta from the local directory with poetry run pinta
(or by first
starting poetry shell
and then pinta
).
To run the tests: poetry run pytest
.
To check the documentation: poetry run mkdocs serve
.
To deploy the documentation: poetry run mkdocs gh-deploy
.
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
pinta-0.0.1.tar.gz
(13.9 kB
view hashes)
Built Distribution
pinta-0.0.1-py3-none-any.whl
(14.1 kB
view hashes)