package py

  1. Overview
  2. Docs
Ctypes bindings to Python 3.5 or greater

Install

Dune Dependency

Authors

Maintainers

Sources

py-v1.3.tbz
sha256=bbba9188bf6dd1e573368918982ac07cab1cccde6a0a44382ca83aa4214fb2ee
sha512=459f744b8d9367692e23be0374e265f75bd356857883e7db8359061c3525011dbe99d24a52ede0fa5a37eaf04c1b72f5cba56fad94b8c85de2b46a178a996afa

CHANGES.md.html

v1.2 2019-03

  • Conversion from pyobject to Py.t (@LaurentMazare)

  • More access to type information for Python objects (@LaurentMazare)

v1.1 2019-01

  • Issue with PyTuple_SetItem and PyList_SetItem fixed (@LaurentMazare)

  • Numpy array/Bigarray conversion added (@LaurentMazare)

  • Added ability to create loadable Python modules (@LaurentMazare)

  • Switched to dune

v1.0 2018-02-18

  • Stabalized, ready for 1.0 release

v0.5 2017-07-27

  • Majority of Python API covered

  • High level interface (Py.t)