Some additional functions for working with anaconda environments in Fabric3.
Project description
Usage:
import fabriconda def setup(): fabriconda.install() def deploy(): put('environment.yml', '/path/to/environment.yml') fabriconda.create_env('/path/to/environment.yml', 'name') with fabriconda.env('name'): pass # do stuff in the environment
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
File details
Details for the file fabric3-anaconda-0.0.1.tar.gz
.
File metadata
- Download URL: fabric3-anaconda-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ef6ce1d91dcac76a34a9a78ddd2d887e61ffd85bb45c1297cdfd785cf375287 |
|
MD5 | 64b43c90f17e937e37f1ad3a070a4760 |
|
BLAKE2b-256 | d378ac075e021ae5669a7a4dd40f36d9a04521064e12965d02ab0334a9ddaade |