{"id":49416397,"url":"https://github.com/scaleway/scaleway-qaas-client-python","last_synced_at":"2026-04-29T03:09:41.646Z","repository":{"id":303435771,"uuid":"1013893058","full_name":"scaleway/scaleway-qaas-client-python","owner":"scaleway","description":"Python client providing primitives to be used from other quantum SDKs","archived":false,"fork":false,"pushed_at":"2025-10-15T16:25:16.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-15T23:12:31.571Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scaleway.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-07-04T16:37:42.000Z","updated_at":"2025-10-15T08:29:08.000Z","dependencies_parsed_at":"2025-07-07T16:51:25.714Z","dependency_job_id":"c2f75d27-b24a-415d-9976-369353ebdbc5","html_url":"https://github.com/scaleway/scaleway-qaas-client-python","commit_stats":null,"previous_names":["scaleway/scaleway-qaas-client-python"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/scaleway/scaleway-qaas-client-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Fscaleway-qaas-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Fscaleway-qaas-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Fscaleway-qaas-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Fscaleway-qaas-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scaleway","download_url":"https://codeload.github.com/scaleway/scaleway-qaas-client-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scaleway%2Fscaleway-qaas-client-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-04-29T03:09:34.831Z","updated_at":"2026-04-29T03:09:41.642Z","avatar_url":"https://github.com/scaleway.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python client for Scaleway's Quantum as a Service\n\nThis Python package is basically a HTTPX client based on Pydantic over the [Quantum as a Service API](https://www.scaleway.com/en/developers/api/qaas/).\n\nThis package is intented to be used from quantum circuit SDK such as Qiskit, Cirq, Perceval and so-on.\n\n## Installation\n\nWe encourage installing this package via the pip tool (a Python package manager):\n\n```bash\npip install scaleway-qaas-client\n```\n\n## Getting started\n\nTo use the client, you need to have an access secret_key and a Scaleway's project_id\n\n```python\nfrom scaleway_qaas_client import QaaSClient\n\nclient = QaaSClient(\n    project_id=os.environ[\"SCALEWAY_PROJECT_ID\"], # Your project ID in UUID format\n    secret_key=os.environ[\"SCALEWAY_SECRET_KEY\"], # Your personal secret key in UUID format\n)\n\nplatforms = client.list_platforms(name=\"aer_simulation_pop_c16m128\")\n\ntarget_platform = platforms[0]\n\nsession = client.create_session(platform_id=target_platform.id, max_duration=\"2min\", max_idle_duration=\"2min\")\n\nwhile session.status == \"starting\":\n    session = client.get_session(session.id)\n    time.sleep(3)\n\nclient.delete_session(session.id)\n```\n\n## Development and contribution\nThis repository is at its early stage and is still in active development. If you are looking for a way to contribute please read [CONTRIBUTING.md](CONTRIBUTING.md).\n\n### Install dev package\nTo install necessary packages for contribution development, please install via:\n\n```bash\nmake install\n```\n\n### Code generation\nWe use open API format (in [openapi/ folder](openapi)) and generate client version manually.\n\nHere how to generate the `v1alpha1` version:\n\n```bash\nmake v1alpha1\n```\n\n## Reach us\nWe love feedback. Feel free to reach us on [Scaleway Slack community](https://slack.scaleway.com/), we are waiting for you on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource)..\n\n## License\n[License Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleway%2Fscaleway-qaas-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscaleway%2Fscaleway-qaas-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscaleway%2Fscaleway-qaas-client-python/lists"}