{ "info": { "author": "Yoginth", "author_email": "me@yoginth.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "## Compare URLs\n\n> Convert an object of time properties to milliseconds: {'seconds': 10} \u2192 10000\n\n## Demo\n\nDemo on [Repl.it](https://repl.it/@yoginth/tomilliseconds)\n\n## Screenshot\n\n\n\n## Install\n\n```\n$ pip install tomilliseconds\n```\n\n## Usage\n\n```python\nfrom tomilliseconds import toMilliseconds\n\ntoMilliseconds({\n\t'days': 28,\n\t'hours': 8,\n\t'minutes': 30,\n\t'seconds': 50,\n\t'milliseconds': 1\n})\n\n#=> 2449850001\n```\n\n## API\n\n### toMilliseconds(input)\n\n#### input\n\nType: `Dictionary`\n\nSpecify an object with any of the following properties:\n\n- `days`\n- `hours`\n- `minutes`\n- `seconds`\n- `milliseconds`\n- `microseconds`\n- `nanoseconds`\n\n## Thanks\n\n- [Sindresorhus's to-milliseconds](https://github.com/sindresorhus/to-milliseconds)\n\n## License\n\n[MIT][license] Yoginth\n\n[LICENSE]: https://mit.yoginth.com", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yoginth.com", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tomilliseconds", "package_url": "https://pypi.org/project/tomilliseconds/", "platform": "", "project_url": "https://pypi.org/project/tomilliseconds/", "project_urls": { "Homepage": "https://yoginth.com", "Patreon": "https://www.patreon.com/yoginth", "Source": "https://gitlab.com/yoginth/tomilliseconds" }, "release_url": "https://pypi.org/project/tomilliseconds/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Convert an object of time properties to milliseconds: {'seconds': 10} \u2192 10000", "version": "1.0.1" }, "last_serial": 5221581, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "0c7e58807786ff41477b113c990599a5", "sha256": "50598bf6fb68397e3fabfcdf0208ca8dc224547e088679b03d4d2856d04c6a4c" }, "downloads": -1, "filename": "tomilliseconds-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0c7e58807786ff41477b113c990599a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2206, "upload_time": "2018-08-10T06:09:08", "url": "https://files.pythonhosted.org/packages/71/31/63e8e3b8fd10765ad4b8eb96e737192aa4e1331b0f583042827d33e0277f/tomilliseconds-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c256a6e688f994fa7dc99e21fb4f94f1", "sha256": "50d6eeee1f4b51082d7e6398718c64fa5901ea8a93837ef6ec795fd6e7aa62b7" }, "downloads": -1, "filename": "tomilliseconds-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c256a6e688f994fa7dc99e21fb4f94f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1883, "upload_time": "2019-05-03T12:25:22", "url": "https://files.pythonhosted.org/packages/56/24/4dd9b8bcfc9980a6cd98f851fee9d472fde338bf724e385092ad585bfa69/tomilliseconds-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c256a6e688f994fa7dc99e21fb4f94f1", "sha256": "50d6eeee1f4b51082d7e6398718c64fa5901ea8a93837ef6ec795fd6e7aa62b7" }, "downloads": -1, "filename": "tomilliseconds-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c256a6e688f994fa7dc99e21fb4f94f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1883, "upload_time": "2019-05-03T12:25:22", "url": "https://files.pythonhosted.org/packages/56/24/4dd9b8bcfc9980a6cd98f851fee9d472fde338bf724e385092ad585bfa69/tomilliseconds-1.0.1.tar.gz" } ] }