blob: 886443ab21d7ca18764cdda4b12145b88d515439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
__ _ _
/ _| __ _| |_ ___ __ _| |_
| |_ / _` | __/ __/ _` | __|
| _| (_| | || (_| (_| | |_
|_| \__,_|\__\___\__,_|\__|
... catalog all the things!
This is just a concept for now; see [rfc](./rfc).
## Python Prototype
Use `pipenv` (which you can install with `pip`):
pipenv shell
|