1 Star 0 Fork 0

py-bigdata / py-bigdata-util

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 587 Bytes
一键复制 编辑 原始数据 按行查看 历史
albin3 提交于 2023-06-08 23:23 . chore: release 0.1.1
install: pack build
@python setup.py install
# reinstall:
# @pip install -i https://pypi.antfin-inc.com/simple py-bigdate-util --upgrade
clean:
@rm -fr dist/*
pack: clean
@python setup.py clean
@python setup.py bdist_wheel
@python setup.py sdist
build:
@rm -fr build/*
@python setup.py build
test:
@PYTHONPATH=. python test/main.py
check:
@twine check dist/*.tar.gz dist/*.whl
publish: pack check
@twine upload -r pypi dist/*.tar.gz dist/*.whl
@echo '新包已发布,更新包命令: pip install py-bigdate-util --upgrade'
.PHONY: install pack build publish test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/py-bigdata/py-bigdata-util.git
git@gitee.com:py-bigdata/py-bigdata-util.git
py-bigdata
py-bigdata-util
py-bigdata-util
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891