Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vmesel/singer-schemagen


https://github.com/vmesel/singer-schemagen

Last synced: 28 days ago
JSON representation

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
```