acre icon indicating copy to clipboard operation
acre copied to clipboard

Lightweight configurable environment management in Python

Results 5 acre issues
Sort by recently updated
recently updated
newest added

Hi BigRoy, thanks for all your work on acre and OpenPype. I just faced a small and peculiar issue and whished to inform you about it. **Context** I'm deploying rez...

bug

I've run into curious bug: ```python data = {'A': 'A', 'B': '{A}', 'C': '{C[x]}'} result = acre.compute(data) ```` expected result is: ``` {'A': 'A', 'B': 'A', 'C': '{C[x]}'} ``` `C`...

Part of issue FUS-32 * Added launcher module * Added `which` and `execute` function to core * Retrieve PATH and PATHEXT from env in which, fallback to os.getenv if PATHEXT...

Currently the API feels odd and clunky. As a new user it will be confusing to read through the combination of functions which allow `acre` to work. ## Proposal: refactor...