You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ simple-cython-example
3
3
4
4
A small template project that acts as a working tutorial on how to wrap C
5
5
code into python using [cython](http://cython.org/), and integrate the
6
-
extensions into an installable module. This project uses [Poetry](https://python-poetry.org/) for dependency management and packaging. This repository serves as a practical example of integrating Cython-compiled C extensions into a Python project managed with Poetry.
6
+
extensions into an installable module. This project uses [Poetry](https://python-poetry.org/) for dependency management and packaging. This repository serves as a practical example of integrating Cython-compiled C extensions into a Python project managed with Poetry
7
7
8
8
[A cython pyx file](cython_example_proj/wrapped.pyx) is included that implements a few C functions which can accept
0 commit comments