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
- Host: GitHub
- URL: https://github.com/jtemporal/schematics-example
- Owner: jtemporal
- Created: 2018-09-21T22:43:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T22:44:37.000Z (over 7 years ago)
- Last Synced: 2025-01-12T18:35:23.157Z (over 1 year ago)
- Language: Python
- Homepage: https://slides.com/jtemporal/schematics-json/
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```