Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a minimal working example of a package implementing a simple C library and a ctypes wrapper. The package is built with the meson-python backend. You can find a simple demo script in example/test.py.

To use it, move to this repo folder from terminal and run:

  1. python3 -m venv .
  2. pip install .
  3. source bin/activate
  4. python example/test.py

If you are using anaconda:

  1. conda create -n meson-test python
  2. conda activate meson-test
  3. pip install .
  4. python example/test.py

About

A MWE of a package implementing a simple C library with its ctypes wrapper, using meson-python for build backend.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages