Skip to main content

CLI tool to automate the submisison of tp timesheets

Project description

TP-Timesheet

Build Status PyPI version PyPI license

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


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.0.0.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

tp_timesheet-1.0.0-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file tp-timesheet-1.0.0.tar.gz.

File metadata

  • Download URL: tp-timesheet-1.0.0.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for tp-timesheet-1.0.0.tar.gz
Algorithm Hash digest
SHA256 1943cf08a8f0da0128446b7870158abdbfd6869d2c33f4403153ecb7eeb853c3
MD5 9938650849383f44b8626f62c7526328
BLAKE2b-256 248c90180ef73f97f8818380bc175fe8edc84d7efe0a83313b57fd03cd01051f

See more details on using hashes here.

File details

Details for the file tp_timesheet-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: tp_timesheet-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for tp_timesheet-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93dc225892a367ac1a6937450c1a2c69b3d114cc75ba0e6b6c0804fce9e2d32e
MD5 be165ff38047e816e893a25559795a50
BLAKE2b-256 ab5a3f855e2d5ed5c68e1ec1abdac9f0729b95d2aa0a83a09dc367f9207ae562

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page