Metadata-Version: 2.4
Name: gaskill
Version: 3.1.2
Summary: A comprehensive Python library for game development utilities
Home-page: https://github.com/limo1027/mlib
Author: Limo
Author-email: 28009663@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Mlib
一个0依赖库

不依赖random，math等标准库

纯python制作，不使用C拓展

快速开始

```bash
git clone https://github.com/limo1027/mlib
cd mlib
python -c "from gaskill.test import run_test; run_test()"
```

[Learn More?](https://limo1027.github.io/mlib)
[帮助文档](https://limo1027.github.io/mlib/help.html)
