CLI tool to automate the submisison of tp timesheets
Project description
TP-Timesheet
Automated submission of TP timesheets
Usage
This tool is published on pypi so from any terminal with python3 installed run:
pip install tp-timesheet
Then run the tool with the help option to find out additional usage information
tp-timesheet --help
Common cli options
# submit today
tp-timesheet --start today
# submit for next 5 days
tp-timesheet --start today --count 5
# submit for Mon 3/10/22 to Thursday 6/10/22
tp-timesheet --start '3/10/22' --count 5
# Schedule the form to submit automatically on weekdays
tp-timesheet --automate weekdays
# append '--verbose' to any command to get more log messages about what is going on
# append '--dry-run' to any command to avoid clicking submit. Good for testing
Development
Install the dev environment and run tool locally:
pip install -e .[dev]
tp-timesheet --help
Contributing
To run checks prior to committing
black --check --diff tp_timesheet # See what formatting changes need to be made
black tp_timesheet # Run formatter
pylint tp_timesheet # Run linter
pytest # Run testing
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tp-timesheet-0.2.4.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file tp-timesheet-0.2.4.tar.gz
.
File metadata
- Download URL: tp-timesheet-0.2.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6545e7c1216b64680647cc1f73b25c09f0d6e5308d231d519b615ca8e837ed5 |
|
MD5 | 2c6b6364881206d9996de7c5dd2403e2 |
|
BLAKE2b-256 | 7f478887b574983e0e4bdf0b15ee4bfc6d4cb3ca140f9fbc64bbe469a4dbb620 |
File details
Details for the file tp_timesheet-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: tp_timesheet-0.2.4-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29a29be1798de22c35e139757f6b5bf728af931ff1752a593fc78e7d090c796f |
|
MD5 | 9ddf40099993c03736845be41fac84f9 |
|
BLAKE2b-256 | 13e83a24506a589b07dc3914c964938f7946c3dbdc3fd0864be49f01bdc81ac3 |