没有合适的资源?快使用搜索试试~ 我知道了~
dependable:从FastAPI中提取的依赖项注入系统
共29个文件
py:14个
md:2个
txt:2个
需积分: 31 0 下载量 177 浏览量
2021-04-01
06:17:46
上传
评论
收藏 38KB ZIP 举报
温馨提示
可信 从fastapi提取依赖注入系统 import asyncio from random import random from dependable import dependant , Depends @ dependant async def main (*, choice : int = Depends ( random )) -> None : print ( choice ) asyncio . run ( main ()) 更多 安装 poetry add dependable # pip install dependable Python 3.6 需要和 poetry add async-exit-stack async_generator # pip install async-exit-stack async_generator 发展 docke
资源推荐
资源详情
资源评论
收起资源包目录
dependable-main.zip (29个子文件)
dependable-main
Dockerfile 557B
.gitignore 2KB
setup.cfg 164B
README.md 2KB
CHANGELOG.md 364B
.github
workflows
test.yml 972B
.pre-commit-config.yaml 533B
tests
test_examples.py 2KB
test_version.py 93B
test_concurrency.py 1KB
test_decorator.py 2KB
__init__.py 0B
test_depends.py 468B
mypy.ini 583B
examples
hello.py 195B
dependable.txt 9KB
tick.py 959B
plain.txt 8KB
basic.py 842B
LICENSE 1KB
dependable
decorator.py 1KB
utils.py 6KB
__init__.py 427B
core.py 2KB
concurrency.py 2KB
scripts
dev 193B
pyproject.toml 1KB
Makefile 399B
poetry.lock 53KB
共 29 条
- 1
资源评论
君倾策
- 粉丝: 27
- 资源: 4635
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功