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

Uploaded Source

Built Distribution

pychargecloud-0.2.2-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pychargecloud-0.2.2.tar.gz
Algorithm Hash digest
SHA256 8b91e383fa00cf17b40c78877a3bf27e6670c131be717b74a964bcf8110d89b0
MD5 d3ec112277aca74c35145d07c0637eb9
BLAKE2b-256 2581f82bba676d9b5d6d40ae972b8df44a5fc7bd2ceb998937925fdd62a4e79c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pychargecloud-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b56d75b90342be68328ff08667564e984ebff68ad632cd84b08e29b55dfd5742
MD5 2516dc81e9eb6bb3957f4909d7a520a8
BLAKE2b-256 f1ce027342ca2e26aab2f1067eb1729509f5df80269aeb70c39639e964f712f9

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