Skip to content

Python package for working with anaconda environments in Fabric

License

Notifications You must be signed in to change notification settings

user32000/fabric-anaconda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python package for working with anaconda environments in Fabric

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%