Metadata-Version: 2.1
Name: quilt-lang
Version: 0.11.1
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: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

[![Travis CI Build Status](https://img.shields.io/travis/com/Richienb/quilt/master.svg?style=for-the-badge)](https://travis-ci.com/Richienb/quilt)
[![CodeFactor Score](https://www.codefactor.io/repository/github/richienb/quilt/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/richienb/quilt)
[![Codecov Score](https://img.shields.io/codecov/c/github/Richienb/quilt/master.svg?style=for-the-badge)](https://codecov.io/gh/Richienb/quilt)
[![PyPI Status](https://img.shields.io/pypi/status/quilt-lang.svg?style=for-the-badge)](https://pypi.org/project/quilt-lang)

[![Quilt Lang](https://a.icons8.com/flcKcVkP/ff3MYF/quilt-lang.svg)](#)

A Python library that lets you write less code to do more things.

Documentation available [here](https://quilt-lang.richie-bendall.ml/).

## Getting started

### Install via pip
```sh
pip install quilt-lang
```

### Importing
```py
import quilt_lang as _
```

### Example usage
```py
if _.ready: print("Quilt is ready.")
```

For more commands, visit [this website](https://quilt-lang.richie-bendall.ml/commands/quilt_lang.html).

## How you can make Quilt better

At the moment, you can help by
- Adding more functions which you or someone else might find useful
- Adding and maintaining the docstrings
- Adding and improving unit tests

## License

Quilt is licensed under the [Apache 2.0 License](LICENSE).


