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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pychargecloud-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 076446941e14ec67a5348d3a63a5b758028b2195d72345991adedf25cfcf58de
MD5 a0a2da19fa955aaee8935c2298c25810
BLAKE2b-256 95f5c739891ed6c486b37ea790149cfcbd49389a580aa2e21796e5d055bde4f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pychargecloud-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c0eb07798c258e7d8a6766814093fd4fa147b180661f1f1ae086b483c3d6a1f6
MD5 491590569fbd5635a39bbf2a15d3f87d
BLAKE2b-256 93605adbe880d2f0745280232ea3659334bc9ff82f65060e56e76227c3028cbd

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