Metadata-Version: 2.4
Name: nativepy
Version: 0.0.7
Summary: Build native apps with Python
Project-URL: Homepage, https://github.com/kazhoyan/nativepy
Project-URL: Issues, https://github.com/kazhoyan/nativepy/issues
Author-email: Avetik Kazhoyan <kazhoyan@gmail.com>
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# nativepy
Build native apps in Python.

[![PyPI - Version](https://img.shields.io/pypi/v/nativepy.svg)](https://pypi.org/project/nativepy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nativepy.svg)](https://pypi.org/project/nativepy)

-----

## Table of Contents

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

## Installation

```console
pip install nativepy
```

## License

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