Skip to main content

Access public ev charger information via chargecloud.de

Project description

pychargecloud

Fetches data about public ev charge points from chargecloud.de

Example:

import sys
import chargecloudapi
import aiohttp
import asyncio
import logging


async def main():
    async with aiohttp.ClientSession() as session:
        api = chargecloudapi.Api(session)
        locations = await api.location_by_evse_id("DECCH*ECCH1800155EBG*2")
        print(locations)


if __name__ == "__main__":
    logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
    loop = asyncio.new_event_loop()
    loop.run_until_complete(main())

See also src/main.py

Project details


Download files

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

Source Distribution

pychargecloud-0.2.1.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

pychargecloud-0.2.1-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file pychargecloud-0.2.1.tar.gz.

File metadata

  • Download URL: pychargecloud-0.2.1.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pychargecloud-0.2.1.tar.gz
Algorithm Hash digest
SHA256 524deca9beedf2e217aba6d2ffd47790461239abaec01d12e8074daa76abe25c
MD5 e52009bafa7965b2b3922b0992b45ff9
BLAKE2b-256 b54a452b6a2b1aa67ab3cda2c18dc946aaff28dcb0ba14d776cfede6432c0cdc

See more details on using hashes here.

File details

Details for the file pychargecloud-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pychargecloud-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3fd6d7b907d2aa2408a6ab2b3ebd804d5c534f6faccab77c9a84f7beaa60f47c
MD5 844be7fb53f0495733a5c68fba750b2a
BLAKE2b-256 ce0c205e59cd712ff66540e1fc8d013118805573f8334432e45a8ed77d040e6f

See more details on using hashes here.

Supported by

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