Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anntzer/pyics
PyIcs: a Pythonic, ctypes-based wrapper for libics
https://github.com/anntzer/pyics
Last synced: 10 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T17:23:18.000Z (about 11 years ago)
- Last Synced: 2024-10-27T12:50:20.930Z (about 2 months ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 3
- 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.