Skip to content

Demonstrate a very simple meson-python project that uses Cython

Notifications You must be signed in to change notification settings

oscarbenjamin/meson_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a simple demonstration of how to build a Cython-based Python package using meson and meson-python.

The steps to build and test locally are:

git clone https://github.com/oscarbenjamin/meson_simple
cd meson_simple
pip install -r requirements-dev.txt
meson setup build --wipe
meson compile -C build
spin test

About

Demonstrate a very simple meson-python project that uses Cython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published