Metadata-Version: 2.4
Name: dsf-jtools
Version: 0.1.5
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# JTools: simple tools, easy life


## Building

```cmd

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