Metadata-Version: 2.5
Name: sec-gemini-common
Version: 0.0.1
Summary: Placeholder: name reserved by Google. This distribution contains no code.
License-Expression: Apache-2.0
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# sec-gemini-common

**This is a placeholder. It contains no code and does nothing.**

`sec-gemini-common` is an internal package of Google's Sec-Gemini project. It is developed
and distributed only inside that repository, as a local path dependency, and is
never published to PyPI.

This name is registered here purely as a defensive measure, so that the name
cannot be claimed by a third party and used to inject code into builds that
mistakenly resolve it from the public index (a "dependency confusion" attack).

If a dependency resolver pulled this distribution in, something is
misconfigured: the real package should be resolved from its local path. Nothing
will be importable from this distribution.

The public Sec-Gemini Python SDK is [`sec-gemini`](https://pypi.org/project/sec-gemini/).
