Pre-release
This release is a pre-release and may not be stable for production use.
portable, reusable, self-managed salt projects
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run spack cli application
$ spack --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile for building and distributing salt-packets,
and can be built with the included make helper:
$ make docker
$ docker run -it spack --help
Release files for salt-packets 0.2.7b2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| salt-packets-0.2.7b2.tar.gz | 23.8 kB | Details |
Release files / salt-packets-0.2.7b2.tar.gz
| Download URL | salt-packets-0.2.7b2.tar.gz |
|---|---|
| Size | 23.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4f7c747c497251d6a35d8736f747e970586ee7ded388b37bcf61ae8b38958b4
|
|
BLAKE2b-256 checksum How to use checksums |
14edd655c60518c1150b8e95f0a03016cd65af8d9774604d9c8aef348c205ff6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5
|