From e45345a9832cbc0109bc38a79e86ed303f0a72fb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 14 Jul 2025 11:28:10 +0800 Subject: [PATCH] first commit --- README.md | 16 ++++++++++++++++ pyproject.toml | 4 ++++ setup.cfg | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 README.md create mode 100644 pyproject.toml create mode 100644 setup.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..15bb14d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# llmage +A LLM packaging + + +## Dependence +* [apppublic](https://git.kaiyuancloud.cn/yumoqing/apppublic) +* [sqlor](https://git.kaiyuancloud.cn/yumoqing/sqlor) +* [ahserver](https://git.kaiyuancloud.cn/yumoqing/ahserver) +* [uapi](https://git.kaiyuancloud.cn/yumoqing/uapi) + +## installation +pip install llmage + +## usage + + diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..59514a1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +requires = ["setuptools>=61", "wheel"] +build-backend = "setuptools.build_meta" + diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..c8c035d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,33 @@ +[metadata] +name=appPublic +version = 5.2.4 +description = Your project description +author = "yu moqing" +author_email = "yumoqing@gmail.com" +readme = "README.md" +license = "MIT" +[options] +packages = find: +requires_python = ">=3.8" +install_requires = + xlrd + bs4 + xlwt + nanoid + psutil + ujson + numpy + rsa + brotli + aiohttp + asyncio + aiohttp + aiohttp_socks + requests + jinja2 + pyzmq + cryptography + bcrypt + asyncssh + eventpy +