Metadata-Version: 2.4
Name: cypack
Version: 0.1.1
Summary: Compile nested Python packages into .so/.pyd files with vendor subproject support
Author: Jin Liu
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cython<3.1.0,>=0.29.24
Requires-Dist: setuptools>=42
Provides-Extra: build
Requires-Dist: setuptools; extra == "build"

# cypack

Compile nested Python packages into a single `__compile__` extension with optional vendor bridge support.
