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.2.tar.gz
(16.5 kB
view details)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b91e383fa00cf17b40c78877a3bf27e6670c131be717b74a964bcf8110d89b0 |
|
MD5 | d3ec112277aca74c35145d07c0637eb9 |
|
BLAKE2b-256 | 2581f82bba676d9b5d6d40ae972b8df44a5fc7bd2ceb998937925fdd62a4e79c |
File details
Details for the file pychargecloud-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pychargecloud-0.2.2-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b56d75b90342be68328ff08667564e984ebff68ad632cd84b08e29b55dfd5742 |
|
MD5 | 2516dc81e9eb6bb3957f4909d7a520a8 |
|
BLAKE2b-256 | f1ce027342ca2e26aab2f1067eb1729509f5df80269aeb70c39639e964f712f9 |