Metadata-Version: 2.1
Name: python-multiplayer
Version: 0.1.0
Summary: Server Client Structure for Python
Home-page: https://github.com/BroCodeAT/python-multiplayer
Author: dpfurners
Author-email: dpfurner@tsn.at
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/BroCodeAT/python-multiplayer
Description-Content-Type: text/markdown

# Python Multiplayer

Framework for Client Server Structure in Python.
Is intended to be used for multiplayer games in pygame with this Module.

[pygame-multiplayer](https://github.com/BroCodeAT/python-multiplayer)

----

## Planned features
- [x] Command based Network
- [ ] Threaded Network
- [ ] Async Network
