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.3.1.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file tp-timesheet-0.3.1.tar.gz
.
File metadata
- Download URL: tp-timesheet-0.3.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 351768ab5f95a0bfdb70494bbe5526e8d45cbab62d2248a7f8606ea58a0c567e |
|
MD5 | 2401c20e965b1dfa12eca2b6d56c7a1e |
|
BLAKE2b-256 | 5c7791bc835229f7d6562447df4b0756c72812878df52004bad2b47fdfda4ee0 |
File details
Details for the file tp_timesheet-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: tp_timesheet-0.3.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad7a08edb57d721b495c157ac0d24ddb6e2a7be3b645308cfe622f4c732f5b4a |
|
MD5 | 6cff9c9f83f45dbab446d0d1ecf4d90a |
|
BLAKE2b-256 | 4e8f4fc5a151054ae40055babda269eaa220ffa864dc31a1617e6115b24a7ed4 |