Metadata-Version: 2.4
Name: rez-next
Version: 0.3.6
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Software Distribution
Requires-Dist: maturin>=1.0,<2.0 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-benchmark ; extra == 'test'
Provides-Extra: test
Summary: High-performance Rust package manager with Rez-compatible workflows
Keywords: rez,package-manager,vfx,pipeline,environment
License: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://github.com/loonghao/rez-next
Project-URL: Homepage, https://github.com/loonghao/rez-next
Project-URL: Issues, https://github.com/loonghao/rez-next/issues
Project-URL: Repository, https://github.com/loonghao/rez-next

# rez-next-python

Python bindings for rez-next via PyO3.

**Status: active compatibility layer.**

This crate already exposes the native `rez_next._native` extension module and a Python package shim under `python/rez_next/`.
It supports a growing subset of the Rez Python API, but it is **not yet a complete drop-in replacement** for every workflow.

## Part of [rez-next](https://github.com/loonghao/rez-next)

License: Apache-2.0


