Skip to main content

Clang-based extension builder

Project description

Clang Build Extension

Gitter Build Status Coverage Status

Clang Build Ext Version Clang Build Ext Python Versions

Clang Build Ext Downloads Per Day Clang Build Ext Downloads Per Week Clang Build Ext Downloads Per Month

The clang-build-ext extension builds Python extensions using a Clang compiler stack. Either system LLVM/Clang or karellen-llvm-clang package can be used.

Beyond compiler the additional functionality is currently undocumented.

How to Use

Add the following to the setup.py script:

from setuptools import setup
from karellen.clang_build_ext import ClangBuildExt, ClangBuildClib

...

setup(
..., 
cmdclass={"build_ext": ClangBuildExt,
          "build_clib": ClangBuildClib},)
)

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

clang_build_ext-0.0.2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

clang_build_ext-0.0.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file clang_build_ext-0.0.2.tar.gz.

File metadata

  • Download URL: clang_build_ext-0.0.2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for clang_build_ext-0.0.2.tar.gz
Algorithm Hash digest
SHA256 9bf0b478d0c2db68350735277bfb4030b03c7d09224f10a2533c6c739c1520d3
MD5 4635023e4778d021704d9540da828112
BLAKE2b-256 5ac17524c96fcd5f78594f017c5c5adb86b536534af074fdb700d8966f5c9faf

See more details on using hashes here.

File details

Details for the file clang_build_ext-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for clang_build_ext-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9402510b8c563c002ca73355b68e12ebab5eede98e83561bbd1c3e1b31686c94
MD5 d84ef183ae6f959754f10e67e27d88f6
BLAKE2b-256 7ed123c2540b4cb9f19cc33f89e6c57139a72eda4c05472b49acefc0563a294a

See more details on using hashes here.

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