Some additional functions for working with anaconda environments in Fabric.
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fabric-anaconda-0.0.2.tar.gz
(1.6 kB
view details)
File details
Details for the file fabric-anaconda-0.0.2.tar.gz
.
File metadata
- Download URL: fabric-anaconda-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9de522074932874d72c0c1837f7d51dbce23753478685f23656c9bff2499e666
|
|
MD5 |
2c462168660577de4f8b5f4df0f4ba3e
|
|
BLAKE2b-256 |
988505d14aaf61e7b7d829ea765e7e6e0d75a0c8f4427f768522c8717ebbaaab
|