Things done add bsd3Lbnl license new python312packages pybind11-stubgen pybind11-stubgen provide binary exec pybind11-stubgen to generate python stub file for those pybind11 projects. Built on ...
pybind11-stubgen [-h] [-o OUTPUT_DIR] [--root-suffix ROOT_SUFFIX] [--ignore-invalid-expressions REGEX] [--ignore-invalid-identifiers REGEX] [--ignore-unresolved-names REGEX] [--ignore-all-errors] [--enum-class-locations REGEX:LOC] [--numpy-array-wrap-with-annotated| --numpy-array-us...
Contributor mdemoret-nv commented Jun 14, 2022 The docker release build fails because pybind11-stubgen is missing from the conda-build requirements. Fixes #140 Adding in pybind11-stubgen to the conda package Verified 17f7757 mdemoret-nv added bug non-breaking 2 - In Progress labels Jun 1...
#include <pybind11/pybind11.h> int add(int i, int j) { return i + j; } PYBIND11_MODULE(example, m) { m.doc() = "pybind11 example plugin"; // optional module docstring m.def("add", &add, "A function which adds two numbers", pybind11::arg("i")=1, pybind11::arg("j")...
This enables calling stubgen from a python script. Added args input to main … 1aefb9b gentlegiantJGC merged commit 00c0bbb into Amulet-Team:master Oct 29, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews ...
pybind11_stubgen Quick fix - parser was removed Nov 23, 2023 test Add nested pybind11 class May 13, 2020 .travis.yml ci: fix coverage Nov 1, 2019 LICENSE pkg: add BSD license May 14, 2019 README.rst Deprecate--root_module_suffixin favor of--root-module-suffix ...
pybind11-stubgen [-h] [-o OUTPUT_DIR] [--root-suffix ROOT_SUFFIX] [--ignore-invalid-expressions REGEX] [--ignore-invalid-identifiers REGEX] [--ignore-unresolved-names REGEX] [--ignore-all-errors] [--enum-class-locations REGEX:LOC] [--numpy-array-wrap-with-annotated| --numpy-array-us...