Metadata-Version: 2.4
Name: pyside6-helpers
Version: 0.6.1
Summary: Bits of code used to facilitate PySide6 based projects
Author-email: Mr Frangipane <contact@frangipane.me>
Maintainer-email: Mr Frangipane <contact@frangipane.me>
Project-URL: Homepage, https://github.com/mrfrangipane/pyside6-helpers
Project-URL: Repository, https://github.com/mrfrangipane/pyside6-helpers
Keywords: python,pyside,frangitron,gui
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Requires-Dist: jinja2
Requires-Dist: dateparser
Dynamic: license-file

# PySide6 helpers

Bits of code used in most PySide6 based projects

This project is alpha: expect breaking changes

## Icons

Icons made by [Freepik](https://www.freepik.com/) and found on [Flat Icon](https://www.flaticon.com)

See [icons.md](icons.md) for usage and reference

## Notes

- consider using [`importlib.resources`](https://docs.python.org/3/library/importlib.resources.html) instead of `pyside6helpers.resources`

## Disclaimer

Please add this sentence to your readme/about

> This project uses [PySide6 helpers](https://github.com/MrFrangipane/pyside6-helpers) which icons were made by [Freepik](https://www.freepik.com/) and found on [Flat Icon](https://www.flaticon.com)
