Metadata-Version: 2.1
Name: kenny
Version: 0.0.2
Summary: kenny provides feature-rich clients to HTTP(s) APIs.
Home-page: https://github.com/rozelie/kenny
Author: Ryan Ozelie
Author-email: ryan.ozelie@gmail.com
License: MIT License
Keywords: requests,api,client,http,https
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# kenny

[![Build status](https://github.com/rozelie/kenny/workflows/build/badge.svg?branch=master&event=push)](https://github.com/rozelie/kenny/actions?query=workflow%3Abuild)
![Coverage Report](assets/images/coverage.svg)
[![Python Version](https://img.shields.io/pypi/pyversions/kenny.svg)](https://pypi.org/project/kenny/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/rozelie/kenny/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/rozelie/kenny)](https://github.com/rozelie/kenny/blob/master/LICENSE)

`kenny` provides feature-rich clients to HTTP(s) APIs.

# Installation

```bash
pip install kenny
```

## Features

### Development features

- Supports Python >=3.9
- Automatic codestyle with [black](https://github.com/psf/black) and [ruff](https://github.com/charliermarsh/ruff)
- Type checks with [mypy](https://mypy.readthedocs.io)
- Testing with [pytest](https://docs.pytest.org/en/latest/)

### Deployment features

- `GitHub` integration: issue and pr templates.
- `Github Actions` with predefined [build workflow](https://github.com/rozelie/kenny/blob/master/.github/workflows/build.yml) as the default CI/CD.

### Makefile usage
TODO

# FAQ
### Why is the package called "kenny"?

Kenny is my cat's name and I love him very much.
