Skip to main content

Add short description here

Project description

Welcome to My C++ Project

License: MIT GitHub Workflow Status PyPI Release Documentation Status codecov

Prerequisites

Building My C++ Project requires the following software installed:

  • A C++14-compliant compiler
  • CMake >= 3.23
  • Doxygen (optional, documentation building is skipped if missing)
  • The testing framework Catch2 for building the test suite
  • Python >= 3.10 for building Python bindings

Building My C++ Project

The following sequence of commands builds My C++ Project. It assumes that your current working directory is the top-level directory of the freshly cloned repository:

cmake -B build
cmake --build build

The build process can be customized with the following CMake variables, which can be set by adding -D<var>={ON, OFF} to the cmake call:

  • test-gha-cookiecutter_BUILD_TESTING: Enable building of the test suite (default: ON)
  • test-gha-cookiecutter_BUILD_DOCS: Enable building the documentation (default: ON)
  • test-gha-cookiecutter_BUILD_PYTHON: Enable building the Python bindings (default: ON)

If you wish to build and install the project as a Python project without having access to C++ build artifacts like libraries and executables, you can do so using pip from the root directory:

python -m pip install .

Testing My C++ Project

When built according to the above explanation (with -Dtest-gha-cookiecutter_BUILD_TESTING=ON), the C++ test suite of My C++ Project can be run using ctest from the build directory:

cd build
ctest

The Python test suite can be run by first pip-installing the Python package and then running pytest from the top-level directory:

python -m pip install .
pytest

Documentation

My C++ Project provides a Sphinx-based documentation, that can be browsed online at readthedocs.org. To build it locally, first ensure the requirements are installed by running this command from the top-level source directory:

pip install -r doc/requirements.txt

Then build the sphinx documentation from the top-level directory:

cmake --build build --target sphinx-doc

The web documentation can then be browsed by opening build/doc/sphinx/index.html in your browser.

Acknowledgments

This repository was set up using the SSC Cookiecutter for C++ Packages.

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

