Metadata-Version: 2.4
Name: toolpack
Version: 0.0.6
Summary: toolpack for python development tools package
Home-page: https://github.com/MTamon/DevLib.git
Author: Tamon Mikawa
Author-email: mtamon.engineering@gmail.com
License: MIT License
Keywords: devlopment,tools,parallel
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: joblib==1.3.2
Requires-Dist: tqdm==4.64.1
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: summary

# dev-lib for python development tools package
## Installation
```bash
pip install dev-lib
```

## Dependencies
- joblib
- tqdm
