Metadata-Version: 2.1
Name: dsf-jtools
Version: 0.1.1
Summary: A simple tools module
Home-page: https://github.com/DataScienceFish/jtools
Author: DSFish
Author-email: liumingshuo1017@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9.12
Description-Content-Type: text/markdown

# JTools: simple tools, easy life


## Building

```cmd

python setup.py sdist bdist_wheel
twine upload dist/*
```
