unicourt


Nameunicourt JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://unicourt.com/
SummaryPython bindings for the UniCourt Enterprise APIs
upload_time2024-09-09 09:17:22
maintainerNone
docs_urlNone
authorUniCourt
requires_python>=3.7
licenseNone
keywords unicourt unicourt python package unicourt enterprise apis
VCS
bugtrack_url
requirements python_dateutil setuptools urllib3 pydantic typing-extensions
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The UniCourt Python Package provides simplified access to the UniCourt API for applications written in the Python programming language. Documentation of UniCourt's APIs can be found at docs.unicourt.com. API keys can be obtained by filling out the form here https://unicourt.com/contact-us/?c=sales&enterprise=1 

SDK Release Note
-----------------
* SDK upgrade from current version 1.0.1 to new version 1.1.0
* Supports OAS 3.1 standards
* JSON schema validation of request and response objects
* SDK objects are python objects so can be pickled and unpickled
* Supports python version >= 3.7

            

Raw data

            {
    "_id": null,
    "home_page": "https://unicourt.com/",
    "name": "unicourt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "UniCourt, UniCourt Python Package, UniCourt Enterprise APIs",
    "author": "UniCourt",
    "author_email": "support@unicourt.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/59/12c063a706ed6dd0828cd8d902efcb06aefdf518cb8d210913c92d2702f5/unicourt-1.1.0.tar.gz",
    "platform": null,
    "description": "The UniCourt Python Package provides simplified access to the UniCourt API for applications written in the Python programming language. Documentation of UniCourt's APIs can be found at docs.unicourt.com. API keys can be obtained by filling out the form here https://unicourt.com/contact-us/?c=sales&enterprise=1 \n\nSDK Release Note\n-----------------\n* SDK upgrade from current version 1.0.1 to new version 1.1.0\n* Supports OAS 3.1 standards\n* JSON schema validation of request and response objects\n* SDK objects are python objects so can be pickled and unpickled\n* Supports python version >= 3.7\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python bindings for the UniCourt Enterprise APIs",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://docs.unicourt.com/knowledge-base/python-sdk",
        "Homepage": "https://unicourt.com/",
        "Source": "https://github.com/UniCourt/enterprise-api-py-sdk/tree/main"
    },
    "split_keywords": [
        "unicourt",
        " unicourt python package",
        " unicourt enterprise apis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a25912c063a706ed6dd0828cd8d902efcb06aefdf518cb8d210913c92d2702f5",
                "md5": "1446460faf50643d7cc19949aadd97b5",
                "sha256": "e762a32b85bb6b87da49abbadd6c6baded623d1769f55f5bacddd6e4ef7cfadd"
            },
            "downloads": -1,
            "filename": "unicourt-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1446460faf50643d7cc19949aadd97b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 282026,
            "upload_time": "2024-09-09T09:17:22",
            "upload_time_iso_8601": "2024-09-09T09:17:22.095024Z",
            "url": "https://files.pythonhosted.org/packages/a2/59/12c063a706ed6dd0828cd8d902efcb06aefdf518cb8d210913c92d2702f5/unicourt-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 09:17:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UniCourt",
    "github_project": "enterprise-api-py-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "python_dateutil",
            "specs": [
                [
                    ">=",
                    "2.5.3"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "21.0.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "<",
                    "2.1.0"
                ],
                [
                    ">=",
                    "1.25.3"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    ">=",
                    "4.7.1"
                ]
            ]
        }
    ],
    "lcname": "unicourt"
}
        
Elapsed time: 0.29726s