Metadata-Version: 2.1
Name: nlip-sdk
Version: 0.1.0
Summary: 
Author: Dinesh Verma
Author-email: dverma@us.ibm.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Description-Content-Type: text/markdown

# NLIP SDK

The NLIP SDK provides the basic functionality that is needed to implement the NLIP protocol, either on the client side or on the server side. The server side requires additional packages. The NLIP SDK is targeted primarily at NLIP clients. 

The NLIP SDK contains the following modules: 

* utils.py - A set of basic utility routines that simplify implementation. 
* errrors.py - A set of error definitions that help diagnose in development. 
* nlip.py - The definition of the NLIP message formats. 


