viv/docs/index.md

41 lines
851 B
Markdown
Raw Normal View History

---
2024-01-03 15:58:44 -06:00
layout: landing
cover: http://viv.dayl.in/_static/logo.svg
desciption: Viv isn't venv
---
# 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
```
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).
`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.
```{toctree}
:hidden:
2024-01-03 15:58:44 -06:00
:maxdepth: 2
2024-01-03 15:58:44 -06:00
installation.md
usage.md
2024-01-03 15:58:44 -06:00
configuration.md
vs-others.md
cli.md
```