{ "info": { "author": "sudopigeek", "author_email": "samuelcatferrell@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "### Thank you for using LocalLib! Below is a list of its defined functions:\n\n\n\n**locallib.pymath:**\n\n\tContains simple math functions: add, subtract, multiply, and divide.\n\n\n\n\n**locallib.pygui:**\n\n\tContains functions for sending notifications:\n\n\t\tNotification(title, msg, dur, threaded=None):\n\n\t\t\tFor Windows 10. Sends a notification to the system notification bar.\n\t\t\tIf a threaded notification is desired, set threaded to True.\n\n\n\n**locallib.pystrs:**\n\n\tContains functions for string editing:\n\n\t\tContains(string, substring):\n\n\t\t\tChecks if a substring or char occurs in the specified string, and returns True or False.\n\n\t\tTrimLastChar(string):\n\n\t\t\tReturns a string with the last character removed from the given string.\n\n\t\tTrimFirstChar(string):\n\n\t\t\tReturns a string with the first character removed from the give string.\n\n\t\tRemoveAt(string, index):\n\n\t\t\tReturns an edited string with a character removed at the specified zero-based index.\n\n\t\tRemove(string, char):\n\n\t\t\tReturns a string with all occurrences of the specified character removed.\n\n\t\tRemoveFirst(string, char):\n\n\t\t\tRemoves the first occurrence of the specified character from the given string and returns the new string.\n\n\t\tRemoveLast(string, char):\n\n\t\t\tRemoves the last occurrence of the specified character from the given string and returns the new string.\n\n\t\tRemoveRange(string, startindex, stopindex):\n\n\t\t\tRemoves a range of characters by index from the given string and returns the new string.\n\n\n\n**locallib.Bible:**\n\n\tContains functions for Bible verse actions:\n\n\t\tGetVerse(version, book, chap, verse):\n\n\t\t\tReturns the specified verse from the given version, book, chapter, and verse. Currently, the only avaliable version is KJV.\n\n\n\t\t\tUse it like so:\n\n\t\t\t\tfrom locallib import Bible as B\n\n\t\t\t\tverse = B.GetVerse('KJV', 'Genesis', 1, 1)\n\t\t\t\tprint(verse)\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": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "LocalLib", "package_url": "https://pypi.org/project/LocalLib/", "platform": "", "project_url": "https://pypi.org/project/LocalLib/", "project_urls": null, "release_url": "https://pypi.org/project/LocalLib/0.1.3/", "requires_dist": [ "win10toast (>=0.9)" ], "requires_python": "", "summary": "Makes easy tasks easier", "version": "0.1.3" }, "last_serial": 4913219, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "38cb3daeb541c4eb0f77968f6e71b501", "sha256": "9245e7f5199937ed22e5c326aef702cdd72c7c92030a4f9c4fb3f397e99983e8" }, "downloads": -1, "filename": "LocalLib-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "38cb3daeb541c4eb0f77968f6e71b501", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1333510, "upload_time": "2019-03-07T20:43:08", "url": "https://files.pythonhosted.org/packages/59/f6/6b833b9592d40f124fc3d20c1724bde70bfb34814c37b71bc4bff73ef274/LocalLib-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c25f94751a1f43f505fdfba13f61537", "sha256": "b915e552eb4cb3582e95e73c96c70466b4ef43a568ae3c0981e1d96e3ca7cc4f" }, "downloads": -1, "filename": "LocalLib-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1c25f94751a1f43f505fdfba13f61537", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4275, "upload_time": "2019-03-07T20:43:10", "url": "https://files.pythonhosted.org/packages/e4/b5/0d27fc519a09dee4a0299806d007ba6aa8e84c236306f0aedbd49c134855/LocalLib-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38cb3daeb541c4eb0f77968f6e71b501", "sha256": "9245e7f5199937ed22e5c326aef702cdd72c7c92030a4f9c4fb3f397e99983e8" }, "downloads": -1, "filename": "LocalLib-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "38cb3daeb541c4eb0f77968f6e71b501", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1333510, "upload_time": "2019-03-07T20:43:08", "url": "https://files.pythonhosted.org/packages/59/f6/6b833b9592d40f124fc3d20c1724bde70bfb34814c37b71bc4bff73ef274/LocalLib-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c25f94751a1f43f505fdfba13f61537", "sha256": "b915e552eb4cb3582e95e73c96c70466b4ef43a568ae3c0981e1d96e3ca7cc4f" }, "downloads": -1, "filename": "LocalLib-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1c25f94751a1f43f505fdfba13f61537", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4275, "upload_time": "2019-03-07T20:43:10", "url": "https://files.pythonhosted.org/packages/e4/b5/0d27fc519a09dee4a0299806d007ba6aa8e84c236306f0aedbd49c134855/LocalLib-0.1.3.tar.gz" } ] }