{
"info": {
"author": "Urbvan Technologies",
"author_email": "tec@urbvan.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5"
],
"description": ".. image:: http://delorean.readthedocs.org/en/latest/_static/delorean.png\n\nTardis: Time Travel Made Easy\n===============================\n\n`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`.\n\nTardis stands on the shoulders of giants `pytz `_ and `dateutil `_\n\n`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.\n\nPretty much make you a badass time traveller.\n\nGetting Started\n^^^^^^^^^^^^^^^\n\nHere is the world without a flux capacitor at your side:\n\n.. code-block:: python\n\n from datetime import datetime\n import pytz\n\n est = pytz.timezone('US/Eastern')\n d = datetime.now(pytz.utc)\n d = est.normalize(d.astimezone(est))\n return d\n\nNow lets warm up the `tardis`:\n\n.. code-block:: python\n\n from tardis import Tardis\n\n d = Tardis()\n d = d.shift('US/Eastern')\n return d\n\nLook at you looking all fly. This was just a test drive: check out out what else\n`tardis` can help with in the `documentation `_.",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/urbvantransit/tardis",
"keywords": "",
"license": "MIT license",
"maintainer": "",
"maintainer_email": "",
"name": "Tardis-time",
"package_url": "https://pypi.org/project/Tardis-time/",
"platform": "",
"project_url": "https://pypi.org/project/Tardis-time/",
"project_urls": {
"Homepage": "https://github.com/urbvantransit/tardis"
},
"release_url": "https://pypi.org/project/Tardis-time/0.6.0/",
"requires_dist": null,
"requires_python": "",
"summary": "library for manipulating datetimes with ease and clarity",
"version": "0.6.0"
},
"last_serial": 3381310,
"releases": {
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "91d3c89f0358f14afefaf8d923dd68f8",
"sha256": "47682a1952e8d0090f9ffaeb144b7016fefc4fb593cb4a9b0677157859d67260"
},
"downloads": -1,
"filename": "Tardis_time-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "91d3c89f0358f14afefaf8d923dd68f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19306,
"upload_time": "2017-12-01T22:09:35",
"url": "https://files.pythonhosted.org/packages/9c/a1/e18fa0a998041384cda26a0a2dc884ac886f89e865d08861d9f38b1ad1aa/Tardis_time-0.6.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "91d3c89f0358f14afefaf8d923dd68f8",
"sha256": "47682a1952e8d0090f9ffaeb144b7016fefc4fb593cb4a9b0677157859d67260"
},
"downloads": -1,
"filename": "Tardis_time-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "91d3c89f0358f14afefaf8d923dd68f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19306,
"upload_time": "2017-12-01T22:09:35",
"url": "https://files.pythonhosted.org/packages/9c/a1/e18fa0a998041384cda26a0a2dc884ac886f89e865d08861d9f38b1ad1aa/Tardis_time-0.6.0.tar.gz"
}
]
}