Skip to content

movefaster/pybind11-stubgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

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

Install

From github:

python -m pip install git+https://github.com/sizmailov/pybind11-stubgen.git

Usage

pybind11-stubgen [-h] [-o OUTPUT_DIR] \
                 [--root_module_suffix ROOT_MODULE_SUFFIX] \
                 [--no-setup-py] \
                 [--log-level LOG_LEVEL] \
                 MODULE_NAME [MODULE_NAME ...] \

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%