Metadata-Version: 2.4
Name: fastapi-api-key
Version: 1.2.0
Summary: DEPRECATED: fastapi-api-key has been renamed to keyshield. Install keyshield instead.
Project-URL: Homepage, https://github.com/Athroniaeth/keyshield
Project-URL: Documentation, https://github.com/Athroniaeth/keyshield#readme
Project-URL: Issues, https://github.com/Athroniaeth/keyshield/issues
Author: Athroniaeth
Keywords: api,api key,authentication,authorization,fastapi,security
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: keyshield>=2.0.0
Description-Content-Type: text/markdown

# fastapi-api-key (deprecated)

This package has been renamed to [keyshield](https://pypi.org/project/keyshield/).

Please update your dependencies:

```
pip uninstall fastapi-api-key
pip install keyshield
```

This stub re-exports all public symbols from `keyshield` and emits a
`DeprecationWarning` on import to help you identify where to update your code.
