{"id":17973857,"url":"https://github.com/frx08/jsonschema2popo","last_synced_at":"2025-06-26T13:33:42.073Z","repository":{"id":53670958,"uuid":"124944883","full_name":"frx08/jsonschema2popo","owner":"frx08","description":"Converts a JSON Schema to a Plain Old Python Object class","archived":false,"fork":false,"pushed_at":"2021-03-19T21:54:37.000Z","size":22,"stargazers_count":20,"open_issues_count":11,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T07:05:03.341Z","etag":null,"topics":["code-generator","json-schema","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frx08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-12T20:05:47.000Z","updated_at":"2025-06-11T00:02:40.000Z","dependencies_parsed_at":"2022-09-10T20:51:13.972Z","dependency_job_id":null,"html_url":"https://github.com/frx08/jsonschema2popo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frx08/jsonschema2popo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frx08%2Fjsonschema2popo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frx08%2Fjsonschema2popo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frx08%2Fjsonschema2popo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frx08%2Fjsonschema2popo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frx08","download_url":"https://codeload.github.com/frx08/jsonschema2popo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frx08%2Fjsonschema2popo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260244399,"owners_count":22979976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-generator","json-schema","python"],"created_at":"2024-10-29T17:03:55.503Z","updated_at":"2025-06-26T13:33:42.044Z","avatar_url":"https://github.com/frx08.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONSCHEMA2POPO\n\nA converter to extract 'Plain Old Python Object' classes from JSON Schema files.\nCurrenty compatible with python 3.4+\n\n## Installation\n\n    pip install jsonschema2popo\n\n## Usage\n\nBasic:\n\n    jsonschema2popo -o /path/to/output_file.py /path/to/json_schema.json\n    \nobject JSON encoding:\n\n    import json\n    \n    g = GeneratedClass()\n    json.dumps(g.as_dict())\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrx08%2Fjsonschema2popo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrx08%2Fjsonschema2popo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrx08%2Fjsonschema2popo/lists"}