Metadata-Version: 2.1
Name: kps
Version: 1.0.0
Summary: This is the official kps python module.
Home-page: https://github.com/magnumdingusedu/kps
Author: Vividh Mariya
Author-email: contact@vmariya.com
License: MIT
Description: # This is the official __KPS__ Python Package.
        
        
        - Install 
        
        ```bash
        pip install kps
        ```
        
        - Usage : 
        
        ```python
        from kps import kps
        
        kps.say()
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
