delorean

Delorean: Time Travel Made Easy

Github星跟蹤圖

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

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 <http://pytz.sourceforge.net/>_ and dateutil <http://labix.org/python-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:

.. code-block:: python

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:

.. code-block:: python

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 <http://delorean.readthedocs.org/en/latest/>_.

主要指標

概覽
名稱與所有者myusuf3/delorean
主編程語言Python
編程語言Makefile (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2011-09-20 03:46:19
推送於2023-02-03 20:21:32
最后一次提交2022-06-28 19:50:57
發布數10
最新版本名稱1.0.0 (發布於 )
第一版名稱v0.3 (發布於 )
用户参与
星數1.8k
關注者數40
派生數129
提交數374
已啟用問題?
問題數67
打開的問題數31
拉請求數46
打開的拉請求數3
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?