{ "info": { "author": "Jaime Loeuf", "author_email": "jaimeloeuf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "### Package name: JSutils\n\n- Author: Jaime Loeuf\n- License: MIT\n- Package Desciption:\n\t- This package contains classes/functions that implements functions like the setInterval function from JavaScript.\n\t- This package currently does not have any external dependencies, written only with py std. lib\n\t- Currently this package contains the\n\t\t1. 'setInterval' class\n\n##### To call a function over and over again with a fixed interval:\n```python\nfrom JSutils import setInterval\n\ndef HelloWorld(message):\n\tprint('Hello world')\n\tprint(message) # Print out / use the arguement.\n\nsetInterval(5, HelloWorld)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/Jaimeloeuf/JSutils/archive/v0.2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Jaimeloeuf/JSutils", "keywords": "setInterval loop interval", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "JSutils", "package_url": "https://pypi.org/project/JSutils/", "platform": "", "project_url": "https://pypi.org/project/JSutils/", "project_urls": { "Download": "https://github.com/Jaimeloeuf/JSutils/archive/v0.2.0.tar.gz", "Homepage": "https://github.com/Jaimeloeuf/JSutils" }, "release_url": "https://pypi.org/project/JSutils/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Simple to use functions to emulate native functions like setInterval in JavaScript", "version": "0.2.1" }, "last_serial": 4831238, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "533a6be684cf552056fe1190b6df9809", "sha256": "bbeef2dffbfed4090f3c3fc7a290954c46c13bed4e425ff03805dba658d41fa5" }, "downloads": -1, "filename": "JSutils-0.2.tar.gz", "has_sig": false, "md5_digest": "533a6be684cf552056fe1190b6df9809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5145, "upload_time": "2019-02-16T13:33:36", "url": "https://files.pythonhosted.org/packages/81/bb/04a0d9b25a991a383cc8a0afca9f85b20e328c2fdc586fa4c834f9d4c8ac/JSutils-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b1b3b3328730013b2bf5dd3c0af7ec17", "sha256": "f681c2d614574fe3b14f1a76ec31cdcb9d2fae5586170eab64f86ed849b81c39" }, "downloads": -1, "filename": "JSutils-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b1b3b3328730013b2bf5dd3c0af7ec17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5473, "upload_time": "2019-02-17T10:40:04", "url": "https://files.pythonhosted.org/packages/8a/5a/81d11171c784b35cc0c686a4d9cad6a906f0ce0b4047b8f25c07754a1ef7/JSutils-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1b3b3328730013b2bf5dd3c0af7ec17", "sha256": "f681c2d614574fe3b14f1a76ec31cdcb9d2fae5586170eab64f86ed849b81c39" }, "downloads": -1, "filename": "JSutils-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b1b3b3328730013b2bf5dd3c0af7ec17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5473, "upload_time": "2019-02-17T10:40:04", "url": "https://files.pythonhosted.org/packages/8a/5a/81d11171c784b35cc0c686a4d9cad6a906f0ce0b4047b8f25c07754a1ef7/JSutils-0.2.1.tar.gz" } ] }