Skip to content

MarkMurillo/python_ctype_structure_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native C to Python Example

Simple example to show how C structures interact with Python.

Requirements

  • Python 3
  • Ideally some version of Linux

Running example

To run the example, execute test.py

Build

To build the C source into a python module, simply run the command which will install the module into your global python includes.

python3 setup.py install

About

Simple example to show how C structures interact with Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published