portable, reusable, self-managed salt projects
Project description
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
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
salt-packets-0.2.7b2.tar.gz
(23.8 kB
view details)
File details
Details for the file salt-packets-0.2.7b2.tar.gz.
File metadata
- Download URL: salt-packets-0.2.7b2.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4f7c747c497251d6a35d8736f747e970586ee7ded388b37bcf61ae8b38958b4
|
|
| MD5 |
0a32bb6a0e283d6ed98d4c3723e7c868
|
|
| BLAKE2b-256 |
14edd655c60518c1150b8e95f0a03016cd65af8d9774604d9c8aef348c205ff6
|