Metadata-Version: 2.1
Name: lemon-tcg
Version: 0.1.0
Summary: A library providing the game logic for the LemonTCG online multiplayer TCG game.
Home-page: https://github.com/Zitronenjoghurt/LemonTCG
Author: Zitronenjoghurt
License: GNU General Public License v3.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic ==2.6.4
Requires-Dist: PyDispatcher ==2.0.7
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

# LemonTCG (WORK IN PROGRESS)
A python TCG library tailored to a cool idea I had, designed to be easily extendable with new cards and interactions.
It will eventually serve the game logic for my TCG client and server.
