Metadata-Version: 2.1
Name: akivymd
Version: 1.2
Summary:  'A set of fancy widgets for KivyMD'

Home-page: https://github.com/quitegreensky/akivymd
Author:  "Sina Namadian"

Author-email:  "quitegreensky@gmail.com"

License: MIT
Description: # Awesome KivyMD
        
        Awesome KivyMD is a package containing customized and non-material widgets for KivyMD.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package:
        
        ```bash
        # Latest version
        pip install akivymd
        # Latest changes 
        pip install git+https://github.com/quitegreensky/akivymd.git
        ```
        
        In this case you must add the following to your ```buildozer.spec```
        ```
        # Latest version
        requirements =  kivy,kivymd, akivymd
        # Latest changes 
        requirements =  kivy,kivymd, git+https://github.com/quitegreensky/akivymd.git
        ```
        
        ## Usage
        You can find usage examples in the demo app.
         
        ## Examples
        <p align="center">
        <img align="center" width="512" src="https://raw.githubusercontent.com/quitegreensky/akivymd/master/images/preview.gif"/>
        </p>
        
        ## Contributing
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
