CLI tool to automate the submisison of tp timesheets
Project description
TP-Timesheet
Automated submission of TP timesheets
Installation
Install
This tool is published on pypi so from any terminal with python3 installed run:
pip install tp-timesheet
Note: some outdated OS's still require pip3 instead of pip. If you get an error Unknown command: pip
then try the following:
pip3 install tp-timesheet
Upgrade
pip install --upgrade tp-timesheet
Uninstall
pip uninstall tp-timesheet
Usage
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-1.1.0.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file tp-timesheet-1.1.0.tar.gz
.
File metadata
- Download URL: tp-timesheet-1.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ec35b78fdf3c890b601f23cec7c39b4b6f8c46bff8d5933a92f8b03e1516cbc |
|
MD5 | 3a14ef960817005ce451dac65154d6d5 |
|
BLAKE2b-256 | 025f054db44e82d5760eeb42492d9ce8abb95c4f336ce496f0340fc00c6d8004 |
File details
Details for the file tp_timesheet-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: tp_timesheet-1.1.0-py3-none-any.whl
- Upload date:
- Size: 15.6 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 | 0a190c28cc86017d72647e23b01700b96d95f23752262470a1087019cafc0369 |
|
MD5 | f777cf9c666dd493b11504745d1d6f76 |
|
BLAKE2b-256 | 8ed6090bf29f365fea93d59665d8cc5afa90533cefe409c0af2db2a32331725c |