Metadata-Version: 2.4
Name: ludofactory
Version: 0.0.0
Summary: Name reservation for Ludofactory (real framework ships from source during M1-M4).
Project-URL: Homepage, https://github.com/ludofactory/ludofactory-framework
Author-email: Ryan Cloono <ryancloono@gmail.com>
License: Proprietary
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ludofactory

**Name reservation** for [ludofactory-framework](https://github.com/ludofactory/ludofactory-framework).

This PyPI package is `0.0.0` — a placeholder uploaded to defend the `ludofactory`
name from typosquats and dependency-confusion attacks. It has no functional code.

The real `ludofactory` Python framework ships from source during the M1–M4
development phases (internal-only). Public release is planned post-M4 under
[V2-DX-04](https://github.com/ludofactory/ludofactory-framework).

## Install

If you have source access:

```bash
pip install -e path/to/ludofactory-framework/python
```

If you do not, there is nothing useful to install yet — check back after
M4 closes.

## Why this exists

Dependency confusion attacks (where a public-registry squat wins resolution
over a private package) motivated this early reservation. The project's
bootstrap script uses `pip install --no-index` to prevent accidental
fallback to PyPI; this placeholder is belt-and-suspenders.

Contact: ryancloono@gmail.com
