Metadata-Version: 2.4
Name: nanobind-abi
Version: 0.0.1
Summary: Compiled nanobind backend for extensions built in ABI mode (placeholder)
Author-email: Wenzel Jakob <wenzel.jakob@epfl.ch>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/wjakob/nanobind
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# nanobind-abi

This release is a placeholder that reserves the project name. It contains no
code.

The real package will contain the compiled backend of the
[nanobind](https://github.com/wjakob/nanobind) binding library, serving
extension modules that were built in nanobind's *ABI mode*, in which the
extension compiles only nanobind's headers and resolves the compiled part at
import time.
