A simple CLI for generating times
Project description
Timey-wimey
A simple CLI tool to generate dates from plain English.
Usage
You can pass in a string using natural language and it'll parse it.
❯ timey-wimey "two hours ago utc"
2023-05-19T00:13:27.866775+00:00
If you want a range of dates you can use the --to
flag to get it. You use the --interval
flag to set the
interval it increments by. The interval should be in the format: integer unit
so like: 3 days
or 1 hour
.
❯ timey-wimey "two hours ago utc" --to "three hours utc" --interval "30 minutes"
2023-05-19T00:15:30.469480+00:00
2023-05-19T00:15:30.469480+00:00
2023-05-18T23:45:30.469480+00:00
Instal
pipx install timey-wimey
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
timey_wimey-0.1.2.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file timey_wimey-0.1.2.tar.gz
.
File metadata
- Download URL: timey_wimey-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acb0172bea34446574a9c3395dbb5766479f5106774c52018b91fc83f54433a4 |
|
MD5 | 19824657358f067ff828f6c002a8679d |
|
BLAKE2b-256 | d39aae25c245ede8555f5db42c1b56f13da396e3ed8166753030404130a6c129 |
File details
Details for the file timey_wimey-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: timey_wimey-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Darwin/22.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b92ee4f9c95e8b06b1124a6c75bea9174893c6a891242ec2c5acc34f2e34a71 |
|
MD5 | e947d0dfaf828c193e25d105c632150c |
|
BLAKE2b-256 | e2620fc1879be60c631a9b681344bd14906447489db4982b16e1a8335de8c885 |