Insnail Ai Tools
Project description
Insnail Ai Tools
蜗牛ai团队 python的一些小工具,自用
Install
pip install --upgrade insnail-ai-tools
如果使用了豆瓣、阿里等非官方源,可能出现未同步,使用以下方式安装最新版本:
pip install -i https://pypi.org/simple --upgrade insnail-ai-tools
requires-extra
本模块依赖的包相对较多,所以对需要安装额外依赖包的模块做了若干拆分。 比如如果只需要oss上传的功能,只需要类似如下的安装:
pip install --upgrade "insnail_ai_tools[oss]"
如果只需要fastapi相关的模块:
pip install --upgrade "insnail_ai_tools[fastapi]"
如果同时需要fastapi和sso相关的模块:
pip install --upgrade "insnail_ai_tools[fastapi,sso]"
目前有的模块为:
- oss: 使用阿里云上传功能
- sso: 登录验证模块
- fastapi: fastapi相关模块
- django: django相关模块
- flask: flask 相关模块
- wechat: 跟微信调用相关的模块
development
# 拉取代码
git clone https://git.woniubaoxian.com/ai/insnail_ai_tools.git
# 安装flit
pip install flit==3.0.0
# 安装开发环境
flit install --deps=develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
insnail_ai_tools-0.0.69.tar.gz
(49.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file insnail_ai_tools-0.0.69.tar.gz.
File metadata
- Download URL: insnail_ai_tools-0.0.69.tar.gz
- Upload date:
- Size: 49.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ca94e0f8d47cd48efdb9797b62bc66d4d4b6374bd73362723aef8acb288083d
|
|
| MD5 |
4ce6c5ac3357ae1fdac38c0141a2d1bd
|
|
| BLAKE2b-256 |
329a1ecad225cea47d58250eb12268dd348dca58d216c14359d00e7e6fe7ba94
|
File details
Details for the file insnail_ai_tools-0.0.69-py3-none-any.whl.
File metadata
- Download URL: insnail_ai_tools-0.0.69-py3-none-any.whl
- Upload date:
- Size: 71.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56167a9dc2a8a9d6f74999bd08d31261976c695babd4ccb32bb3485aac44b510
|
|
| MD5 |
ba8f6bf2016dd890a142778cdd416684
|
|
| BLAKE2b-256 |
1c73e0411bf3892ecba21479948e07245b7610092237ceb4f6e701fd8b307c4d
|