{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# durtodateandtime\n*Python3 Module to convert from duration to date and time.*\n\n## Installation\n### Install with pip\n```\npip3 install -U durtodateandtime\n```\n\n## Usage\n```\nIn [1]: import durtodateandtime \n\nIn [2]: durtodateandtime.duration_to_date_and_time(86401) \nOut[2]: '1 day, 00:00:01'\n\nIn [3]: durtodateandtime.duration_to_int_days(86401) \nOut[3]: 1\n\nIn [4]: durtodateandtime.duration_to_time(86401) \nOut[4]: '00:00:01'\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/durtodateandtime/archive/v0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/durtodateandtime", "keywords": "duration,time", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "durtodateandtime", "package_url": "https://pypi.org/project/durtodateandtime/", "platform": "", "project_url": "https://pypi.org/project/durtodateandtime/", "project_urls": { "Download": "https://github.com/carlosplanchon/durtodateandtime/archive/v0.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/durtodateandtime" }, "release_url": "https://pypi.org/project/durtodateandtime/0.1/", "requires_dist": null, "requires_python": "", "summary": "Convert duration to an understandable human representation.", "version": "0.1" }, "last_serial": 4950376, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ef70884ea07fc325bf86dd7ffffd6d72", "sha256": "a840d87793d0cf5b262b4bcc0c4131a3a83947f7455eebea476dff479d125af1" }, "downloads": -1, "filename": "durtodateandtime-0.1.tar.gz", "has_sig": false, "md5_digest": "ef70884ea07fc325bf86dd7ffffd6d72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1893, "upload_time": "2019-03-17T14:28:11", "url": "https://files.pythonhosted.org/packages/83/05/12df7e13d3f1980cdafe69ea7d7319f76aeb56d25660a2e3178bbbbd461e/durtodateandtime-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef70884ea07fc325bf86dd7ffffd6d72", "sha256": "a840d87793d0cf5b262b4bcc0c4131a3a83947f7455eebea476dff479d125af1" }, "downloads": -1, "filename": "durtodateandtime-0.1.tar.gz", "has_sig": false, "md5_digest": "ef70884ea07fc325bf86dd7ffffd6d72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1893, "upload_time": "2019-03-17T14:28:11", "url": "https://files.pythonhosted.org/packages/83/05/12df7e13d3f1980cdafe69ea7d7319f76aeb56d25660a2e3178bbbbd461e/durtodateandtime-0.1.tar.gz" } ] }