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.134.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.134-cp314-cp314t-win_amd64.whl (84.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

testghacookiecutter-0.0.134-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.134-cp314-cp314t-macosx_11_0_arm64.whl (63.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

testghacookiecutter-0.0.134-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.134-cp314-cp314-macosx_11_0_arm64.whl (60.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

testghacookiecutter-0.0.134-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.134-cp313-cp313-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

testghacookiecutter-0.0.134-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.134-cp312-cp312-macosx_11_0_arm64.whl (60.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

testghacookiecutter-0.0.134-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.134-cp311-cp311-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

testghacookiecutter-0.0.134-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.134-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.134.tar.gz.

File metadata

  • Download URL: testghacookiecutter-0.0.134.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.134.tar.gz
Algorithm Hash digest
SHA256 5ee112161471207c69f0549ef367e89fe111e4eda6ee639f204ccbd9fd9a503b
MD5 0da240332af2883aa3e74b8788bf6064
BLAKE2b-256 592f595be86793f2e2a40c51188d83650a5c6cbe5ade7bfe622f4e7daa7234f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134.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.134-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b20b413f89bd338068c8eba20af10a1b05b7f4ce6538f087c33f7a17073bcea6
MD5 587c3a4d6c749b88f030ecce90833c80
BLAKE2b-256 4873f0c59ad2b8a7984c926714eb37ed27aed0d670abb67a79b152f4c4728c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0757cec6b49592cda9d5c93b60b7c47a67eaef6a550c2c339ede4f0345531f51
MD5 9aae3681ad751dd67e64bbe1e3d9b4ce
BLAKE2b-256 65b72bc369e3471510b1d9e97f8c77f68964450c8284a081edb3355448a9d561

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 722b2283ff2300613bd8d1c854743ac3f241fcfc753f74631c6ee0bab8b21d68
MD5 a2148796ec0967e2469051d43c20bf34
BLAKE2b-256 ad7d0b0fc666dd943abe0f35ec353113bfa082592a563a47b65b28b248b12b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72ea2f759d9358c47cddc4512894b9f952a1fbec16a9d0379099732d9893c5bc
MD5 5823ca5e8a462eaca06f6520ba354e30
BLAKE2b-256 896e0047b5d25c5eda8089dcf26eaa8dc4d122acb9ce715ab54d909da5da2b0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 162d597dc9c2e8ec12399fdf9b62e272fc360ec19a844a8d040848a0d74fb878
MD5 c5e70157e895d1f70b6759c9bc0e5d59
BLAKE2b-256 38a3d16f98f6aa3d2758286a8de51ab3a9ac211d1703bcc258466490ea771caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0545ff57d82b89f03606e0af3c82c20ffd306a4cabea370ea067d08e3a2bb4ac
MD5 c1fe4cb75f723d54c35e92336835445c
BLAKE2b-256 c8f0a67140cb0ddd776fa71992d914bf5502c2e04317c2baa72ef8ff79aa4b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37452c5b6518834af2791c482aa35cf5c1c610cddaf8212c54e275ae1bc55115
MD5 f8e24b906696ef88f292f2a0ac7e7df5
BLAKE2b-256 3db4144d9ce882355f2764cc21f53a5143182e27c9cbb5fe654aa6640ba98af7

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfbc7221645659f3577ce83214ff0622f3389cfa905ba770a0a62d4c25ca85b7
MD5 156614a0f56c786aaa9027701bdf87e3
BLAKE2b-256 906fffb624de54ce2263c241900507a4da8f1af52ff9cca8b55cdb08bda3f784

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e178fe935f4723894acb148e71e1ff11683eed84f2e397c447f01665cb35e01c
MD5 41183a8e82bebcd7e3a326abb02e971c
BLAKE2b-256 26283b8b19d70937e8284a7ed50a1f313d646ff65a5daefadf77e9c9a18a56e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2742b2de0b8a4b95e1948a4b0a7a941a57a924273513235dc43eb2e3155a5d4f
MD5 d072997a1f136d092a5d3ea7d744f2c9
BLAKE2b-256 41fc50abaf1ae182d666c4197f638a398c04f3bd203e8c5897ca3bfb4c2a307b

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff3b6bbd1e148d31f4055c0d3832c9433d63cb469e0bd2d370f5e4f02627f9c2
MD5 f18f3d8b87ca6c9d7d797ab1e5e16a8f
BLAKE2b-256 3986ac2428a97956895016cc420bba93e83c74aef500d39ee164ee832180c058

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a84772ba0d22ff8abfbd32ba0daa20c67b91757ea9c4b91ee91a9c02b0de305
MD5 c11860c2b851ce7ef56055d7d027ab5f
BLAKE2b-256 019adfca51fbd325fe8ef890bf5d8bc38b9473489bb8564a7511cd58ef687e76

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0dc2f2f19e545d60164be5abec47a5887c00d6b20c2195fc4f47b4b4fb187eb4
MD5 7ea554a211338cef23c6f9207493de47
BLAKE2b-256 7ccf048894e85c1d966ac6202e3c206ca5b13d3d168c0494d3a0094f862f5659

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0c2c556eae4090ebef8619c1da00af3cd72b5b70c4812b0c8b93c5e587cca52d
MD5 07a68ab2ec56f8887c11aae3381a5b7a
BLAKE2b-256 17e3a289b279b51c6542f133983846d41cf67f04d65a8130094d69ec348fbb16

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 799acb6e438d9dba08f6d13c89cb33739013940cccf36d4116623a88f6f189d0
MD5 e8fb1dc1ef3c6fc869dd7d4904adc003
BLAKE2b-256 f475a6a875d9e759a57dbe395be8af8d24f072059314b44989d566cf43d6fb61

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bba5d923651a88f3f399e779cdc06f3803a1dabc15350bbf7ccb218b0e370d61
MD5 e21cf03572ceec7725327f24898a5df7
BLAKE2b-256 6999f4f2986f7eb0dbab6eb48d142406c43e5507087d5231751ba595914d32a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cee89fa08775b76062093e00dc0f4189059c946615eed1ffd3af69acc40f8273
MD5 e40aff5928ff1ca94f866fd2f69e290a
BLAKE2b-256 601ee3b501498df144ce32a25eea594def231d60e465e21feaaf19ffafcf203f

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c0e7365499c6ec7499478bf437aca1af84468327729ed01d1beccf797aca4e9a
MD5 c05e8b1e164d8ca0dfff55e089c7901a
BLAKE2b-256 7d1a964a260477deb654bcfc1e308f009d934f27143da8725a03f4e71874308c

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcb6021798010ea0d32a036cc926de83713f80cbd9eb9a4dda901df594b25aeb
MD5 a9dbecd0502986e9d9704f66b59ce9ff
BLAKE2b-256 440a1f0297573c36a0d3df2b292e91c7ffea7fb9e124812d5dee4e0ee0f8d195

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dd6f5582ac019462057fff173eefcc1a0b4945ca33467c92182c4f4ebf8fe81
MD5 bb68bc0a97ed23f6847acb2080079d8b
BLAKE2b-256 3ba14fc5e6d5ea504a0fbae57ac97224fef89f892227b0b0a722a7a82f89f975

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 be1030c87df8ad5ac30a4aeaa9e21b6f852bc88c6870a3eabf014a2d7600a982
MD5 b322b33254d06b477b044bbb2283feed
BLAKE2b-256 5bcab027fe826ca52910c5cfe8628bf8585f1f73f326afb69abb91ae310fbd8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bb4e5b0541d9dd2a7844a11de66b47e0c0652265659210a0ad35209e7ff77726
MD5 9ce6892efa4c4639ca9f668015b430d4
BLAKE2b-256 c83633db2a8e0b8c50ec1c0b39e8d7d48f8977b1dae8a241af959db8ba2393fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c0e28040346203d0d95742c596fab739fe80454ba85646828e6117b076e94e5
MD5 6e64557e5a8abcb7bdba8f72e5255660
BLAKE2b-256 ce1d262878ca875e80f4b8fb536ec14de4aedfbc9c12b0c2a5f1659fb01e36ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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.134-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for testghacookiecutter-0.0.134-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc4517bf14e673f66e7045d3712a0534033c35bba62623f8d53ab84360df49f2
MD5 693704d5e80ab42fc3cec178d8e87988
BLAKE2b-256 020bd3913485b6234cce4099c2ed644639c8f796c4b9ce67fd2740c764790c91

See more details on using hashes here.

Provenance

The following attestation bundles were made for testghacookiecutter-0.0.134-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