Metadata-Version: 2.1
Name: makit
Version: 0.1.0
Summary: Interactive Makefile step picker
Author-email: igrek51 <igrek51.dev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/igrek51/makeit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nuclear >=2.1.0
Requires-Dist: textual ==0.57.1

# makeit

[![GitHub version (latest SemVer)](https://img.shields.io/github/v/tag/igrek51/makeit?label=github&sort=semver)](https://github.com/igrek51/makeit)
[![PyPI](https://img.shields.io/pypi/v/makit)](https://pypi.org/project/makit)

Interactive Makefile step picker

<div align="center">
    <a href="https://github.com/igrek51/makeit">GitHub</a>
    -
    <a href="https://pypi.org/project/makit">PyPI</a>
</div>

## Installation
```shell
pip3 install makeit
```

It requires Python 3.8 (or newer) with pip.
