Skip to main content

Carrier Api Wrapper

Project description

GitHub Release GitHub Activity License

Project Maintenance BuyMeCoffee

Api Wrapper for Carrier Infinity API using async in python, this was inspired by this guide to be a lightweight wrapper, with simple error handling.

a lot of this is based on https://my.carrier.com/.


to update schema add this to api_connection_graphql#authed_query

introspection_query = get_introspection_query(**session.client.introspection_args)
execution_result = await transport.execute(parse(introspection_query))
schema = dumps(execution_result.data, indent=2)
_LOGGER.debug(schema)
with open("schema.graphql", "w") as f:
    f.write(schema)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

carrier_api-2.11.3.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

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

carrier_api-2.11.3-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file carrier_api-2.11.3.tar.gz.

File metadata

  • Download URL: carrier_api-2.11.3.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for carrier_api-2.11.3.tar.gz
Algorithm Hash digest
SHA256 72313c1d591ec2eea4e48be360053e3d062bdaf766fcf58a3fe894e63c338e95
MD5 a9e5cd774220d4412a2370032873e25f
BLAKE2b-256 81f78b21404b5e231680d03f26307266e6cdc1cbcc1948e5c2c135e27b18d72a

See more details on using hashes here.

File details

Details for the file carrier_api-2.11.3-py3-none-any.whl.

File metadata

  • Download URL: carrier_api-2.11.3-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for carrier_api-2.11.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bde69ad71a67aeab686a62647d704badb982472ddd0edba77b1ccf2f460b1464
MD5 fefb9a0b4cf9bad100cee6baedb656f5
BLAKE2b-256 5aa913c7ac4f191403a37bd61d95973522b7c2d54a0f7336c2e4f846ce7326e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page