Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dials/pycbf
CBFLib - only the python parts
https://github.com/dials/pycbf
Last synced: about 2 months ago
JSON representation
CBFLib - only the python parts
- Host: GitHub
- URL: https://github.com/dials/pycbf
- Owner: dials
- License: lgpl-2.1
- Created: 2021-05-05T17:40:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T09:25:44.000Z (over 2 years ago)
- Last Synced: 2024-06-11T20:15:29.726Z (7 months ago)
- Language: C
- Homepage:
- Size: 715 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
# `pycbf` - CBFlib for python
[![PyPI release](https://img.shields.io/pypi/v/pycbf.svg)](https://pypi.python.org/pypi/pycbf)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pycbf.svg)](https://pypi.org/project/pycbf)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)]( https://github.com/ambv/black)This repository builds the `pycbf` portion only of Paul J Ellis and Herbert J
Bernstein's [CBFlib], as a [manylinux] binary wheel installable through `pip
install pycbf`.In order to do this, it has some limitations compared to the full build of CBFlib:
- No HDF5 bindings
- No (custom) libTiff bindings
- No CBF regex capabilities
- No header files included - this is not intended to be used as a linking
targetIn addition to the base 0.9.6, this has the following significant alterations:
| Version | Changes |
| ----------- | --------------------------------------------------------------------------------------------------- |
| 0.9.6.0 | Regenerated SWIG bindings for Python 3 compatibility. Compiled with `SWIG_PYTHON_STRICT_BYTE_CHAR`. |
| 0.9.6.2 | Drop python 2.7. Accept both `bytes` and `str`. Add `read_buffer` method, and `libimg` bindings. |
| 0.9.6.4 | Windows support, type annotations for `pycbf.Img`, and [dials-data] regression tests. |For details, please see the [CHANGELOG](CHANGELOG.rst).
[cbflib]: https://github.com/yayahjb/cbflib
[manylinux]: https://www.python.org/dev/peps/pep-0571/
[`yayahjb/cbflib#19`]: https://github.com/yayahjb/cbflib/pull/19
[dials-data]: https://github.com/dials/data