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
Release history Release notifications | RSS feed
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.0.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file pychargecloud-0.2.0.tar.gz
.
File metadata
- Download URL: pychargecloud-0.2.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae4159813699264c215229d63e77b79e444b5f6ce301b9c0bbb9af64bbe02f10 |
|
MD5 | e5e69a68cb8739b9a30f12a67b9b2b6b |
|
BLAKE2b-256 | 40726dc87033bee95d3de9609fb9f8dbf2c4c730284e61fcc14aedb57da28940 |
File details
Details for the file pychargecloud-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pychargecloud-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825b2335cbb94540498eb83b569880feb0bfc7ebe13bb9d473e6929a194a051a |
|
MD5 | 07083f23cab3475824eea9bc4d10b46e |
|
BLAKE2b-256 | ce5c725b9e7e56735de6bd1d7bf29858f72575dbe568141657009e4270ff44a1 |