Delorean 1.0.0
pip install Delorean
Released:
library for manipulating datetimes with ease and clarity
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Mahdi Yusuf
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
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, and 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 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 delorean:
from delorean import Delorean
d = Delorean()
d = d.shift('US/Eastern')
return d
Look at you looking all fly. This was just a test drive: check out out what else delorean can help with in the documentation.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Mahdi Yusuf
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
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
File details
Details for the file Delorean-1.0.0.tar.gz
.
File metadata
- Download URL: Delorean-1.0.0.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe67786e12338523848bec5588a658c4d425e12d53eb51cfef870bec8f576134 |
|
MD5 | 58243e6c963a446e27d54da107530fd0 |
|
BLAKE2b-256 | 76405e8d179a0311236b2e83aa1c80b0b363700035ad6639858c75ef5be975e6 |