{"id":38984598,"url":"https://github.com/polytomic/polytomic-python","last_synced_at":"2026-03-09T22:07:05.262Z","repository":{"id":226118576,"uuid":"734466837","full_name":"polytomic/polytomic-python","owner":"polytomic","description":"A Python library for the Polytomic API","archived":false,"fork":false,"pushed_at":"2026-02-04T23:21:33.000Z","size":603,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-05T11:39:18.320Z","etag":null,"topics":["generated-from-openapi","python-client","python-sdk"],"latest_commit_sha":null,"homepage":"","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/polytomic.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-21T18:53:41.000Z","updated_at":"2026-02-04T23:21:33.000Z","dependencies_parsed_at":"2024-03-06T00:43:22.915Z","dependency_job_id":"82deebb6-c47b-40ed-8579-6fe548e4aa4e","html_url":"https://github.com/polytomic/polytomic-python","commit_stats":null,"previous_names":["polytomic/polytomic-python-sdk","polytomic/polytomic-python"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/polytomic/polytomic-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polytomic%2Fpolytomic-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polytomic%2Fpolytomic-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polytomic%2Fpolytomic-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polytomic%2Fpolytomic-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polytomic","download_url":"https://codeload.github.com/polytomic/polytomic-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polytomic%2Fpolytomic-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["generated-from-openapi","python-client","python-sdk"],"created_at":"2026-01-17T16:58:25.275Z","updated_at":"2026-03-09T22:07:05.235Z","avatar_url":"https://github.com/polytomic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polytomic Python Library\n\n[![pypi](https://img.shields.io/pypi/v/polytomic)](https://pypi.python.org/pypi/polytomic)\n\nThe Polytomic Python library provides convenient access to the Polytomic API from Python.\n\n## Installation\n\n```sh\npip install polytomic\n```\n\n## Usage\n\nInstantiate and use the client with the following:\n\n```python\nfrom polytomic import BulkSchedule\nfrom polytomic.client import Polytomic\n\nclient = Polytomic(\n    token=\"YOUR_TOKEN\",\n)\nclient.bulk_sync.create(\n    destination_connection_id=\"248df4b7-aa70-47b8-a036-33ac447e668d\",\n    mode=\"replicate\",\n    name=\"My Bulk Sync\",\n    schedule=BulkSchedule(\n        frequency=\"manual\",\n    ),\n    source_connection_id=\"248df4b7-aa70-47b8-a036-33ac447e668d\",\n)\n```\n\n## Async Client\n\nThe SDK also exports an `async` client so that you can make non-blocking calls to our API.\n\n```python\nfrom polytomic import BulkSchedule\nfrom polytomic.client import AsyncPolytomic\n\nclient = AsyncPolytomic(\n    token=\"YOUR_TOKEN\",\n)\nawait client.bulk_sync.create(\n    destination_connection_id=\"248df4b7-aa70-47b8-a036-33ac447e668d\",\n    mode=\"replicate\",\n    name=\"My Bulk Sync\",\n    schedule=BulkSchedule(\n        frequency=\"manual\",\n    ),\n    source_connection_id=\"248df4b7-aa70-47b8-a036-33ac447e668d\",\n)\n```\n\n## Contributing\n\nWhile we value open-source contributions to this SDK, this library is generated programmatically.\nAdditions made directly to this library would have to be moved over to our generation code,\notherwise they would be overwritten upon the next generated release. Feel free to open a PR as\na proof of concept, but know that we will not be able to merge it as-is. We suggest opening\nan issue first to discuss with us!\n\nOn the other hand, contributions to the README are always very welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolytomic%2Fpolytomic-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolytomic%2Fpolytomic-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolytomic%2Fpolytomic-python/lists"}