parze


Nameparze JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryPython SDK for the Parze API
upload_time2025-10-23 12:23:30
maintainerNone
docs_urlNone
authorgideononyewuenyi
requires_python>=3.7
licenseMIT License Copyright (c) 2024 Parze Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords parze sdk document-processing api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Parze Python SDK

A simple client for interacting with the Parze API.

## Installation
```bash
pip install parze
```

## Usage
```python
from parze import ParzeClient

client = ParzeClient(api_key="YOUR_API_KEY")
result = client.extract(document="...", schema={...})
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "parze",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "parze, sdk, document-processing, api",
    "author": "gideononyewuenyi",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/83/3d/53523a466dd46da101f4490eb62575b46e9e116c727282951c09ec2cce6a/parze-0.1.1.tar.gz",
    "platform": null,
    "description": "# Parze Python SDK\n\nA simple client for interacting with the Parze API.\n\n## Installation\n```bash\npip install parze\n```\n\n## Usage\n```python\nfrom parze import ParzeClient\n\nclient = ParzeClient(api_key=\"YOUR_API_KEY\")\nresult = client.extract(document=\"...\", schema={...})\n```\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2024 Parze\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "Python SDK for the Parze API",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://platform.parze.ai"
    },
    "split_keywords": [
        "parze",
        " sdk",
        " document-processing",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3b441ebf8b45fdc512194094b58b0245614add9c88942b0b0fb37f00999f910",
                "md5": "7e01d16abf64fb2f604c6bdddbb101b8",
                "sha256": "ff628a136969a16c9dceab94c15f85b803c6d3017e64a8b1b2ee41550960bda4"
            },
            "downloads": -1,
            "filename": "parze-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e01d16abf64fb2f604c6bdddbb101b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3648,
            "upload_time": "2025-10-23T12:23:28",
            "upload_time_iso_8601": "2025-10-23T12:23:28.913610Z",
            "url": "https://files.pythonhosted.org/packages/b3/b4/41ebf8b45fdc512194094b58b0245614add9c88942b0b0fb37f00999f910/parze-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "833d53523a466dd46da101f4490eb62575b46e9e116c727282951c09ec2cce6a",
                "md5": "d459087ea6ea877329faeb06fbd969f1",
                "sha256": "36db92a4b35884ebee151c2285a64069fe5e0e7a10b6106f8409808b350e7f90"
            },
            "downloads": -1,
            "filename": "parze-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d459087ea6ea877329faeb06fbd969f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2879,
            "upload_time": "2025-10-23T12:23:30",
            "upload_time_iso_8601": "2025-10-23T12:23:30.206349Z",
            "url": "https://files.pythonhosted.org/packages/83/3d/53523a466dd46da101f4490eb62575b46e9e116c727282951c09ec2cce6a/parze-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-23 12:23:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "parze"
}
        
Elapsed time: 2.30540s