Metadata-Version: 2.4
Name: python-mtg
Version: 0.0.1
Summary: Placeholder for a Magic: The Gathering rules-engine project (imported as `mtg`)
Author: yevbar
License-Expression: MIT
Project-URL: Homepage, https://github.com/yevbar
Keywords: mtg,magic,the,gathering,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# python-mtg

Placeholder distribution reserving `python-mtg` for a Magic: The Gathering rules-engine project.
Installs as `python-mtg`, imports as `mtg` (à la `python-chess` → `chess`).

```python
import mtg
mtg.hello()        # 'Hello from python-mtg! 🪄'
mtg.__version__    # '0.0.1'
```

This `0.0.1` is intentionally a hello-world. The real API will arrive in a later release.
