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

Uploaded Source

Built Distribution

pychargecloud-0.1.0-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pychargecloud-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2c91b28cf47901b2ece60028e23c6d889531cece8927028396f472e03529df19
MD5 84b8b47ff52da5142fdeb343bc89042c
BLAKE2b-256 7081a8b1e95971e9b2a462c4d77d2a887aa28e41d1cd4d8c44e2df799b313942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pychargecloud-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43195beefb655d73cd292cf67b93317bfc0b0145d1495d9706f4ef431ed70156
MD5 31f4b9e88c493cc21911dc9a24d185fc
BLAKE2b-256 94a1e40e90b3e0498f3c3a72d324f6978238c8c40a5010bf60f391475e502b05

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