python-multipart


Namepython-multipart JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummaryA streaming multipart parser for Python
upload_time2024-02-10 13:32:04
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ==================
 Python-Multipart
==================

.. image:: https://github.com/andrew-d/python-multipart/actions/workflows/test.yaml/badge.svg
        :target: https://github.com/andrew-d/python-multipart/actions


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

.. _here: https://andrew-d.github.io/python-multipart/

Why?
----

Because streaming uploads are awesome for large files.

How to Test
-----------

If you want to test:

.. code-block:: bash

    $ pip install '.[dev]'
    $ inv test

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-multipart",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Andrew Dunham <andrew@du.nham.ca>",
    "download_url": "https://files.pythonhosted.org/packages/5c/0f/9c55ac6c84c0336e22a26fa84ca6c51d58d7ac3a2d78b0dfa8748826c883/python_multipart-0.0.9.tar.gz",
    "platform": null,
    "description": "==================\n Python-Multipart\n==================\n\n.. image:: https://github.com/andrew-d/python-multipart/actions/workflows/test.yaml/badge.svg\n        :target: https://github.com/andrew-d/python-multipart/actions\n\n\npython-multipart is an Apache2 licensed streaming multipart parser for Python.\nTest coverage is currently 100%.\nDocumentation is available `here`_.\n\n.. _here: https://andrew-d.github.io/python-multipart/\n\nWhy?\n----\n\nBecause streaming uploads are awesome for large files.\n\nHow to Test\n-----------\n\nIf you want to test:\n\n.. code-block:: bash\n\n    $ pip install '.[dev]'\n    $ inv test\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A streaming multipart parser for Python",
    "version": "0.0.9",
    "project_urls": {
        "Changelog": "https://github.com/andrew-d/python-multipart/blob/master/CHANGELOG.md",
        "Documentation": "https://andrew-d.github.io/python-multipart/",
        "Homepage": "https://github.com/andrew-d/python-multipart",
        "Source": "https://github.com/andrew-d/python-multipart"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d47444768600d9e0ebc82f8e347775d24aef8f6348cf00e9fa0e81910814e6d",
                "md5": "3cf91ae0cd9f142ff08628545b17055a",
                "sha256": "97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"
            },
            "downloads": -1,
            "filename": "python_multipart-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cf91ae0cd9f142ff08628545b17055a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22299,
            "upload_time": "2024-02-10T13:32:02",
            "upload_time_iso_8601": "2024-02-10T13:32:02.969646Z",
            "url": "https://files.pythonhosted.org/packages/3d/47/444768600d9e0ebc82f8e347775d24aef8f6348cf00e9fa0e81910814e6d/python_multipart-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c0f9c55ac6c84c0336e22a26fa84ca6c51d58d7ac3a2d78b0dfa8748826c883",
                "md5": "0339000d92e78abbaac815954da6b826",
                "sha256": "03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"
            },
            "downloads": -1,
            "filename": "python_multipart-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0339000d92e78abbaac815954da6b826",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31516,
            "upload_time": "2024-02-10T13:32:04",
            "upload_time_iso_8601": "2024-02-10T13:32:04.684365Z",
            "url": "https://files.pythonhosted.org/packages/5c/0f/9c55ac6c84c0336e22a26fa84ca6c51d58d7ac3a2d78b0dfa8748826c883/python_multipart-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 13:32:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrew-d",
    "github_project": "python-multipart",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "python-multipart"
}
        
Elapsed time: 0.17845s