Metadata-Version: 2.1
Name: jeeves-core
Version: 1.0.4
Summary: Pythonic replacement for GNU Make: core
Home-page: https://github.com/jeeves-sh/jeeves-core
License: MIT
Requires-Python: >=3.8,<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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: boltons (>=21.0.0,<22.0.0)
Requires-Dist: documented (>=0.1.1,<0.2.0)
Requires-Dist: flake8 (<4.0.0)
Requires-Dist: more-itertools (>=9.0.0,<10.0.0)
Requires-Dist: python-benedict (>=0.24.3,<0.25.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/jeeves-sh/jeeves-core
Description-Content-Type: text/markdown

# jeeves-core

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

Pythonic replacement for GNU Make: core


## Installation

```bash
pip install jeeves-core
```

## License

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


## Credits

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

