Skip to content

venkatesh2090/PyCApiExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python C API Example

  • First build the C extension

    • To build to the local project

        python setup.py build

      Copy the shared library to the root directory.

    • To distribute as a global module

    python setup.py install
  • Then run using the python interpreter

    python native.py

All the code is available in the documentation.

About

Example in Python documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published