{"id":27389113,"url":"https://github.com/an-empty-string/oig","last_synced_at":"2026-02-15T00:30:49.655Z","repository":{"id":70873826,"uuid":"456762355","full_name":"an-empty-string/oig","owner":"an-empty-string","description":"Overengineered Invoice Generator","archived":false,"fork":false,"pushed_at":"2023-06-01T21:36:52.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T07:54:09.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/an-empty-string.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,"zenodo":null}},"created_at":"2022-02-08T03:03:15.000Z","updated_at":"2022-02-08T04:11:12.000Z","dependencies_parsed_at":"2025-04-13T19:12:18.303Z","dependency_job_id":"0f69fedf-9fad-4216-b2c3-9c26fd893a1b","html_url":"https://github.com/an-empty-string/oig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/an-empty-string/oig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Foig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Foig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Foig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Foig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/an-empty-string","download_url":"https://codeload.github.com/an-empty-string/oig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Foig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2025-04-13T19:12:15.337Z","updated_at":"2026-02-15T00:30:49.638Z","avatar_url":"https://github.com/an-empty-string.png","language":"HTML","readme":"# Overengineered Invoice Generator\n\nOverengineered Invoice Generator (or just _oig_ for short) is a tool for\nconverting YAML files describing an invoice into nice HTML files that you can\nprint to PDF or make available to your customer in some other way.\n\n## Setup\n\nIn a Python virtual environment or otherwise, install the dependencies listed in\n`requirements.txt`. You can do this with `pip install -r requirements.txt`.\n\n## Usage\n\nFirst, define an invoice file like this:\n\n```yaml\nmeta:\n  customer: ACME Widgets Incorporated\n  number: 01-100\n  date: 2022-03-01\n  start_date: 2022-02-01\n  end_date: 2022-02-28\n  currency: USD\n\n  payable_to: |\n    Your Name Here\n    123 Main St.\n    New York, NY 10001\n\nitems:\n  - date: 2022-02-10\n    hours: 2\n    rate: 60\n    description: Designed extremely cool new widget\n\n  - date: 2022-02-23\n    hours: 5\n    rate: 40\n    description: Made a kind of boring widget\n```\n\nSave this file to any path you please. Then, pipe it to `oig.py`. The output\nwill be self-contained HTML:\n\n`./oig.py \u003c acme-february-invoice.yml \u003e acme-february-invoice.html`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan-empty-string%2Foig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fan-empty-string%2Foig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan-empty-string%2Foig/lists"}