{ "info": { "author": "Evan Pratten", "author_email": "ewpratten@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "lynkz\n=====\n\nA python wrapper for the https://lynkz.me api\n\nUsage\n-----\n\n.. code:: python\n\n import lynkz\n\n output = lynkz.shorten(\"https://your.website/here\")\n\n # output now is an array that looks like this:\n # [\"https://lynkz.me/ID-HERE\", \"YOUR DELETE KEY\"]\n\n # To delete the shortend link:\n\n lynkz.delete(\"https://lynkz.me/ID-HERE\", \"YOUR DELETE KEY\") # do NOT put a slash after the link id\n\n # OR\n\n lynkz.delete(output[0], output[1]) # if you still have the origional array", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ewpratten/lynkz", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lynkz", "package_url": "https://pypi.org/project/lynkz/", "platform": "", "project_url": "https://pypi.org/project/lynkz/", "project_urls": { "Homepage": "https://github.com/Ewpratten/lynkz" }, "release_url": "https://pypi.org/project/lynkz/1.3/", "requires_dist": null, "requires_python": "", "summary": "Unofficial Python wrapper for the lynkz.me API", "version": "1.3" }, "last_serial": 3785850, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "974c1f53e39daa14605393ba66893974", "sha256": "02540e860558611d7d0cef3a2c5e1978248637daeffae86fa72a4bf95bb5d6e8" }, "downloads": -1, "filename": "lynkz-1.0.tar.gz", "has_sig": false, "md5_digest": "974c1f53e39daa14605393ba66893974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1276, "upload_time": "2018-04-20T20:23:02", "url": "https://files.pythonhosted.org/packages/e2/aa/7b263cabb91133d0e477848fda6671ed5a96b22d44f6017ae2d75b8d89e8/lynkz-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f5ce1bf9f356940ca337a86275627fe4", "sha256": "2d1b64b42d4c589cc84be8f2d5995fb0d5f35ede69376f59a92b9a171230b6eb" }, "downloads": -1, "filename": "lynkz-1.1.tar.gz", "has_sig": false, "md5_digest": "f5ce1bf9f356940ca337a86275627fe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1271, "upload_time": "2018-04-20T20:37:41", "url": "https://files.pythonhosted.org/packages/af/dc/80aaeadc655b7389ecc84044e019301d9c59b4dd71bbfcbd9ab29ab56f67/lynkz-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "b122fea84bc4d75a1423e70cb3fa78c9", "sha256": "513466e934a6b82ee29204cea978f05ce56ae63c6c44220a4812d63e7eec76ad" }, "downloads": -1, "filename": "lynkz-1.2.tar.gz", "has_sig": false, "md5_digest": "b122fea84bc4d75a1423e70cb3fa78c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1279, "upload_time": "2018-04-20T20:41:28", "url": "https://files.pythonhosted.org/packages/7b/3d/5355f8e1fdd9e004d1c363927bb12cb473a893f7a831073fa0ef53543e6b/lynkz-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "9fadca0d10a1a97c14a085a38cf2f37d", "sha256": "d54b71dbaae6b07469d2f318700fcae1040c1a6b77f729a5733eac9df9983a53" }, "downloads": -1, "filename": "lynkz-1.3.tar.gz", "has_sig": false, "md5_digest": "9fadca0d10a1a97c14a085a38cf2f37d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1547, "upload_time": "2018-04-20T20:55:30", "url": "https://files.pythonhosted.org/packages/21/08/7324b96ce5de46761c721850040de14e1e10aca5ac9f4c3897e3a64dac52/lynkz-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fadca0d10a1a97c14a085a38cf2f37d", "sha256": "d54b71dbaae6b07469d2f318700fcae1040c1a6b77f729a5733eac9df9983a53" }, "downloads": -1, "filename": "lynkz-1.3.tar.gz", "has_sig": false, "md5_digest": "9fadca0d10a1a97c14a085a38cf2f37d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1547, "upload_time": "2018-04-20T20:55:30", "url": "https://files.pythonhosted.org/packages/21/08/7324b96ce5de46761c721850040de14e1e10aca5ac9f4c3897e3a64dac52/lynkz-1.3.tar.gz" } ] }