Metadata-Version: 2.1
Name: neuralpit
Version: 3.3.4
Summary: NeuralPit SDK
Author-email: Quang Nguyen <quang.nguyen@neuralpit.com>
Keywords: api,neural,neuralpit
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: langchain ==v0.0.230
Requires-Dist: lxml
Requires-Dist: openai
Requires-Dist: tiktoken
Requires-Dist: bs4
Requires-Dist: qdrant-client
Requires-Dist: boto3
Requires-Dist: PyMuPDF
Requires-Dist: unstructured[doc,docx,ppt,pptx,xls,xlsx]
Requires-Dist: email-validator
Requires-Dist: scrapy
Requires-Dist: pytube
Requires-Dist: youtube-transcript-api
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: astor
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: bumpver ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pip-tools ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# Update version
python -m pip install pip-tools
pip install bumpver
pip-compile --extra dev pyproject.toml
bumpver update --minor

# Install package locally
python -m pip install -e .

# Using SDK
RUn NeuralPitSDK.init(api_endpoint, api_key)
