Metadata-Version: 2.4
Name: tjw
Version: 1.0.7
Summary: 一个简单的命令行工具，用于输出问候信息和数值加1
Home-page: https://github.com/tjwpip/tjw
Author: tjw
Author-email: saogegood@163.com
License: MIT
Keywords: tjw,tjw类库
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: twine
Requires-Dist: wheel
Requires-Dist: setuptools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TJW
一个私人的tjw类库


发布：
    注册pypi账号：           https://pypi.org/account/register/
    新建配置.env文件：         
            https://pypi.org/manage/account/    
            点击：”Add API token“
            复制token到.env文件中
    安装打包工具：           pip install setuptools wheel twine
    运行public.py：             python public.py



安装：
    安装依赖：             pip install --upgrade TJW --index-url https://pypi.org/simple/
    查看:             pip show TJW
    使用:             python -c "from tjw import tjw; tjw.hello('hello,world!')"
