2023-10-06 14:02:59 -05:00
|
|
|
---
|
2024-01-03 15:58:44 -06:00
|
|
|
layout: landing
|
|
|
|
cover: http://viv.dayl.in/_static/logo.svg
|
|
|
|
desciption: Viv isn't venv
|
2023-10-06 14:02:59 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
# viv isn't venv
|
|
|
|
|
|
|
|
Try before you buy!
|
|
|
|
```sh
|
2024-01-05 17:23:34 -06:00
|
|
|
python3 <(curl -fsSL viv.dayl.in/viv.py) run frogmouth -- gh daylinmorgan/viv
|
2023-10-06 14:02:59 -05:00
|
|
|
```
|
|
|
|
|
2024-01-03 15:58:44 -06:00
|
|
|
:::{container} buttons
|
|
|
|
|
|
|
|
[Docs](/installation)
|
|
|
|
[Github](https://github.com/daylinmorgan/viv)
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
|
|
|
|
|
|
|
`Viv` is a standalone dependency-free `venv` creator (just needs python + pip).
|
2023-10-06 14:02:59 -05:00
|
|
|
`Viv` helps you ignore silly things like managing temporary or rarely used virtual environments,
|
|
|
|
while still unleashing the full power of python scripting with it's entire ecosystem at your disposal.
|
|
|
|
|
2024-01-03 15:58:44 -06:00
|
|
|
`Viv`'s uncompromising insistence on portability means that it will always,
|
|
|
|
only use the standard library and never exceed a single script.
|
2023-10-06 14:02:59 -05:00
|
|
|
|
|
|
|
Documentation is currently a WIP please see the [cli reference](./cli.md) and the [README](https://github.com/daylinmorgan/viv)
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
:hidden:
|
2024-01-03 15:58:44 -06:00
|
|
|
:maxdepth: 2
|
2023-10-06 14:02:59 -05:00
|
|
|
|
2024-01-03 15:58:44 -06:00
|
|
|
installation.md
|
2023-10-06 14:02:59 -05:00
|
|
|
usage.md
|
2024-01-03 15:58:44 -06:00
|
|
|
configuration.md
|
|
|
|
vs-others.md
|
2023-10-06 14:02:59 -05:00
|
|
|
cli.md
|
|
|
|
```
|
|
|
|
|