Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Richienb/quilt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.