Skip to content
/ rambo Public
forked from astroconda/rambo

Recipe Analyzer and Multi-package Build Optimizer

License

Notifications You must be signed in to change notification settings

rendinam/rambo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Analyzer and Multi-package Build Optimizer

Performs a few useful functions upon a collection of Conda build recipes:

  • Sort a collection of recipes based on peer build dependencies (recipes that are part of the provided collection) such that packages may be built incrementally in isolation without conda pulling in additional dependencies during the builds. Output the ordered list to the terminal or a file.
  • Cull the collection of sorted recipes by removing ones that would generate package file names already existing in a given distribution channel.

Installation: python setup.py install

Usage information: rambo -h

About

Recipe Analyzer and Multi-package Build Optimizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%