Skip to main content

一些简单的工具方法

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

If you're not sure about the file name format, learn more about wheel file names.

dastyletools-0.0.2-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

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

Hashes for dastyletools-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fec279298c89eb71b0fb59e8dd2e6b6d8bc945e60493b95648da4682f547132f
MD5 fc71fb2de7d1e5dc9a7ba826d3402d4d
BLAKE2b-256 1a930f29b8b98a3d9acb3ebef55fa07a5af501265c8209f6003011aa7dfe0b68

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page