Metadata-Version: 2.4
Name: serve-sc-utils
Version: 0.0.1
Summary: Reserved placeholder — the real serve-sc-utils ships from a private index. This public package only prevents dependency-confusion / name-squatting attacks.
Author: Ravi Guntakala
License: MIT
License-File: LICENSE
Keywords: dependency-confusion,placeholder,security
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# serve-sc-utils (placeholder)

**This is not a usable package.** It is a reserved placeholder published to
public PyPI to prevent dependency-confusion and name-squatting attacks against
the real `serve-sc-utils` distribution.

The real `serve-sc-utils` is distributed only from a private package index and
is never published here with functional code. Importing this placeholder raises
`ImportError` on purpose, so an accidental public install fails fast instead of
silently shadowing the real package.

If `pip install serve-sc-utils` pulled this from PyPI, your index configuration
is wrong: pin the real version and point pip at the private index.