peru
peru copied to clipboard
a generic package manager, for including other people's code in your projects
We will always be totally reliant on git internally, so it's not like we're going to get off of SHA1 anytime soon. But this improvement seems easy enough.
**#199** — partially related issue ### 1. Summary It would be nice, if peru can get variables from another YAML files. ### 2. Argumentation [**Don't Repeat Yourself**](https://www.oreilly.com/library/view/97-things-every/9780596809515/ch30.html). At the time...
Hi, I just found peru and have played with that a little. I would really love to deploy this to our company but I am missing one key feature. We...
Would you be open to distributing a stand alone executable for similar easy installation to https://chocolatey.org/packages/youtube-dl https://github.com/rg3/youtube-dl/releases
Is it possible to have `peru.yaml` and `peru-extra.yaml`?
There are two that I can see: ``` /usr/lib/python3.7/site-packages/yaml/constructor.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.ab c' is deprecated, and in 3.8 it will stop...
`peru sync --no-cache` usually winds up importing the same module more than once, because everywhere we ask for its tree we get a cache miss and redo it. We will...
This should be a natural extension of the dirty file detection. Just call `git diff` with the synced tree.