Skip to content

Commit 61b05cd

Browse files
Update SDK PyPI project metadata (#28)
Update pypi project metadata
1 parent 2cfd626 commit 61b05cd

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<div align="center">
2+
<img src="docs/assets/unstract_u_logo.png" style="height: 120px">
3+
4+
# Unstract
5+
6+
## No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
7+
8+
</div>
9+
110
# Unstract SDK
211

312
The `unstract-sdk` package helps with developing tools that are meant to be run on the Unstract platform. This includes

docs/assets/unstract_u_logo.png

19.3 KB
Loading

pyproject.toml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ build-backend = "pdm.backend"
66
name = "unstract-sdk"
77
dynamic = ["version"]
88
description = "A framework for writing Unstract Tools/Apps"
9-
authors = [
10-
{name = "Zipstack Inc", email = "[email protected]"},
11-
]
129
dependencies = [
1310
# Specs and validation
1411
"jsonschema~=4.18.2",
@@ -20,19 +17,25 @@ dependencies = [
2017
"tiktoken~=0.4.0",
2118
"transformers==4.37.0",
2219
]
23-
requires-python = ">=3.9,<3.11.1"
2420
readme = "README.md"
25-
license = {text = "MIT"}
26-
keywords = ["unstract tools-development-kit apps -development-kit sdk"]
21+
urls = { Homepage = "https://unstract.com", "Release notes" = "https://github.com/Zipstack/unstract-sdk/releases", Source = "https://github.com/Zipstack/unstract-sdk" }
22+
license = {text = "AGPL v3"}
23+
authors = [
24+
{name = "Zipstack Inc", email = "[email protected]"},
25+
]
26+
keywords = ["unstract tools-development-kit apps development-kit sdk"]
27+
requires-python = ">=3.9,<3.11.1"
2728
classifiers = [
28-
"Development Status :: 3 - Alpha",
29+
"Development Status :: 4 - Beta",
2930
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: MIT License",
31+
"License :: OSI Approved :: GNU Affero General Public License v3",
32+
"Operating System :: POSIX :: Linux",
33+
"Operating System :: MacOS :: MacOS X",
34+
"Programming Language :: Python",
3135
"Programming Language :: Python :: 3.9",
3236
"Topic :: Scientific/Engineering",
3337
"Topic :: Software Development :: Libraries :: Python Modules",
3438
]
35-
urls = { Homepage = "https://unstract.com/sdk" }
3639
scripts = { unstract-tool-gen = "unstract.sdk.scripts.tool_gen:main" }
3740

3841
[tool.pdm.dev-dependencies]

0 commit comments

Comments
 (0)