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

https://github.com/jtemporal/schematics-example

Schematics talk on Python Floripa
https://github.com/jtemporal/schematics-example

Last synced: over 1 year ago
JSON representation

Schematics talk on Python Floripa

Awesome Lists containing this project

README

          

# Schematics

```console
$ pip install schematics
```
or

```console
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
```