{ "info": { "author": "Talles Lasmar", "author_email": "talleslasmar@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# unix-time\n\n[![](https://badge.fury.io/py/unix-time.svg)](https://pypi.org/project/unix-time)\n\nUnix timestamp made easy.\n\n```py\nfrom unix_time import *\n\nnow = ts_now() # 1568078625, 2019-09-10T01:23:45\n\nyesterday = ts_yesterday() # 1567987200, 2019-09-09T00:00:00\ntoday = ts_today() # 1568073600, 2019-09-10T00:00:00\ntomorrow = ts_tomorrow() # 1568160000, 2019-09-11T00:00:00\n\nfrom datetime import datetime\n\ndt = datetime.fromisoformat('2019-09-10T01:23:45+00:00')\n\ndate_plus_time = ts(dt) # 1568078625, 2019-09-10T01:23:45\ndate_no_time = ts_date(dt) # 1568073600, 2019-09-10T00:00:00\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tallesl/py-unix-time", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "unix-time", "package_url": "https://pypi.org/project/unix-time/", "platform": "", "project_url": "https://pypi.org/project/unix-time/", "project_urls": { "Homepage": "https://github.com/tallesl/py-unix-time" }, "release_url": "https://pypi.org/project/unix-time/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "Unix timestamp made easy.", "version": "2.0.0" }, "last_serial": 5909100, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "cbbf927ab7c0685a7ad5d311af399782", "sha256": "e37397416c38b2c2d8c9a4628748264c8ac30dbed58e2238a46cef01cfaef10a" }, "downloads": -1, "filename": "unix-time-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cbbf927ab7c0685a7ad5d311af399782", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1197, "upload_time": "2019-09-10T14:02:48", "url": "https://files.pythonhosted.org/packages/5e/b2/401be2d9185725726a7fb1ec36a88e9aa2d7a707433c0ac0d9aa9cb6435a/unix-time-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "5af8215c2efd1f418a2c7cfabe396055", "sha256": "c6e8b3b05bb80d446b022a3f5f024dedf26f8873370d601263f00c89b4baaff1" }, "downloads": -1, "filename": "unix-time-2.0.0.tar.gz", "has_sig": false, "md5_digest": "5af8215c2efd1f418a2c7cfabe396055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1397, "upload_time": "2019-09-30T21:25:32", "url": "https://files.pythonhosted.org/packages/8a/51/b2bb448258eb720b54c40bab39e002b0ef1dd91918ed7b37097a0054ddc8/unix-time-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5af8215c2efd1f418a2c7cfabe396055", "sha256": "c6e8b3b05bb80d446b022a3f5f024dedf26f8873370d601263f00c89b4baaff1" }, "downloads": -1, "filename": "unix-time-2.0.0.tar.gz", "has_sig": false, "md5_digest": "5af8215c2efd1f418a2c7cfabe396055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1397, "upload_time": "2019-09-30T21:25:32", "url": "https://files.pythonhosted.org/packages/8a/51/b2bb448258eb720b54c40bab39e002b0ef1dd91918ed7b37097a0054ddc8/unix-time-2.0.0.tar.gz" } ] }