{"id":34055399,"url":"https://github.com/parantapa/sqlpygen3","last_synced_at":"2026-04-09T19:02:10.129Z","repository":{"id":186641747,"uuid":"675490238","full_name":"parantapa/sqlpygen3","owner":"parantapa","description":"Generate type annotated Python code from annotated SQL","archived":false,"fork":false,"pushed_at":"2023-10-15T00:24:31.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T22:17:22.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parantapa.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-07T03:44:14.000Z","updated_at":"2024-10-24T06:13:08.000Z","dependencies_parsed_at":"2023-10-03T05:27:45.033Z","dependency_job_id":null,"html_url":"https://github.com/parantapa/sqlpygen3","commit_stats":null,"previous_names":["parantapa/sqlpygen3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parantapa/sqlpygen3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fsqlpygen3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fsqlpygen3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fsqlpygen3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fsqlpygen3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parantapa","download_url":"https://codeload.github.com/parantapa/sqlpygen3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parantapa%2Fsqlpygen3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28128477,"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","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-14T02:58:43.383Z","updated_at":"2025-12-30T15:06:38.812Z","avatar_url":"https://github.com/parantapa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"SqlPyGen: Generate Type Annotated Python from Annotated SQL\n===========================================================\n\nsqlpygen is a utility to generate\ntype annotated Python code from annotated SQL.\n\nThe current version of the tool only supports\ngenerating code for SQLite3.\n\nInstallation\n------------\n\nYou can install SqlPyGen using pip.\n\n.. code:: bash\n\n   $ pip install sqlpygen\n\nExample Usage\n-------------\n\nWhen using sqlpygen to generate Python code from SQL,\none creates a sqlpygen file.\nSee `examples` directory for syntax of sqlpygen files.\n\nNext use the following command to generate the python code.\n\n.. code:: bash\n\n   $ cd examples\n   $ sqlpygen compile example1.sqlpygen\n   Executed schema table_stocks successfully\n   Executed query insert_into_stocks successfully\n   Executed query select_from_stocks successfully\n   Executed query count_stocks successfully\n   Writing output to: example1.py\n   Module example1 generated successfully.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparantapa%2Fsqlpygen3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparantapa%2Fsqlpygen3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparantapa%2Fsqlpygen3/lists"}