A simple async wrapper for the Wakatime API
Project description
Installation
pip install awakatime
Usage
import asyncio
from awakatime import Awakatime
async def main():
async with Awakatime("your_api_key") as awakatime:
await awakatime.get_all_time("your_project")
if __name__ == "__main__":
coro = main()
asyncio.run(coro)
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
awakatime-1.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file awakatime-1.0.1.tar.gz
.
File metadata
- Download URL: awakatime-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7721dfc25a3a1334a3e62afbcb019b0efc6d9ab479da89b902770c968c51fea2 |
|
MD5 | 9e76300ac4630e0214d50925aa77dc9d |
|
BLAKE2b-256 | 5ea2b99a655591eb83d43b19516d11768fd6a2b8ba59242281766095e6a5b46a |
File details
Details for the file awakatime-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: awakatime-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb2f229e607fbe8e00da77442d482a106185f044ab50a63c68ec20926cacb3c9 |
|
MD5 | f58ee4561ce0608d3377f3221aea5bdb |
|
BLAKE2b-256 | cf1526a3867f07cc488346cd4ae7ea2c7055ad2f80e911f2ff08a094314d50e7 |