ChrLackner / pybind11-stubgen

Generates stubs for python modules (targeted to C++ extensions compiled via pybind11)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Generates stubs for python modules

There are several tweaks to target specifically modules compiled using pybind11

Currently supports only python3

Issues/PR are welcome

Usage

pybind11_stubgen/__init__.py [-h] \
        [-o OUTPUT_DIR] \
        [--root_module_suffix ROOT_MODULE_SUFFIX] \
        [--no-setup-py] \
        MODULE_NAME [MODULE_NAME ...]

About

Generates stubs for python modules (targeted to C++ extensions compiled via pybind11)


Languages

Language:Python 100.0%