Assorted C++ headers
Project description
Assorted C++ headers
assorthead vendors an assortment of header-only C++ libraries for compilation of downstream packages. This centralizes the acquisition and versioning of these libraries for a smoother development experience. Downstream dependencies include mattress, knncolle, scranpy and singler, to name a few.
Developers can install assorthead via the usual pip commands:
pip install assorthead
We add all headers to the compiler's search path using the include_dirs argument in the setup() command in our setup.py:
setup(
use_scm_version={"version_scheme": "no-guess-dev"},
ext_modules=[
Extension(
"foo.core",
[
"src/lib/foo.cpp",
"src/lib/bar.cpp",
],
include_dirs=[
assorthead.includes(),
],
language="c++",
extra_compile_args=[
"-std=c++17",
],
)
],
)
See extern/manifest.csv for the list of vendored libraries and their versions.
Licenses are available in the directory returned by the licenses() function.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file assorthead-0.2.2.tar.gz.
File metadata
- Download URL: assorthead-0.2.2.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671c0d71241bc667589761f5f04bc47f318a049b6044374559e6c082ca6999c1
|
|
| MD5 |
8cd05385666699490840c5be25e33732
|
|
| BLAKE2b-256 |
d904c1fbf992f911325eb85c1de16dc4f4b99e1d60181a6e2bdd2149b954cfdd
|
Provenance
The following attestation bundles were made for assorthead-0.2.2.tar.gz:
Publisher:
pypi-test.yml on BiocPy/assorthead
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
assorthead-0.2.2.tar.gz -
Subject digest:
671c0d71241bc667589761f5f04bc47f318a049b6044374559e6c082ca6999c1 - Sigstore transparency entry: 763256616
- Sigstore integration time:
-
Permalink:
BiocPy/assorthead@c605ff344b2277e22f51438803ad1b974d025441 -
Branch / Tag:
refs/tags/0.2.2 - Owner: https://github.com/BiocPy
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-test.yml@c605ff344b2277e22f51438803ad1b974d025441 -
Trigger Event:
push
-
Statement type: