This is to track developers work rate
Project description
Dated: 10/02/2019
Overview
Create an issue under task(input) which contains history of developer’s bug for current module.
Dependencies
Install the package by running:
`pip install dev-work-tracker`
`shell sudo python3 setup.py install`
Python standard dependencies:
devtracker
This package is to track developers work rate
Free software: MIT license
Documentation: (COMING SOON!) https://dev-work-tracker.readthedocs.org.
Maintainers
Jagadeesh Lakshminarasimhan - jagadeeshlaks@gmail.com
USAGE
from devtracker.devtracker import Trigger
jira_server = “https://example.atlassian.net/”
jira_user = “example@gm.com”
jira_password = “examplePassW@rd”
Issue_ID = “EXAM-1234” #Jira Issue ID
session = Trigger().jira_login(jira_server, jira_user, jira_password)
Trigger().windfall(Issue_ID, session)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dev_work_tracker-1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b10b482b0e093f210dd5de63e5d9cc83bea9674e419dd8475edcf21a511708b |
|
MD5 | 135f504913d2de8815ced099c0dfc282 |
|
BLAKE2b-256 | 3aaec5d46396dbf5d1bafe18532ab23a6e3051a0d302750ebc96faf06b311f84 |