python-encode_uri


Namepython-encode_uri JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/encode_uri
SummaryEncodes a URI by replacing each instance of certain characters.
upload_time2024-12-26 03:12:51
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.10
licenseMIT
keywords encode_uri
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Encodes a URI by replacing each instance of certain characters..

## Installation

You can install from [pypi](https://pypi.org/project/encode_uri/)

```console
pip install -U encode_uri
```

## Usage

```python
from encode_uri import encode_uri, encode_uri_component, encode_uri_component_loose
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/encode_uri",
    "name": "python-encode_uri",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "encode_uri",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/5d/6cf81defa97ed6075f6f32de8f026c328b43d9a661f58bb3020346ef158c/python_encode_uri-0.0.3.tar.gz",
    "platform": null,
    "description": "# Encodes a URI by replacing each instance of certain characters..\n\n## Installation\n\nYou can install from [pypi](https://pypi.org/project/encode_uri/)\n\n```console\npip install -U encode_uri\n```\n\n## Usage\n\n```python\nfrom encode_uri import encode_uri, encode_uri_component, encode_uri_component_loose\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Encodes a URI by replacing each instance of certain characters.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/encode_uri",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/encode_uri"
    },
    "split_keywords": [
        "encode_uri"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8fe687409b3f8d307135fc7cc028f4105f35461c8882fd1a529001f6f4ce2f8",
                "md5": "3834345f3888ea4a747c1ae5b295de11",
                "sha256": "fca003264fbf0c61835b137e816ce85e24d0d31b15d27e6bf5bdc9bb45bf6d3b"
            },
            "downloads": -1,
            "filename": "python_encode_uri-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3834345f3888ea4a747c1ae5b295de11",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 3874,
            "upload_time": "2024-12-26T03:12:48",
            "upload_time_iso_8601": "2024-12-26T03:12:48.670843Z",
            "url": "https://files.pythonhosted.org/packages/b8/fe/687409b3f8d307135fc7cc028f4105f35461c8882fd1a529001f6f4ce2f8/python_encode_uri-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "635d6cf81defa97ed6075f6f32de8f026c328b43d9a661f58bb3020346ef158c",
                "md5": "5c54e8ad44b61ed8e41c66aca5715967",
                "sha256": "afb67110d593f8024bde269ec2d4789332fe7028d907bf91e32c14f422bf9581"
            },
            "downloads": -1,
            "filename": "python_encode_uri-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5c54e8ad44b61ed8e41c66aca5715967",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2543,
            "upload_time": "2024-12-26T03:12:51",
            "upload_time_iso_8601": "2024-12-26T03:12:51.334886Z",
            "url": "https://files.pythonhosted.org/packages/63/5d/6cf81defa97ed6075f6f32de8f026c328b43d9a661f58bb3020346ef158c/python_encode_uri-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 03:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-encode_uri"
}
        
Elapsed time: 0.45118s