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.5.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.5-py3-none-any.whl (507.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: polytomic-25.9.5.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.5.tar.gz
Algorithm Hash digest
SHA256 5351168a6a720244458d3b7a66e01c317eacc196cfc5954afcb55b0c94982bd9
MD5 9b5398f08db4e9d283c7a817c0f40581
BLAKE2b-256 f3b40171aad54fe1aad7d40a298efc5d343639b5191acb7542bfa8ab80222c56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polytomic-25.9.5-py3-none-any.whl
  • Upload date:
  • Size: 507.5 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d6a9a8599092f4f8038a27f0476c1365b7400679b1cbc4dcfae16eaffcfbedae
MD5 06ff700a396237cf4350534a2f65ac98
BLAKE2b-256 1a151f88a936fd16da0c47fcb5a0b95ec3688673523c41178352317e4840ef8e

See more details on using hashes here.

Release history Release notifications | RSS feed

25.9.6

2 files

This release

25.9.5 This release

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