Metadata-Version: 2.1
Name: unicourt
Version: 1.1.0
Summary: Python bindings for the UniCourt Enterprise APIs
Home-page: https://unicourt.com/
Author: UniCourt
Author-email: support@unicourt.com
Project-URL: Source, https://github.com/UniCourt/enterprise-api-py-sdk/tree/main
Project-URL: Documentation, https://docs.unicourt.com/knowledge-base/python-sdk
Keywords: UniCourt,UniCourt Python Package,UniCourt Enterprise APIs
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: urllib3<2.1.0,>=1.25.3
Requires-Dist: python-dateutil
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1

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
