C++ header library for Python extension modules
This package is a small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject
smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |