Metadata-Version: 2.4
Name: GalaxyTools
Version: 0.1.0
Summary: A amazing tool for restful api development
Author-email: yifan <yifan_rr@163.com>
License: MIT
Project-URL: Homepage, https://github.com/Letcise/GalaxyTools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# GalaxyTools

A amazing tool for restful api development

```python
from GalaxyTools import logger
logger("hello world")
# → hello world!
