nlip

View on PyPIReverse Dependencies (0)

0.1.0 nlip-0.1.0-py3-none-any.whl

Wheel Details

Project: nlip
Version: 0.1.0
Filename: nlip-0.1.0-py3-none-any.whl
Download: [link]
Size: 13131
MD5: d8e69cf32f0b8505eaa8e3f240d93525
SHA256: 70816b3902b9d5753278e69b1dd722c98d169fb82ab80d155bd7f020ca30d7d1
Uploaded: 2024-10-23 09:11:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nlip
Version: 0.1.0
Summary: Natural Language Interaction Protocol
Author: Dinesh Verma
Author-Email: dverma[at]us.ibm.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: Jinja2 (==3.1.4)
Requires-Dist: MarkupSafe (==3.0.1)
Requires-Dist: PyYAML (==6.0.2)
Requires-Dist: Pygments (==2.18.0)
Requires-Dist: annotated-types (==0.7.0)
Requires-Dist: anyio (==4.6.2.post1)
Requires-Dist: certifi (==2024.8.30)
Requires-Dist: click (==8.1.7)
Requires-Dist: dnspython (==2.7.0)
Requires-Dist: email-validator (==2.2.0)
Requires-Dist: exceptiongroup (==1.2.2)
Requires-Dist: fastapi (==0.115.2)
Requires-Dist: fastapi-cli (==0.0.5)
Requires-Dist: h11 (==0.14.0)
Requires-Dist: httpcore (==1.0.6)
Requires-Dist: httptools (==0.6.2)
Requires-Dist: httpx (==0.27.2)
Requires-Dist: idna (==3.10)
Requires-Dist: markdown-it-py (==3.0.0)
Requires-Dist: mdurl (==0.1.2)
Requires-Dist: pydantic (==2.9.2)
Requires-Dist: pydantic-core (==2.23.4)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: python-multipart (==0.0.12)
Requires-Dist: rich (==13.9.2)
Requires-Dist: shellingham (==1.5.4)
Requires-Dist: sniffio (==1.3.1)
Requires-Dist: starlette (==0.39.2)
Requires-Dist: typer (==0.12.5)
Requires-Dist: typing_extensions (==4.12.2)
Requires-Dist: uvicorn (==0.31.1)
Requires-Dist: uvloop (==0.20.0)
Requires-Dist: watchfiles (==0.24.0)
Requires-Dist: websockets (==13.1)
Description-Content-Type: text/markdown
[Description omitted; length: 1372 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
app/routes/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/routes/health.py sha256=lkpew9dIvyPwGIVg1YFbNaT4ctOhZX4TLeuxmXACZyI 316
app/routes/nlip.py sha256=EoEs57bnGt7GBjBuNcmLg1Z0nqpSLjuZLCJRfLPVMdI 1353
app/schemas/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/schemas/genai.py sha256=nQe5akFeZmdbEoG_wGnE8y0zdtGfb_UDrUZXim0qnAE 3715
app/schemas/nlip.py sha256=EEpaW7P9-jPdCh1CeaTklGIgINSuRkINtaGLeUGp3hQ 2748
app/server.py sha256=2xEgxOukAsdOzwn38Ot6Qb3rwJi02jv6ly07oBxxAaU 1354
app/utils/README.md sha256=yQOPg8Xv2h21UUy7nUXMQ8-SekXrnpUgH-KdFTczlIU 276
app/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/utils/errors.py sha256=UGZhZmHL7jnqeyMzYnmvzs_wyyhOJzpSDY2dTT1G2So 2933
app/utils/utils.py sha256=ycrbaQXhFk6OlGWOMK9sNF_bzNidAQ4_JZsMvP36kSI 3443
nlip-0.1.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
nlip-0.1.0.dist-info/METADATA sha256=b19MNLhdvUdmzD7iZ20SrB9sbBZwWgezZhgtpoHXfxI 3048
nlip-0.1.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
nlip-0.1.0.dist-info/entry_points.txt sha256=f2H1CVSLW0M0ydesu9vgHgAmBbYxQ5tgid20vSDCxwU 197
nlip-0.1.0.dist-info/RECORD

entry_points.txt

dev = scripts:start_server_dev
format = scripts:format_code
start-chat = scripts:start_chat_server
start-integration = scripts:start_integration_server
start_server = scripts:start_server