-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (33 loc) · 887 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = llm_extractinator
version = 0.2.3
description = A framework that enables efficient extraction of structured data from unstructured text using large language models (LLMs).
long_description = file: README.md
long_description_content_type = text/markdown
author = Luc Builtjes
author_email = [email protected]
license = Apache License 2.0
license_files =
LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.6
include_package_data = True
install_requires =
pandas
tqdm
pydantic
langchain
langchain-core
langchain-chroma
langchain-ollama
ollama
[options.entry_points]
console_scripts =
extractinate = llm_extractinator.main:main
[options.package_data]
* = *.txt, *.md