Metadata-Version: 2.1
Name: tp-timesheet
Version: 0.0.1
Summary: CLI tool to automate the submisison of tp timesheets
Home-page: https://github.com/ThorpeJosh/tp-timesheet
Author: Joshua Thorpe
Author-email: josh@thorpe.engineering
License: MIT
Keywords: automation,timesheet,cli,executable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# tp-timesheet
Automated submission of timesheet

## Development
Run tool locally (append `--help` to see how to use it):

```bash
python -m tp_timesheet
```
