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.3.tar.gz (246.7 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.3-py3-none-any.whl (481.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: polytomic-25.9.3.tar.gz
  • Upload date:
  • Size: 246.7 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.3.tar.gz
Algorithm Hash digest
SHA256 95bdeda66446185d5478da0d9bfeae1db7b93b74120dabf8fb93938b4c062628
MD5 61caf3639f19e257004f17eb5c5d50a2
BLAKE2b-256 8aaa2db2faa5546d32f6b80052d659ff75028209d2598ac506b97ed9ec70ba0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: polytomic-25.9.3-py3-none-any.whl
  • Upload date:
  • Size: 481.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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8c38a72d1da357a117ecf3864baf7ea9014805bc4d2718ce8084c6134d21a7f3
MD5 db3535e2ee59a50084c6abe3eec94c06
BLAKE2b-256 857e23743907a264d0e9868f3c5b2b1333d0336d7366b3231c87dcc3dd9b8acd

See more details on using hashes here.

Release history Release notifications | RSS feed

25.9.6

2 files

25.9.5

2 files

25.9.4

2 files

This release

25.9.3 This release

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