Metadata-Version: 2.1
Name: timeSHIT
Version: 0.0.3
Summary: Ease the pain of logging your time in JIRA timesheets
Home-page: https://github.com/Kaushal28/Timesheet-Filler.git
Author: kaushal28
Author-email: shah.kaushal95@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: schedule (==0.6.0)

# Timesheet-Filler
Ease the pain of logging your time in JIRA Timesheets

## Installation 

Run following command to install `timeSHIT` module:

`pip install timeSHIT`

## How to run?
Create a `config.txt` file with following content: 

<pre>{
    "jira_url": "http://0.0.0.0",
    "username": "[your_username]",
    "password": "[your_password]",
    "timesheet_jira_id": "ABCD-1",
    "hours_to_fill": "8",
    "minutes_to_fill": "0",
    "comment": "[your_comment]"
}</pre>

Now run following command in the directory where above `config.txt` is saved.

For Linux: `nohup python -m timeSHIT &`

### Note
Supports both Python 2.x and 3.x


