{"id":37659230,"url":"https://github.com/quantmind/metablock-py","last_synced_at":"2026-01-16T11:46:05.096Z","repository":{"id":40355973,"uuid":"284423855","full_name":"quantmind/metablock-py","owner":"quantmind","description":"An asynchronous Python client for Metablock REST API","archived":false,"fork":false,"pushed_at":"2025-06-15T16:37:34.000Z","size":337,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T14:11:49.105Z","etag":null,"topics":["client","metablock"],"latest_commit_sha":null,"homepage":"https://api.metablock.io/v1/docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantmind.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":"2020-08-02T08:42:05.000Z","updated_at":"2025-06-15T16:37:37.000Z","dependencies_parsed_at":"2023-02-15T06:16:04.012Z","dependency_job_id":"b5133954-a386-456b-98c5-a66e24e6463a","html_url":"https://github.com/quantmind/metablock-py","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/quantmind/metablock-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantmind%2Fmetablock-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantmind%2Fmetablock-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantmind%2Fmetablock-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantmind%2Fmetablock-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantmind","download_url":"https://codeload.github.com/quantmind/metablock-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantmind%2Fmetablock-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["client","metablock"],"created_at":"2026-01-16T11:46:05.031Z","updated_at":"2026-01-16T11:46:05.092Z","avatar_url":"https://github.com/quantmind.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Python Client for Metablock API\n\n[![PyPI version](https://badge.fury.io/py/metablock.svg)](https://badge.fury.io/py/metablock)\n[![Python versions](https://img.shields.io/pypi/pyversions/metablock.svg)](https://pypi.org/project/metablock)\n[![Build](https://github.com/quantmind/metablock-py/workflows/build/badge.svg)](https://github.com/quantmind/metablock-py/actions?query=workflow%3Abuild)\n[![codecov](https://codecov.io/gh/quantmind/metablock-py/branch/main/graph/badge.svg?token=EAdSVpD0Af)](https://codecov.io/gh/quantmind/metablock-py)\n\nThis is an asynchronous python client for [metablock API](https://api.metablock.io/v1/docs).\n\n## Installation\n\nThis is a simple python package you can install via pip:\n\n```\npip install metablock\n```\n\n## Usage\n\nCreate the client\n\n```python\nfrom metablock import Metablock\n\ncli = Metablock()\n\n# get the user associated with the API token\nuser = await cli.get_user()\n```\n\nFor the authentication token, you can use the `METABLOCK_API_TOKEN` environment variable,\nalternatively, you can pass it to the client constructor:\n\n```python\ncli = Metablock(auth_key=\"your-token\")\n```\n\n\n## Command line\n\nYou can also use the client from the command line, to do so, install the package with the `cli` extra:\n\n```bash\npip install metablock[cli]\n```\n\nThen you can use the `metablock` command:\n\n```bash\nmetablock --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantmind%2Fmetablock-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantmind%2Fmetablock-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantmind%2Fmetablock-py/lists"}