Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `_.