Welcome to Flutes’ Documentation!

Build Status CodeCov Documentation Status PyPI MIT License
The utilities you need to charm your Python

Flutes is a set of handy utilities for Python 3.6+. All tools are type checked and covered by unit tests.

Installation

Install stable release from PyPI:

pip install flutes

Or, install the latest commit from GitHub:

pip install git+https://github.com/huzecong/flutes.git

Usage

Flutes provides a variety of utility functions. Take a look at the examples folder to see what you can do with it!

Please refer to the API documentations for more details.