Metadata-Version: 2.4
Name: cinterop
Version: 1.0.1
Summary: cinterop - helpers for Python-C interop via CFFI
Author-Email: J-M <jean-michel.perraud@csiro.au>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://csiro-hydroinformatics.github.io/c-interop
Project-URL: Documentation, https://csiro-hydroinformatics.github.io/c-interop
Project-URL: Changelog, https://csiro-hydroinformatics.github.io/c-interop/changelog
Project-URL: Repository, https://github.com/csiro-hydroinformatics/c-interop
Project-URL: Issues, https://github.com/csiro-hydroinformatics/c-interop/issues
Project-URL: Discussions, https://github.com/csiro-hydroinformatics/c-interop/discussions
Project-URL: Gitter, https://gitter.im/csiro-hydroinformatics/c-interop
Project-URL: Funding, https://github.com/sponsors/jmp75
Requires-Python: >=3.10
Requires-Dist: refcount>=1.1.1
Requires-Dist: cffi>=1.17
Requires-Dist: numpy>=2.0.0
Requires-Dist: xarray>=2024.0.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: typing-extensions>=4.3.0
Requires-Dist: six
Description-Content-Type: text/markdown

# c-interop

[![ci](https://github.com/csiro-hydroinformatics/c-interop/workflows/ci/badge.svg)](https://github.com/csiro-hydroinformatics/c-interop/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://csiro-hydroinformatics.github.io/c-interop/)
[![pypi version](https://img.shields.io/pypi/v/cinterop.svg)](https://pypi.org/project/cinterop/)
[![gitter](https://img.shields.io/badge/matrix-chat-4DB798.svg?style=flat)](https://app.gitter.im/#/room/#c-interop:gitter.im)

cinterop - helpers for Python-C interop via CFFI

## Installation

```bash
pip install cinterop
```


