{"id":28461045,"url":"https://github.com/stuartp44/pymbrewclient","last_synced_at":"2026-04-15T22:04:08.711Z","repository":{"id":290227820,"uuid":"973549835","full_name":"stuartp44/pymbrewclient","owner":"stuartp44","description":"This repo allows your to interact with the minibrew pro portal to gain insights on brew status","archived":false,"fork":false,"pushed_at":"2026-02-08T20:59:00.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T01:52:45.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuartp44.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-27T08:22:36.000Z","updated_at":"2026-02-08T20:56:53.000Z","dependencies_parsed_at":"2025-04-27T18:19:22.014Z","dependency_job_id":null,"html_url":"https://github.com/stuartp44/pymbrewclient","commit_stats":null,"previous_names":["stuartp44/pymbrewclient"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/stuartp44/pymbrewclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartp44%2Fpymbrewclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartp44%2Fpymbrewclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartp44%2Fpymbrewclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartp44%2Fpymbrewclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuartp44","download_url":"https://codeload.github.com/stuartp44/pymbrewclient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuartp44%2Fpymbrewclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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-06-07T03:07:30.333Z","updated_at":"2026-04-15T22:04:08.681Z","avatar_url":"https://github.com/stuartp44.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pymbrewclient\n\n`pymbrewclient` is a Python library and CLI tool for interacting with Minibrew's API. It provides both programmatic access and a command-line interface for fetching brewery and session information.\n\n## Disclaimer\n\nThis project is an independent, community-driven tool and is **not affiliated with, endorsed by, or supported by Minibrew**. It is developed and maintained by independent contributors.\n\n## Requirements\n\nThis library will **only work** if you have access to Minibrew's Pro Portal subscription.\n\n---\n\n## Features\n\n- Fetch brewery overview data.\n- Retrieve session information.\n- Easy-to-use CLI for quick access.\n- Python library for programmatic integration.\n\n## Installation\n\nYou can install `pymbrewclient` using `pip`:\n\n### CLI\n\n```bash\npip install pymbrewclient\n```\n\n```bash\npymbrewclient get-token --username \u003cUSERNAME\u003e --password \u003cPASSWORD\u003e\n```\n\n```bash\npymbrewclient brewery-overview\n```\n\n```bash\npymbrewclient session-info --username \u003cUSERNAME\u003e --password \u003cPASSWORD\u003e --session-id \u003cSESSION_ID\u003e\n```\n\n### Library Usage\n\n```python\nfrom pymbrewclient.client import BreweryClient\n\n# Initialize the client\nclient = pymbrewclient(username,password)\n\n# Fetch brewery overview\nbrewery_overview = client.get_brewery_overview()\nprint(brewery_overview)\n```\n\n```python\nfrom pymbrewclient.client import BreweryClient\n\n# Initialize the client\nclient = pymbrewclient(username,password)\n\n# Fetch session info\nsession_id = 12345\nsession_info = client.get_session_info(session_id)\nprint(session_info)\n```\n\n\n## Development\n\nClone the repository:\n```\ngit clone https://github.com/yourusername/pymbrewclient.git\ncd pymbrewclient\n```\n\nInstall dependencies:\n```\npip install .[dev]\n```\n\nRun tests:\n```\npytest\n```\n\nLint the code:\n```\nmake lint\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartp44%2Fpymbrewclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartp44%2Fpymbrewclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartp44%2Fpymbrewclient/lists"}