CLI tool for checking current time in different timezones
Project description
Timechecker
A fast, clean CLI tool for checking current time in different timezones.
Installation
From PyPI
pip install timechecker
From Source
git clone https://github.com/timechecker/timechecker.git
cd timechecker
pip install -e .
Usage
Basic Usage
# Get current time in PST
tmt -p PST
# Get current time in EST
tmt -p EST
# Get current time in BST
tmt -p BST
# Get current time in WAT
tmt -p WAT
# Get current time in CET
tmt -p CET
Options
# List all supported timezones
tmt --list
# Enable verbose logging
tmt -p PST -v
# Show help
tmt -h
Supported Timezones
- PST - Pacific Standard Time (US/Pacific)
- EST - Eastern Standard Time (US/Eastern)
- BST - British Summer Time (Europe/London)
- WAT - West Africa Time (Africa/Lagos)
- CET - Central European Time (Europe/Berlin)
Development
Setup
# Clone repository
git clone https://github.com/timechecker/timechecker.git
cd timechecker
# Install dependencies
pip install -e .
# Run tests
python -m pytest tests/
Build and Deploy
# Setup tokens in .env file (see setup.md)
cp .env.example .env
# Edit .env with your PyPI tokens
# Build and deploy
./cook.sh
License
MIT License
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timechecker_cli_teddy-1.0.0.tar.gz.
File metadata
- Download URL: timechecker_cli_teddy-1.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e93c6d06d9d5b637335e7a41f5a893e87a0b72cb5f2c2233c315bedd12daea7
|
|
| MD5 |
aabf2bfd71609c9a15fcd22fbc265b0b
|
|
| BLAKE2b-256 |
98b3823e30ef3f7f1b2302dff297ba0c2e61f2fe8389fd4e3108ad577a7452ff
|
File details
Details for the file timechecker_cli_teddy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: timechecker_cli_teddy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114ef20d18efa19e4e24f5d9b0ada6b5d6235a0bb957e851d6e82557032ee92e
|
|
| MD5 |
e434dcd921ab547c0da619ad387dbf4c
|
|
| BLAKE2b-256 |
fc671e8742c3618aed767933ac4eaea9aa4ce2d08b31ab8981ac8bdba80657a9
|