Metadata-Version: 2.1
Name: NekoMimi
Version: 1.0.7
Summary: A handy collection of tools
Home-page: https://github.com/NekoKitsune/NekoMimi
Author: NekoMimi
Author-email: mrcreaperwhantsadingdongtobedo@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/NekoKitsune/NekoMimi/issues
Description: # NekoMimi Python Module
        
        this is a python package to make your code look nicer and smaller
        supports most used modules to make it easy to work with them and to have less of that copy-paste action
        
        currently in `alpha phase`
        
        
        ```shell
          pip3 install NekoMimi
        ```
        
        to import
        ```python
          import NekoMimi
        ```
        
        &nbsp;
        
        docs are available [here](https://github.com/NekoKitsune/NekoMimi/blob/main/Docs/README.md)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
