{"id":30892211,"url":"https://github.com/mfa/fnz10-to-sqlite","last_synced_at":"2025-09-08T19:12:18.296Z","repository":{"id":305217971,"uuid":"1022280860","full_name":"mfa/fnz10-to-sqlite","owner":"mfa","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-18T19:33:48.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T00:11:02.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mfa.png","metadata":{"files":{"readme":"README.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-18T19:09:40.000Z","updated_at":"2025-07-18T19:33:51.000Z","dependencies_parsed_at":"2025-07-19T00:21:38.304Z","dependency_job_id":null,"html_url":"https://github.com/mfa/fnz10-to-sqlite","commit_stats":null,"previous_names":["mfa/fnz10-to-sqlite"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mfa/fnz10-to-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Ffnz10-to-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Ffnz10-to-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Ffnz10-to-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Ffnz10-to-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfa","download_url":"https://codeload.github.com/mfa/fnz10-to-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Ffnz10-to-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231370,"owners_count":25245585,"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-09-08T02:00:09.813Z","response_time":121,"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-09-08T19:12:16.192Z","updated_at":"2025-09-08T19:12:18.255Z","avatar_url":"https://github.com/mfa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## fnz10-to-sqlite\n\nConvert the official Excel export of German Fahrzeugzulassungen (newly registered cars) to SQLite.\n\n### design decisions\n\n- cache the downloads to not hit the server when running again\n- the cache is diskcache -- which uses SQLite too, maybe a bit too much for such a simple usecase\n- keep all the German names for fields; there is no official translated version\n- the code related to SQLite (started with the 2nd commit) is written using OpenAI Codex\n\n### Usage\n\n```shell\n# fetch all months for current year up to last month\nuv run main.py --all\n\n# load previous month's report into the shared 'fz10' table in data.db\nuv run main.py --year 2025 --month 6\n\n# append a different month into the same 'fz10' table in a custom DB file\nuv run main.py --year 2025 --month 5 --db-path my.db\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Ffnz10-to-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfa%2Ffnz10-to-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Ffnz10-to-sqlite/lists"}