{ "info": { "author": "Jackthehack21", "author_email": "gangnam253@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "this will show you all available functions of tbutils by Jackthehack21 \n(gangnam253@gmail.com for help and support, also suggestions)\n\n\nLogging:\n\nfrom tbutils.logger import *\n\nmySYS = newLogger(name=\"Cat\", level=\"error\", show=True, file='test.log', format='[{NAME}] [{LEVEL}] [{DATE}] [{TIME}] : {MSG}')\n\nmySYS.log('My logger !')\n\nmySYS2 = newLogger(name=\"Cat2\", level=\"all\", show=True, file='test.log', format='[{NAME}] [{LEVEL}] [{DATE}] [{TIME}] : {MSG}')\n\nmySYS2.log('My logger !', 'info')\n\nmySYS4 = newLogger(name=\"Cat4\", level=\"warn\", show=True, file='test.log', format='[{LEVEL}] [{DATE}] [{TIME}] : {MSG}')\n\nmySYS4.log('My logger !')\n\nmySYS3 = newLogger(name=\"Cat3\", level=\"info\", show=True, file=False, format='[{NAME}] [{LEVEL}] [{DATE}] [{TIME}] : {MSG}')\n\nmySYS3.log('My logger !')\n\nEncoding&Decoding:\n\nfrom tbutils.secure import *\n\nencrypted = encode('MyKey', 'My Text')\n\nprint(encrypted)\n\ndecrypted = decode('MyKey', encrypted)\n\nprint(decrypted)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tbutils/", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "tbutils", "package_url": "https://pypi.org/project/tbutils/", "platform": "", "project_url": "https://pypi.org/project/tbutils/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/tbutils/" }, "release_url": "https://pypi.org/project/tbutils/0.4.2/", "requires_dist": null, "requires_python": "", "summary": "Loads of utilities see README for more info.", "version": "0.4.2" }, "last_serial": 3628261, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "cad7861992c119dfe5c740324c785b7e", "sha256": "6620523857deb6af2068ab87655b1d609cd2c90aec85b05e31e8639cbf41e3b5" }, "downloads": -1, "filename": "tbutils-0.4.1.tar.gz", "has_sig": false, "md5_digest": "cad7861992c119dfe5c740324c785b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4822, "upload_time": "2018-02-25T15:34:38", "url": "https://files.pythonhosted.org/packages/ce/76/d3238433dd81a461f19f28ce679cb27f643c6ca069eb88c956c1ca1a636a/tbutils-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "2fa8c27d28c06c7c41a3d859a8018182", "sha256": "01383233d0d639ae0df160c081c3bbac8b1492920ae390874ad92816cdbd6172" }, "downloads": -1, "filename": "tbutils-0.4.2.tar.gz", "has_sig": false, "md5_digest": "2fa8c27d28c06c7c41a3d859a8018182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4879, "upload_time": "2018-03-01T11:17:58", "url": "https://files.pythonhosted.org/packages/02/11/92be039e719a489eb38eb4f724d450d4b7e569e38e7dab6a71353f0d2e2a/tbutils-0.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2fa8c27d28c06c7c41a3d859a8018182", "sha256": "01383233d0d639ae0df160c081c3bbac8b1492920ae390874ad92816cdbd6172" }, "downloads": -1, "filename": "tbutils-0.4.2.tar.gz", "has_sig": false, "md5_digest": "2fa8c27d28c06c7c41a3d859a8018182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4879, "upload_time": "2018-03-01T11:17:58", "url": "https://files.pythonhosted.org/packages/02/11/92be039e719a489eb38eb4f724d450d4b7e569e38e7dab6a71353f0d2e2a/tbutils-0.4.2.tar.gz" } ] }