Metadata-Version: 2.1
Name: tjw
Version: 1.0.1
Summary: 一个 tjw 的私人库
Home-page: 
Author: saogegood
Author-email: saogegood@163.com
License: MIT
Keywords: sgg,test,demo,add_one
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: six>=1.10.0

# tjw
一个私人的tjw类库



第一部分：使用频率最高（特别是更新版本）
最常用内容（如：tjw)
    MAC:
        删除旧打包资料      
            MAC:         rm -rf dist/ build/ src.egg-info/
            Windows:     Remove-Item -Recurse -Force dist, build, src.egg-info -ErrorAction SilentlyContinue
        打包              python setup.py sdist bdist_wheel
        上传              twine upload dist/*
        使用：             pip install --upgrade tjw --index-url https://pypi.org/simple/
        




other:

注册pypi账号：           https://pypi.org/account/register/
安装打包工具：           pip install setuptools wheel twine
