Metadata-Version: 2.1
Name: hasaki
Version: 0.0.2
Summary: hasaki是一个python3开发常用工具的包
Home-page: https://github.com/BishopMarcel/hasaki.git
Author: BishopMarcel
Author-email: bishopmarcel@163.com
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (~=2.28.2)
Requires-Dist: w3lib (~=2.1.1)
Requires-Dist: setuptools (~=65.6.3)
Provides-Extra: all
Requires-Dist: PyExecJS (>=1.5.1) ; extra == 'all'

# hasaki

~~~shell
python -m pip install --user --upgrade setuptools wheel twine

python setup.py sdist bdist_wheel

# https://test.pypi.org/
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# pip install -i https://test.pypi.org/simple/ hasaki

# https://pypi.org
python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
# pip install hasaki
~~~
