{ "info": { "author": "Alexander Schepanovski", "author_email": "suor.web@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters" ], "description": "Autolink\n========\n\nConvert URL-like and email-like strings into links.\n\n\nInstallation\n------------\n\n::\n\n pip install autolink\n\n\nUsage\n-----\n\n.. code:: python\n\n\n from autolink import linkify\n\n linkify('some text google.com, ...')\n # -> 'some text google.com, ...'\n\n linkify('https://github.com', {'rel': 'nofollow'})\n # -> 'https://github.com'\n\n linkify('me@ya.ru')\n # -> 'me@ya.ru'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Suor/autolink", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "autolink", "package_url": "https://pypi.org/project/autolink/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/autolink/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Suor/autolink" }, "release_url": "https://pypi.org/project/autolink/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Linkify plain text", "version": "0.1.2" }, "last_serial": 1274817, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7e6e89ef07db6a5f2bbfd3d806baaadc", "sha256": "2a7f9aa323a4bbbc491b6d0fb66cc6913a5689d8175a0f26c3717aad296549c3" }, "downloads": -1, "filename": "autolink-0.1.tar.gz", "has_sig": false, "md5_digest": "7e6e89ef07db6a5f2bbfd3d806baaadc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4465, "upload_time": "2014-08-14T09:35:33", "url": "https://files.pythonhosted.org/packages/42/a4/b141d68b723f03bff06c50fda66a5adf09bb251733f6b0ba31aaf71596cc/autolink-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "43a77dce69f8cc3ee9e6487c34f4b9a0", "sha256": "ab20b9fca4cc4b9a94c3179d5f7794c1afae4f05ba050eaa737651d75e6a7c46" }, "downloads": -1, "filename": "autolink-0.1.1.tar.gz", "has_sig": false, "md5_digest": "43a77dce69f8cc3ee9e6487c34f4b9a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4471, "upload_time": "2014-08-20T15:31:55", "url": "https://files.pythonhosted.org/packages/f1/2a/892d55a98b72a2d72558aedad6cf5c25c4c42ebe0b55a72e755969dc0375/autolink-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f23d874e86ce633872b629c8ca300889", "sha256": "42e8573ee2007b0b98b4144b734933ae42321dcf538424f041a08faa751a0a9d" }, "downloads": -1, "filename": "autolink-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f23d874e86ce633872b629c8ca300889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4514, "upload_time": "2014-10-18T12:43:02", "url": "https://files.pythonhosted.org/packages/8f/d7/b89e1195beabc2d7d0a17c65b0cde6efff1990c2203657454849e0e43f31/autolink-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f23d874e86ce633872b629c8ca300889", "sha256": "42e8573ee2007b0b98b4144b734933ae42321dcf538424f041a08faa751a0a9d" }, "downloads": -1, "filename": "autolink-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f23d874e86ce633872b629c8ca300889", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4514, "upload_time": "2014-10-18T12:43:02", "url": "https://files.pythonhosted.org/packages/8f/d7/b89e1195beabc2d7d0a17c65b0cde6efff1990c2203657454849e0e43f31/autolink-0.1.2.tar.gz" } ] }