Skip to main content

Provide a loader for OpenCTM files

Project description

openctm

Build And Release Wheels PyPI version

A wheel-packaged binding for OpenCTM Python bindings.

Install

There should be wheels for Mac, Windows, and Linux on PyPi:

pip install openctm

Building

This is a ctypes binding it is compiled on a specific platform but does not need to be recompiled for every version of Python.

cibuildwheel isn't set up for this necessarily so we will do some level of manual wangling here.

The build steps are:

  1. build the library for the current platform using subprocess
  2. build the wheel with pip wheel which only contains Python
  3. Inject the built library into the wheel
  4. Fix the wheel tags to be py3-none-{platform}
  • this indicates it runs on any Python 3
  • it does not require a specific ABI
  • it will only run on the platform specified (windows/mac/linux)

This is done automatically in build.py

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

openctm-0.0.5-py3-none-win_amd64.whl (229.9 kB view hashes)

Uploaded Python 3 Windows x86-64

openctm-0.0.5-py3-none-manylinux2014_x86_64.whl (102.5 kB view hashes)

Uploaded Python 3

openctm-0.0.5-py3-none-manylinux2014_i686.whl (101.5 kB view hashes)

Uploaded Python 3

openctm-0.0.5-py3-none-macosx_10_9_x86_64.whl (144.1 kB view hashes)

Uploaded Python 3 macOS 10.9+ x86-64

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