Installation
Install using pip:¶
pip install toggl-api-wrapper
Or if using SQLite cache:¶
pip install "toggl-api-wrapper[sqlite]"
Or if using Async classes:¶
pip install "toggl-api-wrapper[async]"
Dependencies¶
Main¶
- HTTPX - For requests
Optional¶
- SQLAlchemy - For Sqlite cache
- Greenlet - For Async functionality
- AIOSQLite - For Async SQLite cache