معرفی شرکت ها


Delorean-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

library for manipulating datetimes with ease and clarity
ویژگی مقدار
سیستم عامل -
نام فایل Delorean-1.0.0
نام Delorean
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mahdi Yusuf
ایمیل نویسنده yusuf.mahdi@gmail.com
آدرس صفحه اصلی https://github.com/myusuf3/delorean
آدرس اینترنتی https://pypi.org/project/Delorean/
مجوز MIT license
.. 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/>`_.


نحوه نصب


نصب پکیج whl Delorean-1.0.0:

    pip install Delorean-1.0.0.whl


نصب پکیج tar.gz Delorean-1.0.0:

    pip install Delorean-1.0.0.tar.gz