一些简单的工具方法
Project description
dastyletools
使用dastyletools
pip install dastyletools
from dastyletools import tools
打包python模块
安装必要的模块
pip install setuptools
pip install wheel
pip3 install twine
创建~/.pypirc文件并且进行一些配置
在pypi注册你的账号
[distutils]
index-servers = pypi
[pypi]
username:xxx
password:xxx
# 生成gz压缩包跟wheel文件,可以直接用pip install安装
python setup.py sdist bdist_wheel
# 直接源码编译与安装
python setup.py build install
上传源码到pypi
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 dastyletools-0.0.2-py3-none-any.whl.
File metadata
- Download URL: dastyletools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fec279298c89eb71b0fb59e8dd2e6b6d8bc945e60493b95648da4682f547132f
|
|
| MD5 |
fc71fb2de7d1e5dc9a7ba826d3402d4d
|
|
| BLAKE2b-256 |
1a930f29b8b98a3d9acb3ebef55fa07a5af501265c8209f6003011aa7dfe0b68
|