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.0.4.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

pychargecloud-0.0.4-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pychargecloud-0.0.4.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for pychargecloud-0.0.4.tar.gz
Algorithm Hash digest
SHA256 3e1f866cd3c0cbec42df5a7f75f6d080643ef85afe25c1fb9abc13ea4081d65a
MD5 b61002de1d775d7c36ec7bb80dc1f69c
BLAKE2b-256 839e04e537dc4de63138cfbef5452b5e1ae60ec3c70fecf120c90b521530c39c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pychargecloud-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4be6d763f661be52fbd8c7cf2b4d6abfeeee619497b52f7b60aadae89d2cb3cf
MD5 51662d8b39554c426ec039d1275bd9cb
BLAKE2b-256 739a45f7475a74c97e4f5a831d53eb22c7399750c98e10d85e4eaaec81bc205e

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