Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbradham/scrimenv
Uses click and scrim to wrap virtualenv
https://github.com/danbradham/scrimenv
Last synced: 15 days ago
JSON representation
Uses click and scrim to wrap virtualenv
- Host: GitHub
- URL: https://github.com/danbradham/scrimenv
- Owner: danbradham
- License: mit
- Created: 2017-03-12T23:20:54.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T14:40:47.000Z (about 3 years ago)
- Last Synced: 2024-11-07T08:51:00.236Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
scrimenv
========
A Virtualenv wrapper written with **click** and **scrim**Demonstrates how scrim can help you build python cli tools that modify your shells environment.
This should work...
===================
::> pip install git+ssh://[email protected]/danbradham/scrimenv.git
...
> scrimenv create testenv
...
> deactivate
> scrimenv activate testenv
...
> deactivate
> scrimenv run_in testenv python
...
>>>Scrim
=====
Scrimenv is being developed alongside Scrim to help me design, develop, and play with Scrim. Until Scrim supports other scripting languages, Scrimenv only supports powershell.exe and cmd.exe.For more information on Scrim visit the `github repo `_.