Metadata-Version: 2.4
Name: dcg-sci-tool
Version: 0.1.2
Summary: Scientific computing tools for data analysis.
Project-URL: Homepage, https://github.com/yourusername/dcg-sci-tool
Project-URL: Bug Tracker, https://github.com/yourusername/dcg-sci-tool/issues
Author-email: colindong <dcg899@163.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# dcg-sci-tool

Scientific computing tools for data analysis.

## Installation 

`pip install dcg-sci-tool`

## build
`python -m build`

## publish
`twine upload dist/*`