Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

timey_wimey-0.1.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

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