Metadata-Version: 2.4
Name: escape-payment-verify
Version: 0.0.0
Summary: Namespace placeholder. The real package is distributed privately via AWS CodeArtifact — this public stub only prevents dependency-confusion squatting.
Author: Escape Platforms
License: Proprietary
Project-URL: Homepage, https://esc-ape.ca
Keywords: placeholder,namespace,dependency-confusion
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# escape-payment-verify (namespace placeholder)

**This is not the real package.** The real `escape-payment-verify` is
distributed **privately via AWS CodeArtifact** and is never published to public
PyPI.

This public distribution is an intentional, empty **namespace placeholder**. It
exists only to own the `escape-payment-verify` name on PyPI so that no one else
can register it and use a [dependency-confusion attack](https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610)
to slip malicious code into builds that resolve the name against public PyPI.

- Version is pinned at `0.0.0` so a correctly-configured installer always prefers
  the real CodeArtifact distribution (`1.0.1`+).
- Importing it **raises `ImportError`** by design — if this module is ever the one
  imported, the install came from the wrong index and must fail loudly.

If you reached this looking for the real package, configure pip to use the
CodeArtifact index (`PIP_INDEX_URL` / `--index-url`).

— Escape Platforms · audit §2.8 (dependency-confusion hardening)
