https://github.com/101loop/payouts
Computes weekly payouts using JIRA's Tempo integration
https://github.com/101loop/payouts
Last synced: 10 months ago
JSON representation
Computes weekly payouts using JIRA's Tempo integration
- Host: GitHub
- URL: https://github.com/101loop/payouts
- Owner: 101Loop
- Created: 2021-07-17T11:08:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T02:07:40.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T17:11:15.424Z (11 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# PayOuts
Python implementation using `dataclasses` to compute weekly payout based on hours logged in JIRA using `Tempo` app.
See `models.py` for dataclasses.
### Format
`black -l 120 ./`