diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-04-13 11:30:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 11:30:09 -0400 |
commit | 82a1c9dd9853a82f8fd026828cee37dff1daf9e6 (patch) | |
tree | 97a098763307ce24a90a3402e27c563c0cf0b39e | |
parent | ffe3778eafa283ac884005790f8c7275818a93ae (diff) | |
download | rambo-82a1c9dd9853a82f8fd026828cee37dff1daf9e6.tar.gz |
Create README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4c8da65 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +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. + +`rambo.py -h` for usage information |