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-2.0.0.tar.gz
(1.7 kB
view details)
File details
Details for the file fabric-anaconda-2.0.0.tar.gz.
File metadata
- Download URL: fabric-anaconda-2.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d76be07df0bfb3525cb8722ee60cc29f5f9e1b2cd8f3f453582604f094ef1b4
|
|
| MD5 |
1ad586d3d89d307240138e283c7caa15
|
|
| BLAKE2b-256 |
06dca9dd63506ab28d52223c2542fd144d6c38fddfb93dc46386167591c4f1aa
|