1 Star 1 Fork 0

kin9-0rz / pyftype

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
help: ## 帮助
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n\nTargets:\n"} /^[+a-zA-Z_-]+:.*?##/ { printf " \033[36m%-10s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST)
test: ## 测试
poetry run pytest --benchmark-skip -s
benchmark: ## 基准测试
poetry run pytest tests/test_benchmark.py
tox: ## tox
poetry run tox
build: ## build
rm -r dist
poetry build -f wheel
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/kin9-0rz/pyftype.git
git@gitee.com:kin9-0rz/pyftype.git
kin9-0rz
pyftype
pyftype
master

搜索帮助