Skip to main content

Python bindings for chdkptp

Project description

Python bindings for chdkptp via an embedded, thread-safe Lua runtime (thanks to Stefan Behnel’s lupa).

Requirements

  • C compiler

  • Lua 5.2, with headers

  • libusb, with headers

  • lupa, installed with the –no-luajit flag

Currently chdkptp.py only works when the lupa package is linked to Lua. However, by default the package links to LuaJIT, so make sure that you install it with the –no-luajit flag. It is best to do this via pip, before you install chdkptp.py:

$ pip install lupa --install-option='--no-luajit'

Documentation

Please refer to the API documentation on readthedocs.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chdkptp.py-0.1.3.tar.gz (263.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page