|
From: <kin...@us...> - 2024-11-28 05:29:01
|
Revision: 7242
http://sourceforge.net/p/teem/code/7242
Author: kindlmann
Date: 2024-11-28 05:28:59 +0000 (Thu, 28 Nov 2024)
Log Message:
-----------
noted more realistic release year
Modified Paths:
--------------
teem/trunk/python/cffi/README.md
Modified: teem/trunk/python/cffi/README.md
===================================================================
--- teem/trunk/python/cffi/README.md 2024-09-19 21:28:42 UTC (rev 7241)
+++ teem/trunk/python/cffi/README.md 2024-11-28 05:28:59 UTC (rev 7242)
@@ -1,6 +1,6 @@
# CFFI-based Python wrappers for Teem
-The `teem.py` in this directory is a new (as of Teem v2 in 2024) Python wrapper for all of Teem, built via CFFI. It does useful error handling, and has one or more helper/wrappers (including a Python object "foo" wrapping of "const airEnum \*const foo").
+The `teem.py` in this directory is a new (as of Teem v2 in 2024? 2025?) Python wrapper for all of Teem, built via CFFI. It does useful error handling, and has one or more helper/wrappers (including a Python object "foo" wrapping of "const airEnum \*const foo").
These notes by GLK are mostly to document for future GLK what's involved in creating teem.py, but also for anyone else who is in a position to improve how Python users can access and benefit from Teem.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|