Metadata-Version: 2.4
Name: Pygskin
Version: 0.7.0
Project-URL: homepage, https://github.com/andyhd/pygskin
Project-URL: documentation, https://github.com/andyhd/pygskin/blob/main/README.md
Project-URL: repository, https://github.com/andyhd/pygskin
Project-URL: issues, https://github.com/andyhd/pygskin/issues
Author-email: Andy Driver <andy@pagezero.net>
Maintainer-email: Andy Driver <andy@pagezero.net>
License: MIT
License-File: LICENSE.md
Keywords: framework,game,pygame
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: pygame-ce==2.5.2
Description-Content-Type: text/markdown

# Pygskin

[![python](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)
![language](https://img.shields.io/github/languages/top/andyhd/pygskin)

A lightweight, modern game development library built on top of Pygame.

## Features

- Immediate Mode GUI system
- Entity Component System (ECS) architecture
- Animation and easing functions
- Input management
- Camera and parallax effects
- Sprite and texture utilities
- State management
- Dialogue system

## Installation

```bash
pip install pygskin
```
## Documentation

Full API documentation and tutorials available at [https://andydriver.net/pygskin]

## Contributing

Contributions are welcome! Please follow these guidelines:
1. Fork the repository
2. Create a feature branch
3. Submit a pull request

## License

MIT License - See [LICENSE.md](LICENSE.md) for details
