Skip to main content

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

OR

shell sudo python3 setup.py install

Install the dependencies:

pip install jira pip install spacy python -m spacy download en_core_web_sm

Python standard dependencies:

  • https://img.shields.io/badge/Python%20Package-jira-blue
  • https://img.shields.io/badge/Python%20Package-spacy-blue

devtracker

https://img.shields.io/badge/Dev-Github-green https://img.shields.io/pypi/v/dev-work-tracker.svg https://img.shields.io/pypi/wheel/wheel https://img.shields.io/badge/python-3.0%20%7C%203.1%20%7C%203.2%20%7C%203.3%20%7C%203.4%20%7C%203.5%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue https://img.shields.io/apm/l/vim-mode

This package is to track developers work rate

Maintainers

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 description = ‘This is sample description about the issue’

session = Trigger().jira_login(jira_server, jira_user, jira_password) out = Trigger().windfall(Issue_ID, session, description) print(out)

https://img.shields.io/badge/LINK-GitHub-orange

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

dev-work-tracker-1.4.6.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

dev_work_tracker-1.4.6-py2.py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page