Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmesel/singer-schemagen
https://github.com/vmesel/singer-schemagen
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmesel/singer-schemagen
- Owner: vmesel
- Created: 2023-10-24T16:27:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:17:29.000Z (10 months ago)
- Last Synced: 2024-01-09T18:37:31.714Z (10 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installing
```
poetry install # install dependencies from the environment
# Modify the json_to_process variable inside the gen_schema.py file with your favorite IDE
poetry run python gen_schema.py > file.py # this outputs to file.py containing the singer class
```