textweaver

View on PyPIReverse Dependencies (0)

0.3.115 textweaver-0.3.115-py3-none-any.whl

Wheel Details

Project: textweaver
Version: 0.3.115
Filename: textweaver-0.3.115-py3-none-any.whl
Download: [link]
Size: 20488
MD5: 333ee9f2319a1f57b7e6c4e8b67815fa
SHA256: 7d78ad31b8369a39d5b8c50c70bf4a2fb1fd0e174bf43c47a87a867d5c963cc8
Uploaded: 2023-10-27 16:24:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: textweaver
Version: 0.3.115
Summary: A FastAPI-based web server for working with LLMs, embedding models, and Pinecone Vector DB.
Author: Wes Ladd
Author-Email: wesladd[at]traingrc.com
Home-Page: https://github.com/TrainGRC/textweaver
License: MIT
Keywords: textweaver,NLP,text-processing,machine-learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: gunicorn
Requires-Dist: ksuid
Requires-Dist: pydantic
Requires-Dist: numpy
Requires-Dist: nltk
Requires-Dist: transformers
Requires-Dist: termcolor
Requires-Dist: sentence-transformers
Requires-Dist: starlette
Requires-Dist: python-multipart
Requires-Dist: whisper-ai
Requires-Dist: moviepy
Requires-Dist: mutagen
Requires-Dist: PyPDF2
Requires-Dist: uvloop
Requires-Dist: boto3
Requires-Dist: pydub
Requires-Dist: jwt
Requires-Dist: python-jose
Requires-Dist: pinecone-client
Requires-Dist: python-dotenv
Requires-Dist: pdf2image
Requires-Dist: python-magic
Requires-Dist: httpx
Description-Content-Type: text/markdown
[Description omitted; length: 3863 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/test_search.py sha256=0oHjLSJ2jrJyCgU_LdFMyqHeiEsMN3Oi0oRpMeI5QU0 1421
tests/test_upload.py sha256=C6vH2G4G0r30xgQyn3E1tBMZ_YlJrPNxgf01Lbdw-Ak 1859
weaver/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaver/app.py sha256=tExiW4Nz8NAyoO0MokG_xBHGN16Ef3T7LOSpFuPj9A8 2128
weaver/config.py sha256=MJ-7CCeR-be0eJxHzMotx-DdJgqlRgAOAneRM0IBVX8 14260
weaver/version.py sha256=XIrIxq7aV5pkJUxcba0sEX5NT3uajDWsDzrCgELno3s 23
weaver/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaver/routers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaver/routers/download.py sha256=Dp3Y2cvIZ7ijDC37o4FdZoP93TnSxLfVs_j1exWeycw 8708
weaver/routers/search.py sha256=pKFJm1Oevoy99gpGA88WSaQ-aPA2NgbooiK7tnkJ8gc 3704
weaver/routers/upload.py sha256=LBmkceFwCkTa63E5-Wmd8f9veuFinpejQVkBCckCcOk 11703
weaver/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
weaver/utils/auth.py sha256=OW9_k4T5PeF61brZ0HW_l8GfA8zsux_BHvsl8FEvfDc 7261
weaver/utils/db.py sha256=qamSBgNwYNCsConOtxmsW01GxEqArB4BSmG8mgG5lfU 1276
weaver/utils/embeddings.py sha256=ZvMdb6_BzfrXv653VqwA4c0CXnXnsOg_FxRAPuOAhuI 5024
textweaver-0.3.115.dist-info/METADATA sha256=Qf9rjfl6gDCUX79LGTchs29j312epMuaNLR9DadLWTg 5135
textweaver-0.3.115.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
textweaver-0.3.115.dist-info/entry_points.txt sha256=ZMIpOwutxzl64UnQeCgvR-aBdlOtKkEz8QRsSgGJ-WY 89
textweaver-0.3.115.dist-info/top_level.txt sha256=l4Sx72CQpeOXMPwTld9GQPtz8O6pbbKaT__MA9yDbcE 13
textweaver-0.3.115.dist-info/RECORD

top_level.txt

tests
weaver

entry_points.txt

textweaver = weaver.app:start_app
textweaver-gunicorn = weaver.app:app