Richienb / quilt

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

Home Page:https://richienb.github.io/quilt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI Build Status CodeFactor Score Codecov Score PyPI Status

Quilt Lang

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

Documentation available here.

Getting started

Install via pip

pip install quilt-lang

Importing

import quilt_lang as _

Example usage

if _.ready: print("Quilt is ready.")

For more commands, visit this website.

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.

About

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

https://richienb.github.io/quilt

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Makefile 0.8%