Metadata-Version: 2.1
Name: python-jeeves
Version: 0.0.1
Summary: Mr Jeeves will be happy to help you managing your Python project sir.
Home-page: https://github.com/python-jeeves/jeeves
License: MIT
Requires-Python: >=3.6,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: dependencies (>=6.0.1,<7.0.0)
Requires-Dist: flakehell (>=0.9.0,<0.10.0)
Requires-Dist: isort (>=5.7.0,<6.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Repository, https://github.com/python-jeeves/jeeves
Description-Content-Type: text/markdown

# jeeves

[![Build Status](https://github.com/python-jeeves/jeeves/workflows/test/badge.svg?branch=master&event=push)](https://github.com/python-jeeves/jeeves/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/python-jeeves/jeeves/branch/master/graph/badge.svg)](https://codecov.io/gh/python-jeeves/jeeves)
[![Python Version](https://img.shields.io/pypi/pyversions/jeeves.svg)](https://pypi.org/project/jeeves/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Mr Jeeves will be happy to help you managing your Python project sir.


## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install jeeves
```


## Example

Showcase how your project can be used:

```python
from jeeves.example import some_function

print(some_function(3, 4))
# => 7
```

## License

[MIT](https://github.com/python-jeeves/jeeves/blob/master/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [06dd6b090ca018c0a07b1ad6c889e14951925b77](https://github.com/wemake-services/wemake-python-package/tree/06dd6b090ca018c0a07b1ad6c889e14951925b77). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/06dd6b090ca018c0a07b1ad6c889e14951925b77...master) since then.

