You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This packages contains some usefull functions for an easy interface to TrackUnit's REST API. For information to the data see [here](https://dev.trackunit.com/docs).
14
+
15
+
Features:
16
+
- caches requests for faster access
17
+
- for timespan's bigger than 30 days it sufficiantly devides it into allowd requests
18
+
19
+
For more features write an issue [here](https://github.com/einsteinmaster/TrackUnitPython/issues/new). Pull requests are welcome.
20
+
21
+
## How to use
22
+
23
+
### Install
24
+
25
+
Install the package via pip
26
+
27
+
`pip install pytrackunit`
28
+
29
+
Create a file in your execution directory with the name `api.key` which contains your TrackUnit API token. If that doesnt work for you, you can set the token in the constructor by calling `tu = TrackUnit(api_key="<your key>")`.
0 commit comments