Metadata-Version: 2.4
Name: lightr-vllm-core
Version: 1.0.0
Summary: Core encryption and license components for vLLM model security
Author-email: lightr <lightr@example.com>
License: Apache-2.0
Keywords: vllm,encryption,security,license
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0.0
Requires-Dist: psutil>=5.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

# vllm-security-core



## Platform Support

This is a platform-agnostic package. For platform-specific implementations:

| Platform | Package |
|----------|---------|
| GPU/CUDA | `vllm-model-security` |
| Ascend NPU | `light-vllm-ascend-security` |

