Skip to content

Commit ae34dc1

Browse files
committed
more legal
1 parent c4828d5 commit ae34dc1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package contains an implementation of the Vercel AI SDK's "Data Stream Protocol".
44

5-
*Note: This is not an official package by Vercel, but rather a community-driven implementation of the protocol for use with python frameworks. All credit for the protocol design and specification belongs to Vercel. This implementation exists solely to empower developers with additional framework options, with no intention of competing with Vercel's offerings.*
5+
*Note: This is not an official package by Vercel, but rather a community-driven implementation of the protocol for use with python frameworks, it is not affiliated nor endorsed by Vercel. All credit for the protocol design and specification belongs to Vercel. This implementation exists solely to empower developers with additional framework options, with no intention of competing with Vercel's offerings.*
66

77
## Data Stream Protocol
88

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@ description = "A Python implementation of the Vercel AI Data Stream protocol"
99
readme = "README.md"
1010
authors = ["Elementary"]
1111
license = "Apache-2.0"
12-
keywords = ["ai", "data", "stream", "vercel"]
12+
keywords = ["ai", "data", "stream", "vercel", "langchain", "fastapi", "agent"]
1313
packages = [{include = "ai_datastream"}]
14+
classifiers = [
15+
"License :: OSI Approved :: Apache Software License",
16+
"Development Status :: 4 - Beta",
17+
"Intended Audience :: Developers",
18+
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Topic :: Software Development :: Libraries :: Python Modules",
24+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
25+
"Typing :: Typed"
26+
]
1427

1528
[tool.poetry.dependencies]
1629
python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)