Metadata-Version: 2.4
Name: starmetal
Version: 0.2.0
Summary: High-performance, self-hosted multi-language package registry and pull-through registry proxy for private software supply chains.
Project-URL: Homepage, https://github.com/Goldziher/starmetal
Project-URL: Repository, https://github.com/Goldziher/starmetal.git
Project-URL: Issues, https://github.com/Goldziher/starmetal/issues
Author: Na'aman Hirschfeld
License-Expression: MIT
Keywords: package-cache,package-registry,registry-proxy,self-hosted,supply-chain
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Software Development :: Build Tools
Requires-Python: >=3.10
Requires-Dist: certifi>=2024.7.4
Description-Content-Type: text/markdown

# StarMetal

StarMetal is a high-performance, self-hosted multi-language package registry and pull-through
registry proxy for private software supply chains.

The PyPI package installs the `sm` command. On first run it downloads the matching prebuilt binary
from GitHub Releases and verifies it against the release checksums file before execution.

Repository: <https://github.com/Goldziher/starmetal>
