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.2.tar.gz (14.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.2-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: carrier_api-2.11.2.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for carrier_api-2.11.2.tar.gz
Algorithm Hash digest
SHA256 051f4c61cc024502e0b4dc40a6785ed3e4fcc17136161f9c4ae648071e7a00e1
MD5 e8934674807c631ac5fbd364b166af9a
BLAKE2b-256 485a7fb5f836acd3bbbeba7aa80e25b0b162d05387d27795cc758d203a372e2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: carrier_api-2.11.2-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for carrier_api-2.11.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6f957d46ce351c6968d63198aa4617173c0eb7593b3085b98142d4e8f7e5a634
MD5 d4ba75240a0eb9f9cc0193788382e685
BLAKE2b-256 ca828caba02c6d06c721564c5111b1208ed3e3ce44dacc02ecb769c24d7b296a

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