Metadata-Version: 2.4
Name: idp-feature-sdk
Version: 0.0.0
Summary: Reserved name placeholder — not a functional package. See the project URL.
Author: Amazon Web Services
License: MIT-0
Project-URL: Homepage, https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws
Project-URL: Source, https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws
Keywords: placeholder,reserved,name-reservation
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# idp-feature-sdk — reserved name placeholder

**This is not a functional package.** It contains no code and importing it
raises `RuntimeError`.

This name is reserved by Amazon Web Services for the Feature Platform SDK of the
[GenAI Intelligent Document Processing Accelerator][repo]. It is published as a
placeholder so the name cannot be registered by a third party and used to attack
builds of that project through dependency confusion.

## Looking for the real SDK?

`idp_feature_sdk` ships inside the accelerator repository and is installed from a
local checkout, never from PyPI:

```bash
git clone https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws
cd accelerated-intelligent-document-processing-on-aws
make setup
```

See the [repository][repo] for documentation.

## Security

If you believe you installed this package because a build resolved a bare
requirement from PyPI rather than from a local checkout, that is a
dependency-confusion symptom worth investigating. The accelerator ships a
detector at `scripts/check_first_party_deps.py`.

To report a security issue in the accelerator, follow the disclosure process in
the [repository][repo].

[repo]: https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws
