Metadata-Version: 2.4
Name: bin-to-wheel
Version: 0.0.1
Summary: Package any binary as a python wheel.
Project-URL: Documentation, https://github.com/FlavioAmurrioCS/bin-to-wheel#readme
Project-URL: Issues, https://github.com/FlavioAmurrioCS/bin-to-wheel/issues
Project-URL: Source, https://github.com/FlavioAmurrioCS/bin-to-wheel
Author-email: Flavio Amurrio <25621374+FlavioAmurrioCS@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# bin-to-wheel

[![PyPI - Version](https://img.shields.io/pypi/v/bin-to-wheel.svg)](https://pypi.org/project/bin-to-wheel)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bin-to-wheel.svg)](https://pypi.org/project/bin-to-wheel)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FlavioAmurrioCS/bin-to-wheel/main.svg)](https://results.pre-commit.ci/latest/github/FlavioAmurrioCS/bin-to-wheel/main)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install bin-to-wheel
```

## License

`bin-to-wheel` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
