https://github.com/anntzer/pyics
PyIcs: a Pythonic, ctypes-based wrapper for libics
https://github.com/anntzer/pyics
Last synced: 12 months ago
JSON representation
PyIcs: a Pythonic, ctypes-based wrapper for libics
- Host: GitHub
- URL: https://github.com/anntzer/pyics
- Owner: anntzer
- License: other
- Created: 2013-12-03T04:59:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T17:23:18.000Z (over 12 years ago)
- Last Synced: 2025-04-02T04:47:28.645Z (about 1 year ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PyIcs: a Pythonic, ctypes-based wrapper for libics
==================================================
PyIcs wraps libics, the reference implementation of for the ICS (Image
Cytometry Standard) file format. Note that libics is *not* included! The
libics headers are also needed.
The main entry point is the `pyics.ICS` class. Currently, the path of the
headers is hard-coded. Moreover, because PyIcs uses the `ctypes.CDLL` class,
the package is Linux-only. However, it should be easy to "fix" this for
Windows.
PyIcs requires Python3.2+, although small changes could make it compatible with
Python2 as well. But note that pylibics, another wrapper for libics, already
works with Python2.6.