python-multipart


Namepython-multipart JSON
Version 0.0.18 PyPI version JSON
download
home_pageNone
SummaryA streaming multipart parser for Python
upload_time2024-11-28 19:16:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [Python-Multipart](https://kludex.github.io/python-multipart/)

[![Package version](https://badge.fury.io/py/python-multipart.svg)](https://pypi.python.org/pypi/python-multipart)
[![Supported Python Version](https://img.shields.io/pypi/pyversions/python-multipart.svg?color=%2334D058)](https://pypi.org/project/python-multipart)

---

`python-multipart` is an Apache2-licensed streaming multipart parser for Python.
Test coverage is currently 100%.

## Why?

Because streaming uploads are awesome for large files.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-multipart",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Andrew Dunham <andrew@du.nham.ca>, Marcelo Trylesinski <marcelotryle@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b4/86/b6b38677dec2e2e7898fc5b6f7e42c2d011919a92d25339451892f27b89c/python_multipart-0.0.18.tar.gz",
    "platform": null,
    "description": "# [Python-Multipart](https://kludex.github.io/python-multipart/)\n\n[![Package version](https://badge.fury.io/py/python-multipart.svg)](https://pypi.python.org/pypi/python-multipart)\n[![Supported Python Version](https://img.shields.io/pypi/pyversions/python-multipart.svg?color=%2334D058)](https://pypi.org/project/python-multipart)\n\n---\n\n`python-multipart` is an Apache2-licensed streaming multipart parser for Python.\nTest coverage is currently 100%.\n\n## Why?\n\nBecause streaming uploads are awesome for large files.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A streaming multipart parser for Python",
    "version": "0.0.18",
    "project_urls": {
        "Changelog": "https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md",
        "Documentation": "https://kludex.github.io/python-multipart/",
        "Homepage": "https://github.com/Kludex/python-multipart",
        "Source": "https://github.com/Kludex/python-multipart"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "136bb60f47101ba2cac66b4a83246630e68ae9bbe2e614cbae5f4465f46dee13",
                "md5": "cbbf95fd771a3b24a7af8a0a61727a19",
                "sha256": "efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"
            },
            "downloads": -1,
            "filename": "python_multipart-0.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbbf95fd771a3b24a7af8a0a61727a19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24389,
            "upload_time": "2024-11-28T19:16:00",
            "upload_time_iso_8601": "2024-11-28T19:16:00.947801Z",
            "url": "https://files.pythonhosted.org/packages/13/6b/b60f47101ba2cac66b4a83246630e68ae9bbe2e614cbae5f4465f46dee13/python_multipart-0.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b486b6b38677dec2e2e7898fc5b6f7e42c2d011919a92d25339451892f27b89c",
                "md5": "58cd735e169637d58a0fb317b32c0038",
                "sha256": "7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"
            },
            "downloads": -1,
            "filename": "python_multipart-0.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "58cd735e169637d58a0fb317b32c0038",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 36622,
            "upload_time": "2024-11-28T19:16:02",
            "upload_time_iso_8601": "2024-11-28T19:16:02.383125Z",
            "url": "https://files.pythonhosted.org/packages/b4/86/b6b38677dec2e2e7898fc5b6f7e42c2d011919a92d25339451892f27b89c/python_multipart-0.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 19:16:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kludex",
    "github_project": "python-multipart",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-multipart"
}
        
Elapsed time: 0.38392s