Skip to main content

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.

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

Uploaded CPython 3.14tWindows x86-64

testghacookiecutter-0.0.135-cp314-cp314t-win32.whl (266.5 kB view details)

Uploaded CPython 3.14tWindows x86

testghacookiecutter-0.0.135-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.135-cp314-cp314t-macosx_11_0_arm64.whl (63.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

testghacookiecutter-0.0.135-cp314-cp314-win_amd64.whl (275.3 kB view details)

Uploaded CPython 3.14Windows x86-64

testghacookiecutter-0.0.135-cp314-cp314-win32.whl (263.9 kB view details)

Uploaded CPython 3.14Windows x86

testghacookiecutter-0.0.135-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (75.3 kB view details)

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

testghacookiecutter-0.0.135-cp314-cp314-macosx_11_0_arm64.whl (60.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

testghacookiecutter-0.0.135-cp313-cp313-win_amd64.whl (266.5 kB view details)

Uploaded CPython 3.13Windows x86-64

testghacookiecutter-0.0.135-cp313-cp313-win32.whl (256.7 kB view details)

Uploaded CPython 3.13Windows x86

testghacookiecutter-0.0.135-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.135-cp313-cp313-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

testghacookiecutter-0.0.135-cp312-cp312-win_amd64.whl (266.5 kB view details)

Uploaded CPython 3.12Windows x86-64

testghacookiecutter-0.0.135-cp312-cp312-win32.whl (256.7 kB view details)

Uploaded CPython 3.12Windows x86

testghacookiecutter-0.0.135-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.135-cp312-cp312-macosx_11_0_arm64.whl (60.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

testghacookiecutter-0.0.135-cp311-cp311-win_amd64.whl (265.0 kB view details)

Uploaded CPython 3.11Windows x86-64

testghacookiecutter-0.0.135-cp311-cp311-win32.whl (256.5 kB view details)

Uploaded CPython 3.11Windows x86

testghacookiecutter-0.0.135-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.135-cp311-cp311-macosx_11_0_arm64.whl (60.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

testghacookiecutter-0.0.135-cp310-cp310-win_amd64.whl (264.3 kB view details)

Uploaded CPython 3.10Windows x86-64

testghacookiecutter-0.0.135-cp310-cp310-win32.whl (255.2 kB view details)

Uploaded CPython 3.10Windows x86

testghacookiecutter-0.0.135-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.135-cp310-cp310-macosx_11_0_arm64.whl (59.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for testghacookiecutter-0.0.135.tar.gz
Algorithm Hash digest
SHA256 910156c6b9d0000488c82176385cfc4919616b3e54bc64de6e5369081acbe111
MD5 c00339c3afddd928b4d690c1d342998b
BLAKE2b-256 d22d3f752e26530940cedc9dbb91c0ccf2ebe800a429c1814eee0cc9c2402956

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 923d3fed7089c23c541c70fd6249a5cd8d6af7f78de54f3a6a32700730ad907e
MD5 eba0aa1d5eee8cfc422bf02e75c58522
BLAKE2b-256 444dbf05fcc1ee9fa39095d6fd0401941f9f7f9d8918bf9c3885e423fbb3d24c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 42d54a3e96d6ceb30dedc6108cd4a5a357c0ef700ccd310b8aa284d06c57c29d
MD5 8c67fa578936bf20839c149402c96c45
BLAKE2b-256 ab1abb4cf1606f1aae41a1627a89c193a8e1bcf94ca96534a63fbb9c738118be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63b80476023c930f59a84c79ab56fb248c55891cd28c7c954d3bad42a6b79e29
MD5 03491f64c05d69b0f667896891128a9f
BLAKE2b-256 a56e311d43d781e818c7a4fdae4dcb303f199b527f736d2d5dc35cad8d718e97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13c4f045bc4844d1908a3601167345b767ce2ac72418d83fb84be1f273f927f5
MD5 1853702d164279962e0f5b9cd18f60a0
BLAKE2b-256 ecda6fee81b2790cad17ffeb19750aa5c89d075efb02be4ae3f193fdf82cd65b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d6ca3ba03a1af5b57f92f96b939c385dd89113aafb9d67bd0b207a70ce27ba8d
MD5 082d9b933b6b58fa472a7d3740d5e57f
BLAKE2b-256 f40e0b84201a563ba824f05a773a50a9ba4894b14fa7e9d3ed7649a31167060b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2e7ffdb27db8822038b13579753328fca138f5b477625450a613cd5216fc3ac5
MD5 32faa956808eb3fd66dfaf16671d9ca6
BLAKE2b-256 ed50400ceb74a615a2a52cb02061a1968e418fc980273b45ea2cac11321d02a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db1d45d8dfcb296c6bfad4e91456aa83496ab013d9e1eee6cfd75d2614adbbdb
MD5 a6df04c8f2cc3f2a7c6960553e31039c
BLAKE2b-256 a207b2e085703befb2d9e2fe2454518225ebe76b453525a11e7600c09eb18eb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ba4ad49dd3d12f3bdfc42070590fd65d8cc1b37776fbfb374bde1a3db6fec25
MD5 9b4dc81e7ae20076cb1289f382984450
BLAKE2b-256 7a82337ca80c6e232ba3b860f73cb662bd9a830f75ae55960d57527a19c13df2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c0b8d73f8109b0b4f5cbe4c03cb8e2c64d3c42a6b758bbacad725261a17e0999
MD5 0bedca7af5fdb675203e7db3c295aff5
BLAKE2b-256 aedf031b8e70633ccd6e5311839730520828bc24bfc944112c134c0adfc1d61f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 73b00bdfea7e481e5330c9dcb585eda0946678f40b6aa8b53e4d8a775a753b6a
MD5 2e829bfffcdfeadae5ea838a3c9e2470
BLAKE2b-256 bcb50e92bea5b5f06f54cfbf0f7ac6bdda7ef1012f4d047dbfd7a6b0b2e50627

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83666bf9f367ab015d0a0872eb7efa2e8ad2b9cfad1531fb5ee799c2eb2d95fc
MD5 c3df38aca97b9c9a363d5d8ff423dac0
BLAKE2b-256 01436c3b534c530bbafe22fba534840266b274ec5273619cb06d67f31e893d42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5aaf37e8cdf5d6a95602e98e4392efbf505752f1b516d386a45dce017890d921
MD5 cd21b6305a67acfa08f7a597c77d16a3
BLAKE2b-256 11ee97fbb48e0a985116b81d3bd2aea284cd8565d8ca2fcf74076fa19e53b730

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 01e9da46c64f16128ce17d1bd0f82d8ede86242676425479a03826cf7135e5a5
MD5 a8ff42350fcc8ff86a2a0c015e502da9
BLAKE2b-256 b56a38aff8461aac1a6a76c0bccbce0b71cac181c0affe48753fd700654f81da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 62dfd0698906ab2d8931a1205ed9364b57214a683de4a640b36aefb616c3d7fc
MD5 9cec4bb7ff66e7e2665080c63bafda5a
BLAKE2b-256 f0e09199bff5acc0c3fbfc4b72bd3c760b6a417cf2bdd89812eec4629701d970

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c93ea177e6b5c19c2ac4a3a18234d3dc4d395403ddc6ecd9c25e808422711c02
MD5 788c50895037c7cfc148d3cd422ad2bc
BLAKE2b-256 cbf68a5cdea31b91253eb7859ab68788a24c3bafb307e2cda7462ebc7eba1690

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4725da142de39f10b09565a6127ba3efaee849093197a9b3078d13aa1c79ed6d
MD5 d26226bc604b874050cc8b945143f078
BLAKE2b-256 10d4f2816d00037d0224b648c7249e359494cf5c6eabc6ce308e2e2682bb9dc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 778e2cc1e2371a7c8968c6a1cb33c82f75810079b0b8d65075d269cd874c0a17
MD5 49a90ad3c3717abf2dc7c47f4c33e55d
BLAKE2b-256 968756d3353bd53ae93c801aad70ccb3b72a79ba891c5e9acfc738987d9c9391

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7153683083886d7284152818ec49a9896f341905b72bff95041b5534f454c2eb
MD5 b03fbf5aa63fbe8fe4db4702a273d1b9
BLAKE2b-256 9ada70d0e6919507c5670bb7c8d3a22ecd30ed407955b84deaaba99837090724

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c343b0363ebada96f38ffac7a0e6a0d7c269d5d0b72d64dcd74bdcef0426ffc
MD5 9c8e36d0b58c140b20facef86b21ee42
BLAKE2b-256 6c13c14c6f9a63c3b0ce5fbc8ac5dae33be1fec4ec1b41c1ceafc030e16e8d84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53db288554823aeb5f7e2fd7ad9026167349757876947a3ca1b381bd137b79ca
MD5 3043bb0d5a961b9c0311513ba9364ea3
BLAKE2b-256 48236c23cb6822cb9b8263412abf0eb12527be4f6f6354c680ce0cefd595cc91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe19d7dd0595c2194c36aea7d74e43d1d8e1b1455046d52e87fe78faee626aef
MD5 ae66876449ad73959c9d858576f3358f
BLAKE2b-256 0d85cc680be4d50c78b4589bfd8733bc9bdd527ff259fcaa825792f7f9b52656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2b4647a744676d8da3d2b24e881d428cc2110051cd59a58cda5d0387cffb7f10
MD5 b649ceb88fde402358e2fc3308b36bf1
BLAKE2b-256 c4a3575a4dec2d0ec07cf2779cdcb4cefb4009efed5719110a99c9e80671fc6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14084cfbe530e05572f0f04fe52139acfc8694b01720ecb3099827b7e6b4f6b5
MD5 f97a3ced386033af14f98fc3d3addfea
BLAKE2b-256 96c0890874a24325cd0f60b1a4600a1c26a4c048338f0d4814bf6adb7b739c93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for testghacookiecutter-0.0.135-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f991e3e70ed91d3cb167edfeed1ec177cf2c729d1fc4b9ff1c2a354af3adcdcb
MD5 3b2fffdd1e98c7e18229b8b11f77371b
BLAKE2b-256 916661101ad9e7680183c573f078e5c1e6ab34141e2465882a8630b565c1564f

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.0.135 This release

25 files

0.0.134

25 files

0.0.133

25 files

0.0.131

25 files

0.0.100

20 files

0.0.99

20 files

0.0.98

20 files

0.0.97

20 files

0.0.96

20 files

0.0.95

20 files

0.0.94

20 files

0.0.93

20 files

0.0.92

20 files

0.0.91

20 files

0.0.90

15 files

0.0.89

15 files

0.0.88

15 files

0.0.87

15 files

0.0.86

15 files

0.0.85

15 files

0.0.84

15 files

0.0.83

15 files

0.0.82

15 files

0.0.81

15 files

Supported by

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