Metadata-Version: 2.1
Name: quilt-lang
Version: 0.1.2
Summary: A Python library that lets you write less code to do more things.
Home-page: https://github.com/Richienb/quilt
Author: Richie Bendall
Author-email: richiebendall@gmail.com
License: UNKNOWN
Description: # Quilt Python Library
        A Python library that lets you write less code to do more things. For more information, visit [this website](https://quilt-lang.richie-bendall.ml/).
        
        ## How to use
        ### Install via pip
        ```sh
        pip install quilt-lang
        ```
        
        ### Importing
        ```py
        import quilt_lang as _
        ```
        
        ### Example Usage
        ```py
        _.pingtest()
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
