{"id":20541728,"url":"https://github.com/hivesolutions/budy-api","last_synced_at":"2026-05-31T22:00:37.226Z","repository":{"id":25654457,"uuid":"29089907","full_name":"hivesolutions/budy-api","owner":"hivesolutions","description":"Budy API Python client","archived":false,"fork":false,"pushed_at":"2026-05-31T20:10:05.000Z","size":174,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-05-31T21:23:00.746Z","etag":null,"topics":["api","budy","client","python","rest"],"latest_commit_sha":null,"homepage":"http://budy-api.hive.pt","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/hivesolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-01-11T11:47:32.000Z","updated_at":"2026-05-31T20:10:06.000Z","dependencies_parsed_at":"2024-08-06T12:29:29.375Z","dependency_job_id":"a6042823-bbce-408c-b28b-0d14d22a6d80","html_url":"https://github.com/hivesolutions/budy-api","commit_stats":null,"previous_names":["hivesolutions/budy_api"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/hivesolutions/budy-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fbudy-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fbudy-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fbudy-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fbudy-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivesolutions","download_url":"https://codeload.github.com/hivesolutions/budy-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivesolutions%2Fbudy-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33750474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["api","budy","client","python","rest"],"created_at":"2024-11-16T01:25:45.485Z","updated_at":"2026-05-31T22:00:37.219Z","avatar_url":"https://github.com/hivesolutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Budy API](http://budy-api.hive.pt)\n\n[Budy](http://budy.hive.pt) API Python client, to be used for simple synchronous integration.\n\n## Configuration\n\n| Name              | Type  | Default                      | Description                                                                                                              |\n| ----------------- | ----- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------ |\n| **BUDY_BASE_URL** | `str` | `http://localhost:8080/api/` | The base URL that is going to be used for API connections.                                                               |\n| **BUDY_COUNTRY**  | `str` | `US`                         | The country as an ISO 3166-1 to be used for API interactions.                                                            |\n| **BUDY_CURRENCY** | `str` | `USD`                        | The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code that describes the currency to be used for API interactions. |\n| **BUDY_USERNAME** | `str` | `None`                       | The username to be used for authentication.                                                                              |\n| **BUDY_PASSWORD** | `str` | `None`                       | The password to be user for authentication.                                                                              |\n\n## Example\n\n```python\nimport budy\n\napi = budy.API(\n    base_url=\"https://budy.my_instance.com/api/\",\n    username=\"my_user\",\n    password=\"my_password\"\n)\nvoucher = api.create_value_voucher(10)\nprint(voucher[\"key\"])\n```\n\n## License\n\nBudy API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/hivesolutions/budy-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/budy-api/actions)\n[![Coverage Status](https://coveralls.io/repos/hivesolutions/budy-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/budy-api?branch=master)\n[![PyPi Status](https://img.shields.io/pypi/v/budy-api.svg)](https://pypi.python.org/pypi/budy-api)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fbudy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivesolutions%2Fbudy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivesolutions%2Fbudy-api/lists"}