urlpy


Nameurlpy JSON
Version 0.5 PyPI version JSON
download
home_pagehttp://github.com/nexB/urlpy
SummarySimple URL parsing, canonicalization and equivalence.
upload_time2020-04-28 13:35:19
maintainer
docs_urlNone
authornexB Inc (based on code from Dan Lecocq)
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            

A library with helper functions to parse URLs, and sanitize and normalize them
in pure python.

This includes support for escaping, unescaping, cleaning and sorting parameters
and query strings, and a little more sanitization.

This version is a friendly fork of the upstream url.py from Moz to keep a pure
Python version around to run on Python 2 and 3 and all OSes.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/nexB/urlpy",
    "name": "urlpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "nexB Inc (based on code from Dan Lecocq)",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/23/21/d176a137e4cc1ec4809534d116e9a06fc5fc0519077530ab5d040e356454/urlpy-0.5.tar.gz",
    "platform": "",
    "description": "\n\nA library with helper functions to parse URLs, and sanitize and normalize them\nin pure python.\n\nThis includes support for escaping, unescaping, cleaning and sorting parameters\nand query strings, and a little more sanitization.\n\nThis version is a friendly fork of the upstream url.py from Moz to keep a pure\nPython version around to run on Python 2 and 3 and all OSes.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple URL parsing, canonicalization and equivalence.",
    "version": "0.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "91eeb2f03ab9a7d91f9d110223f7cc55",
                "sha256": "841673d97e0dd7a4d7ba47abd49fa8e3a61709e189e40de1b04b150ce7c5ed9f"
            },
            "downloads": -1,
            "filename": "urlpy-0.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91eeb2f03ab9a7d91f9d110223f7cc55",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9086,
            "upload_time": "2020-04-28T13:35:16",
            "upload_time_iso_8601": "2020-04-28T13:35:16.681866Z",
            "url": "https://files.pythonhosted.org/packages/23/f0/43a8013e888f435c619f82b485ef8cf9fddfcceea7806d824b28d5ef8f76/urlpy-0.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5269297d7129cbee8022b8af4417c28b",
                "sha256": "e98ead47f4e422ca35080fd60a039f4546b7788bbba1b0a542a34c193dfba4bc"
            },
            "downloads": -1,
            "filename": "urlpy-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "5269297d7129cbee8022b8af4417c28b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7854,
            "upload_time": "2020-04-28T13:35:19",
            "upload_time_iso_8601": "2020-04-28T13:35:19.029383Z",
            "url": "https://files.pythonhosted.org/packages/23/21/d176a137e4cc1ec4809534d116e9a06fc5fc0519077530ab5d040e356454/urlpy-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-04-28 13:35:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nexB",
    "github_project": "urlpy",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "urlpy"
}
        
Elapsed time: 0.02131s