papersai

View on PyPIReverse Dependencies (0)

0.0.1 papersai-0.0.1-py3-none-any.whl

Wheel Details

Project: papersai
Version: 0.0.1
Filename: papersai-0.0.1-py3-none-any.whl
Download: [link]
Size: 7071
MD5: aadc05cba8dbe81541ba12379f6f0836
SHA256: 024c46ae48c4053d8ecf8c226bd1c211facc89b0e493cc6a319ffd93ec6ece7e
Uploaded: 2024-08-18 15:31:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: papersai
Version: 0.0.1
Summary: reason about papers using LLMs
Author-Email: Saurav Maheshkar <sauravvmaheshkar[at]gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Requires-Dist: llama-index
Requires-Dist: llama-index-embeddings-huggingface
Requires-Dist: llama-index-llms-anthropic
Requires-Dist: nltk (==3.9b1)
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy (>=0.900); extra == "dev"
Requires-Dist: pre-commit (>=2.18.0); extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: llama-index-llms-huggingface; extra == "hf"
Provides-Extra: build
Provides-Extra: dev
Provides-Extra: hf
Description-Content-Type: text/markdown
[Description omitted; length: 32 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
papersai/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
papersai/index.py sha256=8Ue6yQSfRHgj02eT2yqx8qmgyKEvwG70EQEgORyFKss 441
papersai/utils.py sha256=K8WF3XKSGF8b2oY5xPeBMhpG3uP6PYuthEJdsprWPZE 2020
papersai/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
papersai/cli/daily_papers.py sha256=A9t3XDiTR0Wy0g7UiOXoUTy2JmtTJbaHxjxMPzIiyP4 3511
papersai/cli/qna.py sha256=OQKL2cMAuEiPApj1Vapklu4QjPpa1uMIfh_xksFM72Q 1077
papersai/cli/summarize.py sha256=2aGapN1yVdBHAUFwu4zDfXKqVZpsXVoDUQFoh1li9gc 1120
papersai/cli/utils.py sha256=4Bk_hOV7QDn-XVjwrFkmasT5qty9io6Rpp_sFdUCucE 1290
papersai/engine/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
papersai/engine/summarize.py sha256=GRh61SpKZQSOk-v4ww5XTbshPsfp8TRN-0GFH0Tr108 502
papersai-0.0.1.dist-info/entry_points.txt sha256=-KUN14r5DQWFfJWNf5iUeTyaJFiBl7vIcj7t28EAJEo 173
papersai-0.0.1.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
papersai-0.0.1.dist-info/METADATA sha256=qiLjirQHushNig4_hmjl7YcBKC5tWL7sOwo2aEt6hyA 1323
papersai-0.0.1.dist-info/RECORD

entry_points.txt

daily-papers-cli = papersai.cli.daily_papers:daily_papers_cli
papersai-qna = papersai.cli.qna:qna_cli
papersai-summarize = papersai.cli.summarize:summarize_cli