Skip to main content
https://travis-ci.org/myusuf3/delorean.png?branch=master

Delorean: Time Travel Made Easy

Delorean 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 delorean hopes to provide a cleaner less troublesome solution to shifting, manipulating, generating datetimes.

Delorean stands on the shoulders of giants pytz and dateutil

Delorean 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 philsophy.

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
from pytz import timezone

EST = "US/Eastern"
UTC = "UTC"

d = datetime.utcnow()
utc = timezone(UTC)
est = timezone(EST)
d = utc.localize(d)
d = est.normalize(EST)
return d

Now lets warm up the delorean:

from delorean import Delorean

EST = "US/Eastern"

d = Delorean(timezone=EST)
return d

Look at you looking all fly. This was just a test drive checkout out what else delorean can help with below.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Delorean-0.1.3.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file Delorean-0.1.3.tar.gz.

File metadata

  • Download URL: Delorean-0.1.3.tar.gz
  • Upload date:
  • Size: 10.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Delorean-0.1.3.tar.gz
Algorithm Hash digest
SHA256 5181128f3fa90ddf3b50c12bff1b25e2adf74fe46bc8f3a588c24a6d4ad5e558
MD5 37933b86607b355f2b835c976c7ccae7
BLAKE2b-256 4f9674ba432a11b1cc6fb9f11673fc2a49742f8f129f7e0675a8397e2083d372

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