Gowee / json2pyi

Generate Python type definitions from a JSON sample (both Pydantic BaseModel and TypedDict are supported)
https://json2pyi.pages.dev
46 stars 1 forks source link

License missing #9

Open torviolento opened 2 months ago

torviolento commented 2 months ago

I can not find any license. Can I run it locally and use it for personal purposes. Can I use this commercially?

Gowee commented 2 months ago

GPL 2.0 or later.

cd web/ && yarn install && yarn start should spin up a local server.

(And I do not think it is production-ready.)