testghacookiecutter-0.0.133.tar.gz (14.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

testghacookiecutter-0.0.133-cp314-cp314t-win_amd64.whl (84.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

testghacookiecutter-0.0.133-cp314-cp314t-win32.whl (69.9 kB view details)

Uploaded CPython 3.14tWindows x86

testghacookiecutter-0.0.133-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (76.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp314-cp314t-macosx_11_0_arm64.whl (63.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

testghacookiecutter-0.0.133-cp314-cp314-win_amd64.whl (80.7 kB view details)

Uploaded CPython 3.14Windows x86-64

testghacookiecutter-0.0.133-cp314-cp314-win32.whl (67.3 kB view details)

Uploaded CPython 3.14Windows x86

testghacookiecutter-0.0.133-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (75.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp314-cp314-macosx_11_0_arm64.whl (60.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

testghacookiecutter-0.0.133-cp313-cp313-win_amd64.whl (78.6 kB view details)

Uploaded CPython 3.13Windows x86-64

testghacookiecutter-0.0.133-cp313-cp313-win32.whl (65.7 kB view details)

Uploaded CPython 3.13Windows x86

testghacookiecutter-0.0.133-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (75.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp313-cp313-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

testghacookiecutter-0.0.133-cp312-cp312-win_amd64.whl (78.5 kB view details)

Uploaded CPython 3.12Windows x86-64

testghacookiecutter-0.0.133-cp312-cp312-win32.whl (65.7 kB view details)

Uploaded CPython 3.12Windows x86

testghacookiecutter-0.0.133-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp312-cp312-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

testghacookiecutter-0.0.133-cp311-cp311-win_amd64.whl (77.1 kB view details)

Uploaded CPython 3.11Windows x86-64

testghacookiecutter-0.0.133-cp311-cp311-win32.whl (65.4 kB view details)

Uploaded CPython 3.11Windows x86

testghacookiecutter-0.0.133-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp311-cp311-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

testghacookiecutter-0.0.133-cp310-cp310-win_amd64.whl (76.4 kB view details)

Uploaded CPython 3.10Windows x86-64

testghacookiecutter-0.0.133-cp310-cp310-win32.whl (64.2 kB view details)

Uploaded CPython 3.10Windows x86

testghacookiecutter-0.0.133-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (73.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

testghacookiecutter-0.0.133-cp310-cp310-macosx_11_0_arm64.whl (59.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file testghacookiecutter-0.0.133.tar.gz.

File metadata

  • Download URL: testghacookiecutter-0.0.133.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for testghacookiecutter-0.0.133.tar.gz
Algorithm Hash digest
SHA256 1293acef6fac95aabed5384c893688cf72ed11c7c3d0caa46c6c208ff78b8ab8
MD5 27985d4c4fdd4450a0570c6b4275730a
BLAKE2b-256 a82779767b4680550842ae9d2b5919951f7a60c173936f84682714ae580d09b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133.tar.gz:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 57472fe33ba4d2f0832eab89cdc0b035ea7f071ab742ffa4128bc3706c89e5b9
MD5 47c5f8264ef6b6c452f0209ad3746931
BLAKE2b-256 07ff2b295ea3c01b54267b98de6a831edb86cddf6823ee26dd15e901a749cb81

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314t-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d7fec0af707baab316eedb8962e2165b452635bf8a2efee5099859342ccead1c
MD5 42f37990446f10add2c48c4c9d341a98
BLAKE2b-256 ec7948e15006c0e99c8bee11149a55f46e265e6ed5178011d72fc05aee353b77

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314t-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83b491ed6e5bd50cfd91d51b68ebb3a2e0da789c2c23eae077127f231380811e
MD5 b38170faa4a68dee954d54a25fa768b5
BLAKE2b-256 9abc2b42d9669fd72a72417bfbcb42c391e39f89f0456d1df9f76c9229dd7e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c70ff7a6db0ff74c9d45018cf5f9234b01931c8f4775b83f418e2345e1ce8a8
MD5 79fd8270371f9f81c24ff024438a3b22
BLAKE2b-256 2cc155e914fbb8de20b5d6b68c7a6d045e7f3b820c115c46a77011ef39d4032c

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0fcb0f72fd49fb1b933991f01c48c080c1592b38fe1df3b01e73970e191df466
MD5 ddb6878297100a1fef2e219a1673d4d1
BLAKE2b-256 282bbc627fc6c99814b8bffe304f1c2b1bb7ea76ff2af0d4d0ea54afd408c88e

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1757c038b1edac6c6e8cba21dcb68126a9ba66e7be2c8e515d3504c4b318aca8
MD5 e53e6801e77ee81e3d1a444c69da5689
BLAKE2b-256 e16e52a62ccdf6cde7bdf452f3f442fc63ae4dd08c6dd8731c6bdf462c2c505b

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06b69db66ccd2c89020a95eb7068830fce2b06f58ed8971f840888ef5d643b76
MD5 834ccd82273cb3bac64114110570d6d2
BLAKE2b-256 0e4d9fd5d1d2053e0b937a7983be58563db6da7c385ea685cce39e6f5c0e5978

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c9db0e3052e1b6583840f59dc02caec8505b207373dbecac5560478639aa449
MD5 0062029cd72e8c4aef1844512ea5fa1c
BLAKE2b-256 087d57e859593280118392895f44b0c209c2d1ca9b50ace38bfc1215ef4f9e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7787b0e772dae152a044ba4ac21ae50e8572467a9d147a1416ff3b54564e3ac
MD5 d92389364444c445d470f52fb165fd9a
BLAKE2b-256 6b1611573bdf6e7acc88767c890984e6ac973ab03d1b3332204cf6e6dc5be379

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp313-cp313-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 baf7f11788e0ccc5c96a1ce802e19e5c7c2f2df56f8d954323e789dc8d5ccf9c
MD5 c4a38a66721134c2884c3f1d4f1e7ad0
BLAKE2b-256 234709d8ee4cd2f7b97ba9ae8d7281b2a65206e3d7728470c77cf9d2fbcb44fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp313-cp313-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26891a48538ffcfc31097e32fc91c92316cbedbb481b6a5ac5350a840ace4161
MD5 240b928c7d7bce658555275e57ab56a8
BLAKE2b-256 40f807d530914d4ca1236c62ba08716bf1c851c91e1089954c58bfc2686b83ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fc1ee97470e4d92283dcdcf18e3f9ebf3af7ae179bf6b5859dc37a1cd90e6db
MD5 f211a753a760e4d832c98936b24ee5f0
BLAKE2b-256 01df453f89b96fe8b06e7beb95d0f022b2d273be5cd7000ee435fece2e54d014

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8146c8ba36eac096c4b8307c4e76ddea87829299033105f40055b1c5c643cff2
MD5 f45e1242adb3ada7741a0b40a82bda68
BLAKE2b-256 13ae3f3745217cd61061a2ea87413305e0ea9d899c0f3a1e3fd294353d7b4492

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 965888872e08175a02932273d36a505e717d34bc03359f4c89888a505c6ab400
MD5 7204968abe278dd57ccf33e00e3d8de1
BLAKE2b-256 88d699122e7c14d35860a0d01a4223a83d9c45bd8a062e1148195a4b33782252

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp312-cp312-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0fd274aa4213fd4920a9474bc141a63a12490956b080afd6bec686d4ffb3f06
MD5 8c497027857170d4bcf9d2746eb6e6ed
BLAKE2b-256 d8d06748d64e9c7060d4709d3e16b82034ba5c10d959ec05b029bebb02957fc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8169beabcefe71a68ad01a3b35e2dae167c29e99906a4e63014cc467274a0508
MD5 1e2d553794319b6fb7ef46c20925697b
BLAKE2b-256 67fd7da8d6e46ad5ad9853d214b771b25d5b1996dbcdd568482fd128e877afdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7fcfcf4ab5a27861846629108920c5fb780288ef4893e85b65af72a3249505ce
MD5 df0ded8e80210129b05badd132072225
BLAKE2b-256 01d4d1f98d34706b187de0b03bf054911b7124ce0406ae4865605c664464c02f

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp311-cp311-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 85bd144efb15c4c5cb00ab14f69f3e924db27f500ca859b9e6c93f637691a4b5
MD5 f6b38f3fb9f2521498a12924e6945e73
BLAKE2b-256 8fb0ca4bce286c95f4db53528105da6346063a56c55979bd548e5a074741eac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp311-cp311-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 249fa2cb221b7a3f854ba985b0b74d4ede9a0ac0b0196fee38a3cfed928d03ed
MD5 d89f7f302f00d343c84203f42c2d0370
BLAKE2b-256 e8528bb67c4606f817995695e31a03b24eed98aa465f8f15552e44ec5bd5cccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27ce1bad8b1148c1c66a2e4d686f64ffe0b3422c992471e9ce8656aef0509a29
MD5 54fc23864bcf85e2c43033865790bcf6
BLAKE2b-256 1f17f1c9c601f7f49c6b9addff103543e16e64a1afedf223e36fce8463f07803

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dcbc03b5fa0602ffcc081c1bfb96557a2be7976e2cf150bdddb0ac30c7d5c872
MD5 b9dfd4ea881eb7dcd67495ff963335a8
BLAKE2b-256 61a3d6010ca73a592629690c0114ed92e06a156d409463d598e27c13e8b86f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp310-cp310-win_amd64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 252ae158d4728930807367a2ff3872730d38c05da054c4f02568064259a9207f
MD5 008657c1a26a092c4604d2a9739b66c7
BLAKE2b-256 b6f15c50f964d073749acc437298584fdad39077d6e20501596763473899fa1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp310-cp310-win32.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 268be50afdcc779ab65759a0927bee2fa225e1a7f4f3aa37bb75c85edae413e1
MD5 54efd90ce0704d102f8319820c4fa7b0
BLAKE2b-256 ca4ae8307a2238a0e461703c2a68a78b0313096877794576118c94815a44fa45

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file testghacookiecutter-0.0.133-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.133-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b70a16876e6d2f7174ec51a6e12480962b8c36144846060254851c9a632e11b4
MD5 8b6e75d35bbf2b286f6ebf83218cf796
BLAKE2b-256 8611c83c77056ca68229d636cd6f9b5dfe5f0e15a31c905b7c77693ae4536854

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.133-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yml on dokempf/test-gha-cookiecutter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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