Skip to content

python extension for tinyexpr - #118

Closed
zhenghan008 wants to merge 8 commits into
codeplea:masterfrom
zhenghan008:master
Closed

python extension for tinyexpr#118
zhenghan008 wants to merge 8 commits into
codeplea:masterfrom
zhenghan008:master

Conversation

@zhenghan008

Copy link
Copy Markdown

Hello, I wrote a python extension for tinyexpr. Please review my code. If you think it is suitable, you can merge my branch into your project.

The cython file tinyexpy.pxd is used to bridge the c header file tinyexpr.h
The cython file tinyexpy.pyx implements the c extension of python
python requirements file
python setup file
test file
Remove unused references in the typing module
compile file
Add SIZE_VARS macro definition
@codeplea

codeplea commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Thanks for writing this. A Python binding belongs in its own repository rather than here, where it would add a Cython dependency and a second build system to a project whose whole point is two files and no dependencies. You're welcome to publish it separately, and I'm happy for it to be linked from the readme. Closing, see CONTRIBUTING.

@codeplea codeplea closed this Aug 5, 2026
@zhenghan008

zhenghan008 commented Aug 5, 2026 via email

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants