Metadata-Version: 2.4
Name: hatch-pyside
Version: 0.0.1
Summary: A hatch plugin to build Pyside6 elements
Project-URL: Documentation, https://github.com/s-ball/hatch-pyside#readme
Project-URL: Issues, https://github.com/s-ball/hatch-pyside/issues
Project-URL: Source, https://github.com/s-ball/hatch-pyside
Author-email: s-ball <s-ball@laposte.net>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Hatch
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 :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: pyside6
Requires-Dist: tomli; python_version < '3.11'
Description-Content-Type: text/markdown

# hatch-pyside

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

-----

## Table of Contents

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

## Installation

```console
pip install hatch-pyside
```

## License

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