Some additional functions for working with anaconda environments in Fabric.
Project description
# Package for working with anaconda environments in Fabric
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distributions
Close
Hashes for fabric_anaconda-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a442b9e3340a72b7ec0a06199d5d1a7d51cb8f9a4f484e16cbbf3621bbbd03b |
|
MD5 | 97dcf77f9e08ed347337b79744365359 |
|
BLAKE2-256 | 67f467a4951659909457b0f0305ec909783cc97bc8bf9e0b87a370228a3254b8 |