Skip to main content

library for manipulating datetimes with ease and clarity

Project description

http://delorean.readthedocs.org/en/latest/_static/delorean.png

Tardis: Time Travel Made Easy

Tardis is a library for clearing up the inconvenient truths that arise dealing with datetimes in Python. Understanding that timing is a delicate enough of a problem tardis hopes to provide a cleaner less troublesome solution to shifting, manipulating, and generating datetimes.

Tardis stands on the shoulders of giants pytz and dateutil

Tardis will provide natural language improvements for manipulating time, as well as datetime abstractions for ease of use. The overall goal is to improve datetime manipulations, with a little bit of software and philosophy.

Pretty much make you a badass time traveller.

Getting Started

Here is the world without a flux capacitor at your side:

from datetime import datetime
import pytz

est = pytz.timezone('US/Eastern')
d = datetime.now(pytz.utc)
d = est.normalize(d.astimezone(est))
return d

Now lets warm up the tardis:

from tardis import Tardis

d = Tardis()
d = d.shift('US/Eastern')
return d

Look at you looking all fly. This was just a test drive: check out out what else tardis can help with in the documentation.

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

Tardis_time-0.6.0.tar.gz (19.3 kB view details)

Uploaded Source

File details

Details for the file Tardis_time-0.6.0.tar.gz.

File metadata

  • Download URL: Tardis_time-0.6.0.tar.gz
  • Upload date:
  • Size: 19.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Tardis_time-0.6.0.tar.gz
Algorithm Hash digest
SHA256 47682a1952e8d0090f9ffaeb144b7016fefc4fb593cb4a9b0677157859d67260
MD5 91d3c89f0358f14afefaf8d923dd68f8
BLAKE2b-256 9ca1e18fa0a998041384cda26a0a2dc884ac886f89e865d08861d9f38b1ad1aa

See more details on using hashes here.

Supported by

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