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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pychargecloud-0.0.3.tar.gz
  • Upload date:
  • Size: 15.5 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.3.tar.gz
Algorithm Hash digest
SHA256 0f7bdcb11cd90e7ac96000d24af3ecf4100fa314227ef22750e81f085db2642f
MD5 9b27cf330fc259cd3d9b976536122815
BLAKE2b-256 c1d6911757336faf898ecfa906d35341ce2e92c868bc2cb9b3649a6961dca05a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pychargecloud-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f07da121edd5bfbe5d5abe092305686cd2b7b7c376ec338edf464dd4114ca0bb
MD5 a59da7810dfc241f5de549f99494a396
BLAKE2b-256 85557fc3540b07f0caf4e4ee6d52f2676f97d7ced68dcbfddc4e8126fdad6529

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