Skip to main content

Polytomic Python Library

pypi

The Polytomic Python library provides convenient access to the Polytomic API from Python.

Installation

pip install polytomic

Usage

Instantiate and use the client with the following:

from polytomic import BulkSchedule
from polytomic.client import Polytomic

client = Polytomic(
    token="YOUR_TOKEN",
)
client.bulk_sync.create(
    destination_connection_id="248df4b7-aa70-47b8-a036-33ac447e668d",
    mode="replicate",
    name="My Bulk Sync",
    schedule=BulkSchedule(
        frequency="manual",
    ),
    source_connection_id="248df4b7-aa70-47b8-a036-33ac447e668d",
)

Async Client

The SDK also exports an async client so that you can make non-blocking calls to our API.

from polytomic import BulkSchedule
from polytomic.client import AsyncPolytomic

client = AsyncPolytomic(
    token="YOUR_TOKEN",
)
await client.bulk_sync.create(
    destination_connection_id="248df4b7-aa70-47b8-a036-33ac447e668d",
    mode="replicate",
    name="My Bulk Sync",
    schedule=BulkSchedule(
        frequency="manual",
    ),
    source_connection_id="248df4b7-aa70-47b8-a036-33ac447e668d",
)

Contributing

While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!

On the other hand, contributions to the README are always very welcome!

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polytomic-25.9.6.tar.gz (262.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

polytomic-25.9.6-py3-none-any.whl (507.7 kB view details)

Uploaded Python 3

File details

Details for the file polytomic-25.9.6.tar.gz.

File metadata

  • Download URL: polytomic-25.9.6.tar.gz
  • Upload date:
  • Size: 262.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.21 Linux/6.17.0-1022-azure

File hashes

Hashes for polytomic-25.9.6.tar.gz
Algorithm Hash digest
SHA256 d7dbf3409ec925603ec424e39e923ed9a015bc296811218588030eb1593ca841
MD5 928a6170bd1c1eaa145c9cb11d51ab49
BLAKE2b-256 a881cb2041ebc97164b167a0ae81619ba168f3ce224a3772dd0a5ef8bad414ee

See more details on using hashes here.

File details

Details for the file polytomic-25.9.6-py3-none-any.whl.

File metadata

  • Download URL: polytomic-25.9.6-py3-none-any.whl
  • Upload date:
  • Size: 507.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.21 Linux/6.17.0-1022-azure

File hashes

Hashes for polytomic-25.9.6-py3-none-any.whl
Algorithm Hash digest
SHA256 326a3e8caf8c1b2cae661a025922e52fcfdb3f68a8d085d6e55664e7b6e710b1
MD5 4eb06571e68ff46bdf736b9538dc13ee
BLAKE2b-256 65946c69f660723ac348e4460ed3f57f71395a1fded513b402f08ef0f94a879f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

25.9.6 This release

2 files

25.9.5

2 files

25.9.4

2 files

25.9.3

2 files

25.9.2

2 files

25.9.1

2 files

1.18.0

2 files

1.17.1

2 files

1.17.0

2 files

1.16.1

2 files

1.16.0

2 files

1.15.5

2 files

1.11.3

2 files

1.11.2

2 files

1.10.1

2 files

1.9.3

2 files

1.9.2

2 files

1.9.1

2 files

1.9.0

2 files

1.8.0

2 files

1.7.0

2 files

1.6.2

2 files

1.6.1

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.0.0

2 files

0.2.0

2 files

0.1.2

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page