{"id":20521644,"url":"https://github.com/tedivm/dapperdata","last_synced_at":"2026-04-21T09:31:31.553Z","repository":{"id":65553542,"uuid":"594595912","full_name":"tedivm/dapperdata","owner":"tedivm","description":"An opinionated formatter for configuration files","archived":false,"fork":false,"pushed_at":"2023-07-11T23:34:25.000Z","size":34,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-01T21:37:38.432Z","etag":null,"topics":["formatter","json","python","yaml"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dapperdata/","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/tedivm.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-29T02:53:44.000Z","updated_at":"2023-01-31T15:36:29.000Z","dependencies_parsed_at":"2024-11-15T22:31:13.055Z","dependency_job_id":"9e5e7df7-e59f-4147-8054-e243b21db9a1","html_url":"https://github.com/tedivm/dapperdata","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/tedivm/dapperdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedivm%2Fdapperdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedivm%2Fdapperdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedivm%2Fdapperdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedivm%2Fdapperdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedivm","download_url":"https://codeload.github.com/tedivm/dapperdata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedivm%2Fdapperdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["formatter","json","python","yaml"],"created_at":"2024-11-15T22:30:44.558Z","updated_at":"2026-04-21T09:31:31.495Z","avatar_url":"https://github.com/tedivm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DapperData\n\nDapperData is an opinionated formatter for YAML and JSON files.\n\nIt has two options- fix files in place, or just yell about files that fail.\n\n## Usage\n\n### Install\n\n```bash\npip install dapperdata\n```\n\n### Fix All Files in Place\n\nIf you want to fix all of the files in your current directory, recursively, run this command-\n\n```bash\ndapperdata pretty . --no-dry-run\n```\n\n### Test Files without Changing\n\nYou can use dapperdata to run a test in CI to confirm that all of the files already match the preferred styling.\n\n```bash\ndapperdata pretty .\n```\n\nThis will return an list of all files to change, and will return a status code of 1 if any changes are needed. If no changes are needed the success status code (0) is returned.\n\n\n## Configuration\n\n### pyproject.toml\n\n```toml\n[tool.dapperdata]\nexclude_paths = [\".venv\", \"tests\", \".git\", \".vscode\"]\n```\n\n### Environment Variables\n\n```bash\nDAPPERDATA_EXCLUDE_PATHS='[\".venv\", \"tests\", \".git\", \".vscode\"]'\n```\n\n## Excluded Files\n\nIf a `.gitignore` file is present the directories in it will be excluded from scans.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedivm%2Fdapperdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedivm%2Fdapperdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedivm%2Fdapperdata/lists"}