Metadata-Version: 2.1
Name: PySDL3
Version: 0.2.3a0
Summary: A pure Python wrapper for SDL3.
Home-page: https://github.com/Aermoss/PySDL3
Author: Yusuf Rençber
Author-email: aermoss.0@gmail.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PySDL3
PySDL3 is a pure Python wrapper around the SDL3 library.

## Getting Started
Just run the following command in a terminal, binaries are included!
```
pip instal --upgrade PySDL3
```
