Metadata-Version: 2.1
Name: PyUpyog
Version: 0.5.14
Summary: A collection of various common Python utilities.
Home-page: https://github.com/achillesrasquinha/upyog
Author: Achilles Rasquinha
Author-email: achillesrasquinha@gmail.com
License: MIT License
Keywords: utilities python boilpy
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="https://raw.githubusercontent.com/boilpy/boilpy/develop/.github/assets/logo.png" height="128">
  <h1>
      upyog
  </h1>
  <h4>A collection of various common Python utilities.</h4>
</div>

<p align="center">
  <a href='https://github.com/achillesrasquinha/upyog/actions?query=workflow:"Continuous Integration"'>
    <img src="https://img.shields.io/github/workflow/status/achillesrasquinha/upyog/Continuous Integration?style=flat-square">
  </a>
  <a href="https://coveralls.io/github/achillesrasquinha/upyog">
    <img src="https://img.shields.io/coveralls/github/achillesrasquinha/upyog.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/upyog/">
    <img src="https://img.shields.io/pypi/v/upyog.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/upyog/">
    <img src="https://img.shields.io/pypi/l/upyog.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/upyog/">
    <img src="https://img.shields.io/pypi/pyversions/upyog.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)
* [Quick Start](#quick-start)
* [Usage](#usage)
* [License](#license)

### Features
* Python 2.7+ and Python 3.4+ compatible.

### Quick Start

```shell
$ pip install PyUpyog
```

Check out [installation](docs/source/installation.md) for more details.

### Usage

#### Application Interface

```python
>>> import upyog
```

#### Command-Line Interface

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

  A collection of various common Python utilities.

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>
