{"id":25604674,"url":"https://github.com/ajwalkiewicz/uynab","last_synced_at":"2026-03-04T03:31:10.343Z","repository":{"id":268014322,"uuid":"902617599","full_name":"ajwalkiewicz/uynab","owner":"ajwalkiewicz","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-05T09:20:03.000Z","size":909,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T10:46:35.846Z","etag":null,"topics":["budget","pytest","python3","uv","ynab"],"latest_commit_sha":null,"homepage":"https://ajwalkiewicz.github.io/uynab/","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/ajwalkiewicz.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":"2024-12-12T23:30:06.000Z","updated_at":"2025-05-05T09:19:04.000Z","dependencies_parsed_at":"2025-01-04T05:17:07.203Z","dependency_job_id":"f1654247-fc4b-4c8d-86d4-74aacb3e6253","html_url":"https://github.com/ajwalkiewicz/uynab","commit_stats":null,"previous_names":["ajwalkiewicz/uynab"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ajwalkiewicz/uynab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajwalkiewicz%2Fuynab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajwalkiewicz%2Fuynab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajwalkiewicz%2Fuynab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajwalkiewicz%2Fuynab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajwalkiewicz","download_url":"https://codeload.github.com/ajwalkiewicz/uynab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajwalkiewicz%2Fuynab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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":["budget","pytest","python3","uv","ynab"],"created_at":"2025-02-21T17:39:54.255Z","updated_at":"2026-03-04T03:31:10.314Z","avatar_url":"https://github.com/ajwalkiewicz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro YNAB\n\nMicro YNAB is a small SDK for the YNAB budgeting app. It provides a simple interface to interact with the YNAB API, \nallowing you to manage budgets, categories, transactions, and more.\n\n## Features\n\n- Manage budgets and budget settings\n- Handle categories and category groups\n- Work with payees and transactions\n- Simple and easy-to-use interface\n\n## Installation\n\nTo install the package, use pip:\n\n```sh\npip install uynab\n```\n\n## Usage\n\n### Code\n\nHere's a basic example of how to use the SDK:\n\n```python\nfrom uynab.client import YNABClient\n\nclient = YNABClient(api_token=\"YOUR_YNAB_API_TOKEN\")\n\n# Get all budgets\nbudgets = client.budget.get_all_budgets()\nprint(budgets)\n```\n\n### Standalone\n\n```sh\npython -m uynab budget list\n```\n\n## Documentation\n\nFor detailed documentation, visit the [docs](https://ajwalkiewicz.github.io/uynab/).\n\n## Contributing\n\nContributions are welcome! Please see the [contribution guidelines](https://ajwalkiewicz.github.io/uynab/contribution/) for more information.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://ajwalkiewicz.github.io/uynab/license/) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajwalkiewicz%2Fuynab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajwalkiewicz%2Fuynab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajwalkiewicz%2Fuynab/lists"}