https://github.com/compilerla/toggl-py
Python implementation of the Toggl API, autogenerated from their OpenAPI spec
https://github.com/compilerla/toggl-py
api-client openapi toggl
Last synced: 10 months ago
JSON representation
Python implementation of the Toggl API, autogenerated from their OpenAPI spec
- Host: GitHub
- URL: https://github.com/compilerla/toggl-py
- Owner: compilerla
- License: apache-2.0
- Created: 2024-04-17T00:00:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:04:43.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:37:57.001Z (12 months ago)
- Topics: api-client, openapi, toggl
- Language: Python
- Homepage: https://engineering.toggl.com/docs/
- Size: 1.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `toggl-py`
Python implementation of the Toggl API v9, autogenerated from their
[OpenAPI (Swagger) specification](https://engineering.toggl.com/docs/openapi).
## [`codegen`](./codegen/)
This directory contains a [custom Swagger codegen module](https://github.com/swagger-api/swagger-codegen?tab=readme-ov-file#making-your-own-codegen-modules) for generating the `toggl-py` package.
## [`toggl_py`](./toggl_py/)
This directory contains the generated Python library and docs.