{ "info": { "author": "Apostolos Georgiadis", "author_email": "apostolos.georgiadis@nfiniity.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools" ], "description": "# nfiniity-utils [![PyPI version](https://badge.fury.io/py/nfiniity-utils.svg)](https://badge.fury.io/py/nfiniity-utils)\nDiverse python utilities by http://www.nfiniity.com\n\n## Installation\n### There are two ways to install nfiniity-utils:\n\nInstall nfiniity-utils from PyPI (recommended):\n```\nsudo pip install nfiniity-utils\n```\nIf you are using a virtualenv, you may want to avoid using sudo:\n```\npip install nfiniity-utils\n```\n### Alternatively: install nfiniity-utils from the GitHub source:\nFirst, clone nfiniity-utils using `git`:\n```\ngit clone https://github.com/apgeorg/nfiniity_utils.git\n```\nThen, cd to the nfiniity_utils folder and run the install command:\n```\ncd nfiniity_utils\nsudo python setup.py install\n```\n## Getting started\n### Timer\n```python\nimport nfiniity_utils as n8\n\n# Timer callback function\ndef timer_timeout():\n print(\"Hello!\")\n\n# Create a Timer which runs periodically \nt = n8.Timer(1, timer_timeout, oneshot=False)\n\n# Start running\nt.start()\n```\n\nYou can now stop the timer:\n\n```python\nt.stop()\n```\n\n\n\n\n\n\n\n\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/apgeorg/nfiniity_utils.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nfiniity-utils", "package_url": "https://pypi.org/project/nfiniity-utils/", "platform": "", "project_url": "https://pypi.org/project/nfiniity-utils/", "project_urls": { "Homepage": "https://github.com/apgeorg/nfiniity_utils.git" }, "release_url": "https://pypi.org/project/nfiniity-utils/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "Diverse python utilities by nfiniity GmbH", "version": "0.0.6" }, "last_serial": 4637281, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e93ddb6d9038f0143fcc5dc3684e1e54", "sha256": "9aa2817c7c84d46a4f64ccba219da7f5fe24cf765079aa81b6c810cd804ed84f" }, "downloads": -1, "filename": "nfiniity_utils-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e93ddb6d9038f0143fcc5dc3684e1e54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2781, "upload_time": "2018-12-10T12:24:46", "url": "https://files.pythonhosted.org/packages/77/d4/245cb51d40f6127616801e06209b95b376c05fff1f15e8fa46c5c0dec72f/nfiniity_utils-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97a1f4f3cfda4b2bbf661035f7e71586", "sha256": "f5f192fcc2e3844723bb0bffc0e623a9816e4aa6957d50d641120f0e1c011acc" }, "downloads": -1, "filename": "nfiniity_utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "97a1f4f3cfda4b2bbf661035f7e71586", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1386, "upload_time": "2018-12-10T12:24:48", "url": "https://files.pythonhosted.org/packages/25/f8/bbe8af94f0ab042700d09109f49c9800398281f771622ebd35a35cd9c32c/nfiniity_utils-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3f357c65b6f08624cc8349fa3ae5a328", "sha256": "cfcb021fa05f6eb4f50ae835cc4f3ac433c8d9f96da08b17a1a8e49c933ec0db" }, "downloads": -1, "filename": "nfiniity_utils-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3f357c65b6f08624cc8349fa3ae5a328", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2818, "upload_time": "2018-12-10T17:15:30", "url": "https://files.pythonhosted.org/packages/af/36/584903cdda3ce0a3055c93527f583cb33c144179274bd520e9057f6e86d0/nfiniity_utils-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9bf52ff8f6b3932c905ef6468985e22d", "sha256": "ade9d1965fabbfcaf117f277a747f6b8014db35fd528f0246a10d7051e2f668c" }, "downloads": -1, "filename": "nfiniity_utils-0.0.2.tar.gz", "has_sig": false, "md5_digest": "9bf52ff8f6b3932c905ef6468985e22d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1403, "upload_time": "2018-12-10T17:15:32", "url": "https://files.pythonhosted.org/packages/d4/95/b0fdbd34be9c44c0aebded8dd178716bc872f9e30ac9ad57f566514b06e9/nfiniity_utils-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "8db43bebead1ed90ae8033764bfb8022", "sha256": "d4b2320effb190a86e8fdb7444f21f5bb90a8ad33fc6b60912b4c1475fdef777" }, "downloads": -1, "filename": "nfiniity_utils-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "8db43bebead1ed90ae8033764bfb8022", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3032, "upload_time": "2018-12-10T17:22:02", "url": "https://files.pythonhosted.org/packages/32/53/56c6b22e35ae08a9a461d5853ae49a38524e1f178ed27cea5e688c6ff515/nfiniity_utils-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "367a27d3907fa538265797f81296c27a", "sha256": "980538a251783a74c4945b436bae61e340febdcecaded0d8d69d42b16a289c96" }, "downloads": -1, "filename": "nfiniity_utils-0.0.3.tar.gz", "has_sig": false, "md5_digest": "367a27d3907fa538265797f81296c27a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2018-12-10T17:22:04", "url": "https://files.pythonhosted.org/packages/b6/fc/3d5e86e6527ad998c61b90bc854b5fca23c76a216787d8956113dcbe34cd/nfiniity_utils-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "8403381c45f56a13234227af268ac863", "sha256": "ae546e501bf2223775535df8920d612c315c7ca0d0882af7ef5151932f13dcee" }, "downloads": -1, "filename": "nfiniity_utils-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "8403381c45f56a13234227af268ac863", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3392, "upload_time": "2018-12-11T12:15:42", "url": "https://files.pythonhosted.org/packages/f7/c9/6120460679eb9ded66c981da0d8a04d76dabe1298e722ff5cf61c6ed2bed/nfiniity_utils-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6ef8ab48f09eb8c09409e0da3c834d15", "sha256": "1e89d282c0006cab47a82b41ac233c944c17c759ffacefae562adce36acf5353" }, "downloads": -1, "filename": "nfiniity_utils-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6ef8ab48f09eb8c09409e0da3c834d15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1832, "upload_time": "2018-12-11T12:15:43", "url": "https://files.pythonhosted.org/packages/ff/e3/526b47ebd65bf377d42bfc60f4a89c53e3484aafdf21e77e30d1137d7cf0/nfiniity_utils-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "fc5b040c26773e5de79a07b35862e0bd", "sha256": "8c73e7c3e4162e7af1de879ee2aac0dd17fffdec377817a924f430e330d9bce1" }, "downloads": -1, "filename": "nfiniity_utils-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "fc5b040c26773e5de79a07b35862e0bd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3612, "upload_time": "2018-12-22T10:06:04", "url": "https://files.pythonhosted.org/packages/35/2b/ec1bcdc2813d80a927039be3d4922c32991c9d21a5c0ea51ad1dbb5efe44/nfiniity_utils-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e8b6235c62229a306237cebd841ee25", "sha256": "c42fadce3862dac21298181c845c61b84fb030cd2db443861ec5207afd5ae1f2" }, "downloads": -1, "filename": "nfiniity_utils-0.0.5.tar.gz", "has_sig": false, "md5_digest": "1e8b6235c62229a306237cebd841ee25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2097, "upload_time": "2018-12-22T10:06:06", "url": "https://files.pythonhosted.org/packages/bd/8d/c9e49aec91b4bb3296d7519f3e4e198eec2ea7e32e353469a780d3df5e7b/nfiniity_utils-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "db5cad98df01d061fe8d847b6faed600", "sha256": "accfc73860179b27b0839c1eca4c565b850ffc58f306a87a747130f32f60a402" }, "downloads": -1, "filename": "nfiniity_utils-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "db5cad98df01d061fe8d847b6faed600", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4286, "upload_time": "2018-12-27T09:04:27", "url": "https://files.pythonhosted.org/packages/7f/85/5f7f4c41dc342e7a9d01730a4715c2d1e19cef9db829a45a20341e213f37/nfiniity_utils-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc4633a1b75a1bdd890e192b57bae295", "sha256": "95e6bd6e16506b60273bd7694763866d36cd74a9eb5178d32534eaaae4de8c6a" }, "downloads": -1, "filename": "nfiniity_utils-0.0.6.tar.gz", "has_sig": false, "md5_digest": "cc4633a1b75a1bdd890e192b57bae295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2018-12-27T09:04:28", "url": "https://files.pythonhosted.org/packages/7e/ae/5933506d946858f7e5031b2040b4898c3da284028a7d7540b990fc6611a1/nfiniity_utils-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db5cad98df01d061fe8d847b6faed600", "sha256": "accfc73860179b27b0839c1eca4c565b850ffc58f306a87a747130f32f60a402" }, "downloads": -1, "filename": "nfiniity_utils-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "db5cad98df01d061fe8d847b6faed600", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4286, "upload_time": "2018-12-27T09:04:27", "url": "https://files.pythonhosted.org/packages/7f/85/5f7f4c41dc342e7a9d01730a4715c2d1e19cef9db829a45a20341e213f37/nfiniity_utils-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc4633a1b75a1bdd890e192b57bae295", "sha256": "95e6bd6e16506b60273bd7694763866d36cd74a9eb5178d32534eaaae4de8c6a" }, "downloads": -1, "filename": "nfiniity_utils-0.0.6.tar.gz", "has_sig": false, "md5_digest": "cc4633a1b75a1bdd890e192b57bae295", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2018-12-27T09:04:28", "url": "https://files.pythonhosted.org/packages/7e/ae/5933506d946858f7e5031b2040b4898c3da284028a7d7540b990fc6611a1/nfiniity_utils-0.0.6.tar.gz" } ] }