没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
HUtils, a charming python web util-library. 本项目为我司 在后端开发中, 积攒的比较好用的各类基类函数。 除了基础的类型变换, 还有 django 相关的一系列功能。 让我们简单看一段用上了 hutils 以后的效果: import hutils # 使用前 def create_user(data): try: uid, age, phone, created_at = data["uid"], data["age"], data["phone"], data["created_at"] # 此处做一系列类型验证,或者用个 marshmallow 之类的库来验证 :) return User(uid=uid, age=age, phone=phone, created_at=create
资源推荐
资源详情
资源评论
收起资源包目录
hutils-master.zip (29个子文件)
hutils-master
.gitignore 109B
setup.cfg 194B
README.md 5KB
Pipfile.lock 23KB
.github
workflows
release.yml 724B
build.yml 944B
tests
test_validators.py 1KB
test_data_types.py 2KB
test_datetime.py 740B
test_decorator.py 1KB
__init__.py 24B
test_unittest.py 1KB
test_import.py 220B
LICENSE 1KB
hutils
data_types.py 3KB
django
migrations.py 2KB
unittest.py 1KB
databases.py 9KB
apis.py 3KB
__init__.py 0B
unittest.py 8KB
classes.py 2KB
schemas.py 2KB
__init__.py 2KB
decorators.py 2KB
validators.py 2KB
shortcuts.py 5KB
Pipfile 332B
setup.py 1KB
共 29 条
- 1
资源评论
余木脑袋
- 粉丝: 27
- 资源: 4596
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功