Electric Kiwi Python API
What it does
Provide a simple API interface to the Electric Kiwi API, requires basic auth using the client id and secret provided by Electric Kiwi.
What it does not
session management / token management, there are enough libraries and frameworks that already do this very well, no point reinventing the wheel
Authentication has been left to you.
If you are planning on joining Electric Kiwi use my link to score a $50 credit sign up link
Authentication
To make any requests to the token url you are required to have basic auth using the client id and secret same as the python api example.
How to use it
implement AbstractAuth (see test_instance.py in tests)
once implemented you can pass it to ElectricKiwiApi
e.g
api = ElectricKiwiApi(ApiAuthImpl(session))
await api.get_active_session()
await api.set_active_session()
You will need to call api.set_active_session() to set the customer number and connection id for you to run additional API calls as it sets them on the class so your not passing them continuously.
Release files for electrickiwi-api 0.10.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| electrickiwi_api-0.10.1.tar.gz | 10.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| electrickiwi_api-0.10.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.7 kB
Release files / electrickiwi_api-0.10.1.tar.gz
| Download URL | electrickiwi_api-0.10.1.tar.gz |
|---|---|
| Size | 10.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
09102feb3cf180c151d24f0235d77e5aae0d61cbb5808515e531a249940bac4b
|
|
BLAKE2b-256 checksum How to use checksums |
58873dc48eec2bed011db7cf19b35da0d7dc9e82430e1652891acce2e99c2ffc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 16, 2026.
Transparency logRelease files / electrickiwi_api-0.10.1-py3-none-any.whl
| Download URL | electrickiwi_api-0.10.1-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
71f85dabd6a4f19cdc7310d86e4f7d1410d3a0738258653a9f76ce1576e2dc62
|
|
BLAKE2b-256 checksum How to use checksums |
8bfef755837914698fb6293eb9b508168e05dd66723e58d75f6fbbd886abb3b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 16, 2026.
Transparency log