Metadata-Version: 2.1
Name: bpyutils
Version: 0.1.1
Summary: Utilities for BoilPy
Home-page: https://github.com/achillesrasquinha/bpyutils
Author: Achilles Rasquinha
Author-email: achillesrasquinha@gmail.com
License: MIT License
Keywords: utilities boilpy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.md

<div align="center">
  <img src=".github/assets/logo.png" height="128">
  <h1>
      bpyutils
  </h1>
  <h4>Utilities for BoilPy</h4>
</div>

<p align="center">
    <a href="https://travis-ci.org/achillesrasquinha/bpyutils">
      <img src="https://img.shields.io/travis/achillesrasquinha/bpyutils.svg?style=flat-square">
    </a>
    <a href="https://coveralls.io/github/achillesrasquinha/bpyutils">
      <img src="https://img.shields.io/coveralls/github/achillesrasquinha/bpyutils.svg?style=flat-square">
    </a>
    <a href="https://pypi.org/project/bpyutils/">
      <img src="https://img.shields.io/pypi/v/bpyutils.svg?style=flat-square">
    </a>
    <a href="https://pypi.org/project/bpyutils/">
      <img src="https://img.shields.io/pypi/l/bpyutils.svg?style=flat-square">
    </a>
    <a href="https://pypi.org/project/bpyutils/">
		  <img src="https://img.shields.io/pypi/pyversions/bpyutils.svg?style=flat-square">
	  </a>
    <a href="https://git.io/boilpy">
      <img src="https://img.shields.io/badge/made%20with-boilpy-red.svg?style=flat-square">
    </a>
</p>

### Table of Contents
* [Features](#features)
* [Installation](#installation)
* [Usage](#usage)
* [License](#license)

#### Features


#### Installation

```shell
$ pip install bpyutils
```

#### Usage

##### Application Interface

```python
>>> import bpyutils
```


##### Command-Line Interface

```console
$ bpyutils
Usage: bpyutils [OPTIONS] COMMAND [ARGS]...

  Utilities for BoilPy

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  help     Show this message and exit.
  version  Show version and exit.
```


#### License

This repository has been released under the [MIT License](LICENSE).

---

<div align="center">
  Made with ❤️ using <a href="https://git.io/boilpy">boilpy</a>.
</div>

