{"id":17477997,"url":"https://github.com/thulio/dict-to-csv","last_synced_at":"2025-04-22T10:43:24.287Z","repository":{"id":57431345,"uuid":"85269261","full_name":"thulio/dict-to-csv","owner":"thulio","description":"dict-to-csv transforms nested Python dictionaries into CSV lines.","archived":false,"fork":false,"pushed_at":"2020-09-24T15:27:40.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T17:05:53.112Z","etag":null,"topics":["csv","csv-lines","json","python","python-library","python2","python3"],"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/thulio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-17T04:00:05.000Z","updated_at":"2025-02-28T20:51:15.000Z","dependencies_parsed_at":"2022-09-02T10:51:54.622Z","dependency_job_id":null,"html_url":"https://github.com/thulio/dict-to-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fdict-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fdict-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fdict-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fdict-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thulio","download_url":"https://codeload.github.com/thulio/dict-to-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250222356,"owners_count":21394854,"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":["csv","csv-lines","json","python","python-library","python2","python3"],"created_at":"2024-10-18T20:10:26.961Z","updated_at":"2025-04-22T10:43:24.241Z","avatar_url":"https://github.com/thulio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dict-to-csv\n\n[![Build Status](https://travis-ci.org/thulio/dict-to-csv.svg?branch=master)](https://travis-ci.org/thulio/dict-to-csv)\n\ndict-to-csv transforms nested Python dictionaries into CSV lines.\n\nExample:\n\n```json\n[{\n  \"customer\": {\n    \"name\": \"John\",\n    \"address\": {\n      \"street\": \"Street 1\",\n      \"number\": \"42\"\n    }\n  },\n  \"product\": {\n      \"sku\": \"1\",\n      \"price\": 9.99\n  }\n},\n{\n  \"customer\": {\n    \"name\": \"Bob\",\n    \"address\": {\n      \"street\": \"Street 2\",\n      \"number\": \"314\"\n    }\n  },\n  \"product\": {\n      \"sku\": \"2\",\n      \"price\": 15.00\n  }\n}\n]\n```\n\n```csv\ncustomer.address.number,customer.address.street,customer.name,product.price,product.sku\n42,Street 1,John,9.99,1\n314,Street 2,Bob,15.0,2\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulio%2Fdict-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthulio%2Fdict-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulio%2Fdict-to-csv/lists"}