Metadata-Version: 2.4
Name: ossplate
Version: 0.1.0
Summary: A practical baseline for shipping one project across Cargo, npm, and PyPI without starting from scratch every time.
Project-URL: Homepage, https://github.com/stefdevscore/ossplate
Project-URL: Repository, https://github.com/stefdevscore/ossplate
Author-email: Stef <stefdevscore@github.com>
License: Unlicense
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Python Wrapper For Ossplate

This package is the Python wrapper surface for Ossplate.

It delegates to the canonical Rust binary instead of implementing its own CLI behavior.

Use `OSSPLATE_BINARY` during local development to point the wrapper at a specific binary.
