python-core 0.5.1

Python bindings for the W programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "wcore_py"
classifiers = ["Development Status :: 3 - Alpha", "Programming Language :: Rust", "Topic :: Education"]
authors = [
        {name = "James Butcher", email = "jamesbutcher@duck.com"},
]
readme = "README.md"


[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"