Skip to main content

A minimal C++ extension with an elephant joke

Project description

Elephant Joke

A minimal CMake + Python example project using scikit-build-core.

Hinweis: Dies ist eine kleine Testversion. Hier wird das Verhalten von dynamischer Versionierung auf PyPI getestet.

Installation

pip install .

Usage

from elephant_joke import elephant_joke
print(elephant_joke())

Version

The package version is dynamically read from the VERSION file using regex transformation:

  • 3.10_rc23.10rc2
  • 3.10_dev13.10.dev1

Testing

Build and install in development mode:

pip install -e .

Test the package:

python -c "from elephant_joke import elephant_joke, __version__; print(f'v{__version__}: {elephant_joke()}')"

Build a wheel:

pip wheel . --no-deps

Install from wheel:

pip install elephant_joke-*.whl

Deployment

Hinweis: Dies ist eine von Mistral Vibe codierte Lösung. Der Upload zu PyPI erfolgt automatisch über GitHub Actions bei Tag-Push oder manuell per Workflow-Dispatch (siehe .github/workflows/wheels.yml).

Voraussetzung für CI-Deployment:

  • PyPI API Token als GitHub Secret PYPI_API_TOKEN hinterlegen (Settings → Secrets and variables → Actions)

Manual upload to PyPI:

python -m pip install build twine
python -m build
python -m twine upload dist/* --username __token__ --password YOUR_PYPI_API_TOKEN

Test-PyPI verwenden:

python -m twine upload dist/* --username __token__ --password YOUR_TESTPYPI_API_TOKEN --repository testpypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

elephant_joke-3.10-cp314-cp314t-win_amd64.whl (71.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

elephant_joke-3.10-cp314-cp314t-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (69.8 kB view details)

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

elephant_joke-3.10-cp314-cp314t-macosx_11_0_arm64.whl (57.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

elephant_joke-3.10-cp314-cp314-win_amd64.whl (65.8 kB view details)

Uploaded CPython 3.14Windows x86-64

elephant_joke-3.10-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (69.0 kB view details)

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

elephant_joke-3.10-cp314-cp314-macosx_11_0_arm64.whl (54.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

elephant_joke-3.10-cp313-cp313-win_amd64.whl (64.3 kB view details)

Uploaded CPython 3.13Windows x86-64

elephant_joke-3.10-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (68.9 kB view details)

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

elephant_joke-3.10-cp313-cp313-macosx_11_0_arm64.whl (54.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

elephant_joke-3.10-cp312-cp312-win_amd64.whl (64.3 kB view details)

Uploaded CPython 3.12Windows x86-64

elephant_joke-3.10-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (68.8 kB view details)

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

elephant_joke-3.10-cp312-cp312-macosx_11_0_arm64.whl (54.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

elephant_joke-3.10-cp311-cp311-win_amd64.whl (63.5 kB view details)

Uploaded CPython 3.11Windows x86-64

elephant_joke-3.10-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (68.1 kB view details)

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

elephant_joke-3.10-cp311-cp311-macosx_11_0_arm64.whl (54.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

elephant_joke-3.10-cp310-cp310-win_amd64.whl (63.1 kB view details)

Uploaded CPython 3.10Windows x86-64

elephant_joke-3.10-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (66.7 kB view details)

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

elephant_joke-3.10-cp310-cp310-macosx_11_0_arm64.whl (53.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

elephant_joke-3.10-cp39-cp39-win_amd64.whl (63.0 kB view details)

Uploaded CPython 3.9Windows x86-64

elephant_joke-3.10-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (66.3 kB view details)

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

elephant_joke-3.10-cp39-cp39-macosx_11_0_arm64.whl (53.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

elephant_joke-3.10-cp38-cp38-win_amd64.whl (62.9 kB view details)

Uploaded CPython 3.8Windows x86-64

elephant_joke-3.10-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

elephant_joke-3.10-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (66.2 kB view details)

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

elephant_joke-3.10-cp38-cp38-macosx_11_0_arm64.whl (52.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file elephant_joke-3.10-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a83ddc5adf4419cd89c511148942a73c4d6920ffa068b00508e52d40a6b96154
MD5 032f796e1ad670584153bac77bcf67e9
BLAKE2b-256 5bac3f3b3edfdfc518c911cd0a01ce8f6ce48995e80ff57c5484925480922bf5

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdea23ccec4ba13c813df0f27268949bf9024143022e2b6e95754d104c28e7c8
MD5 59a1a6f48d5461c0c02a6b43d93356c7
BLAKE2b-256 3313c841837b2fd59a03005fbcc09cf1213b10b70e59df2e2e3c7b68dd6eba65

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c33e6e23a3fd849971bf5fe1fd16e4a90a4b35f5e189737f672edbc941d99c6
MD5 81a7c6918c724bc7e15696846164ee54
BLAKE2b-256 a583c17a9bb3fc2bbb24a1205cdb4e01b4fbf71ab8dd11895b2272315cf909cc

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25d6ba53d30b8a3b8ae559901b3ed151b69df8b4bf4c986102da057c7f78b6d8
MD5 ba3d9e72e9db4c5966ab6017c655b3ea
BLAKE2b-256 b5f8d0c3a523401ba8bad4316c0a516dc748f28f3fb09a8a663ef97f16562f6b

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 509a95c83e5726963881a0743d8b8e1375043199cf89f4ac4677c88e5f2829e4
MD5 5ff53af1053e4b0b4be409cb4ddb2409
BLAKE2b-256 38e25fda440ef85d2bd261b100e3a00cba2b5ad0b18b7245f60a0e6536e98488

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de4db3629798dce4df5cad146c5876b8b284d7aa2b24ad1914fd88be6c43991b
MD5 fce3f7eb4af52549900b0da60e9da410
BLAKE2b-256 d89912a571685213a04b0dea6e00c6295084132550f2619677345a070d4769c9

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 230bad0ec9434c40d67e8832b0c06c19e7c2473f85e2d0f37a6b6c5a09686d61
MD5 94e2cc1444f1195bb6a6eed38b357908
BLAKE2b-256 24d4876d06bd0977e093af0ac6c3df00623f872b3f70e216871fe9bc79b68188

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29d73e802423726d47d8ffd7c5b14ef9c4dadd9eaca9b8e068a3c3b7a8a2fe9b
MD5 739ebdef4f60e270749d44e035192990
BLAKE2b-256 af85bb737d47f8fe922c97505898682ee6812167ccebef3d2e0d8e222a9885d1

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 811157ed346d9f2d53ddb41e5fe1e02225d801ebc10ae552bc7f7b8cafada993
MD5 659fee1b016ef192d28957a41df7b5de
BLAKE2b-256 8126739936b147f5b59cc92fcc8174c6266f8659f25482c0dac1680012ad6769

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69c6410a6518fda91af0108bd77ccb84580fe678de25ebcae6973a046049b0a5
MD5 cd7e8f35193ce2be9d0e7787e85263f4
BLAKE2b-256 653217ebd7e3a86ae73509f116bb6e5de835e1f9cbef684dcbc8e3b94574a2eb

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c17dda2f1d46c99dc8de6c5808120140331af99d463f1ecbbecf1c4079eb752
MD5 b4d62b02912bb47fbf1a264349c60d66
BLAKE2b-256 1735b4b752354e261208ab240e0250a5cd73905ea895139bbd19104a1cf9dec6

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f5d65f00473bbba4e4526fe6bb564357e3aa30fbb3f1e6b0e9b056c743ac891
MD5 43f7f22a2cf9cae440cf620c1084589f
BLAKE2b-256 f0baf843c31c2bdd2fbca07fc0bfcf722779a06cadba3f9f4d9358f1d6f278d4

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 456a33d0167e1bed99072390e027edfc3bb1ac3cab15f0f4349ee2952ccb73e1
MD5 54787ab1048d48b283977a180baa9f65
BLAKE2b-256 b820646753f9aa8f3d57c46a915d2818cdecfd701355b69105a3b6a91e2d72fa

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d81f128c7c057d850d37079ca01a62e5924e4595d0c38e6c367656fbd9c4eaed
MD5 9e4e4fa8e482f2fe8965d2f5fd081bea
BLAKE2b-256 cd12f8f92de2334e033ece812c93b515af9096e8d9ec11dff373da1e1655a509

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a51fbf544886bd8fc3bdf39b8a6bb477fd8c431a03d7f74ee3d520c6eb6fa35
MD5 bc54ca80fcb37ff30c362853a33be60d
BLAKE2b-256 340898cab2e8ae94f121747143d5b5ed39bf1bfa4979413c225d10e062196c97

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdfba0c2839694a30017379f3631f2e21374f95d3c4be9553baebdfa436e6f30
MD5 c64ce0e4eaa00ad28230c1b09bf93393
BLAKE2b-256 058a803764b6539dabf3f217e22f00a802ca785f083fab4dc26835519f78b3d8

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e4c33dc6fdc73eed0836811bc6b2e08bf86bd03c261b85d5ef250c16810008aa
MD5 19bbfe8c67899058af03d2eb6bb2f4dd
BLAKE2b-256 105e9294891eaa5de244182422167ac1827430d2b8e6d02454d882476a228ee9

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1e2fa831ae684b5427685e083ac925679c61836bd4ed311ae20031aec183834
MD5 8815845785f4aca922968efea7313516
BLAKE2b-256 c281aa0c5300a3ee423f52590f39df643e1555d05ec250866c3907889ccdfafb

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aee69432cf3f389254ceee3ba05b576eb745ef40389b7cbc30d6dbd8bfd2c4ee
MD5 0c764d61e66d5642937386ced3858204
BLAKE2b-256 414b0a7cd9056583828a2aa3a55d78370996dcd3e4389a1525e48410a728848d

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a74a556ed2c612f8afbc34ccb1d5c7c01f16886b53223a3eb9fd60ef407716a8
MD5 ca888971f2152b7679c4c664e89b2617
BLAKE2b-256 cff679667348f844faee0b041f939c51affef7e176256c1c8af68e014582280c

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7ea398d6c5e335b034fa7713b9eb9aa03be0bc182362a3c47649e6bb67b5837f
MD5 eac6123a09e24721989576ae6e2c19da
BLAKE2b-256 3f3a5018783bafffacdb1d854fb78462bef068d24647d5541e4b04fa816edf83

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8273fab59e35017a7fb0ff42cbff86d6969d7f4554229e6907a2000badbd5261
MD5 2d4d44709c09166a55db1989dbb5177d
BLAKE2b-256 be029aeb8eb5b0f029d8c3ec40f95888af6d95431da1aa826ecfc5c2963e0791

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd733351dd276109dd00461f50198006302c96df38177ba31cd8ed98c746abf6
MD5 5cdbb2d7f2cff49893653e8ae09612d7
BLAKE2b-256 8a4bfec1f90bc69f381554320d08d6bf4df19a94762aa06a8e2cfe1dad6bfdc2

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bcde3e2f22d05bf8bb248198fd914b2c33e6c781116c8ff5acf85cd01bcfbeb
MD5 4f8b26c8ba4fcf23bbee5ba1f95965b3
BLAKE2b-256 f7a6fb9f1d9c5c3a8a9918df2d480791bd63002027e0775db1bde7bab8e9f587

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: elephant_joke-3.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 63.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for elephant_joke-3.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1db6c8922a5045afe382b79120bcd0efdd8bf50675994ec942f44a40895e8102
MD5 fb4be4782ac97fb7807c0ece77292475
BLAKE2b-256 6aec9bb5450e8dc12c23e4fb60333a0d391c535c27726ba58792c34bf72aa36d

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4051e2a4d663282e626d15d0493d4f364ed99046527f18774a6cca8505aed0cf
MD5 94dc529e64752abf2134a344ae0f81d9
BLAKE2b-256 a3f7308013ce65c056eb83f42269bf45c013cb7bfbed7ff6ad738cb8ce394a4a

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83d0e341562702040857e3aa3828156d6d2b2613804ef69d6207c5f8dc9272c7
MD5 88ec031f7e2fbb23eef78402c5180a63
BLAKE2b-256 42deb468585afe398a556b16a1e236ace819b88c30058ac52227aaeb885e0314

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1638a2d5cad0ac41599283a5d66b096f34d90270e7a0f36b1919e796c09742f
MD5 0de67be36a91f49b6c7bbc626c8a6e3c
BLAKE2b-256 95cc1b292c4a8b15ab7685b0c848054e28d70e02d15fa230810be24f7c39fd91

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: elephant_joke-3.10-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 62.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for elephant_joke-3.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d6aa12abc60ae83b595e6328e520dc5f8b5ee5aa01c5629449a1eaa045d401cb
MD5 b537ec3274ff560138201465fc48ab28
BLAKE2b-256 e251c50fea58bfbea765bd7cc9c84b7d83924e8049abbff19646b65c3ccaeec1

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77e460354aec1446edb2e1186f5380f27f51f07822896d76cda7d503f53f1b82
MD5 3c92e9ecd4f269e6bc120f593cdce238
BLAKE2b-256 49a947e3eb7610f0b939e68e7c6cbceddac10e6f7a008043e87fad64ed83aa77

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1af419946d012e75709dbf182905f2916f145ffeebd9094b956a69827df09ba
MD5 30bc5e5c6d65eb752d8de3c9af62e23c
BLAKE2b-256 4145b4a94d9180adb8c4f0914a52656cb98a32871b98693bb323ceafd0be68f1

See more details on using hashes here.

File details

Details for the file elephant_joke-3.10-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for elephant_joke-3.10-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b8729e36dd80756276955de29b9a89252ef8d7836a80da4b9a73ba4391d7c71
MD5 517f43af2856af183b8d9165842e0e4d
BLAKE2b-256 2236479de36036abb09713d04b4aeb0d06e3cbd33bafd067620f020fd8130ba6

See more details on using hashes here.

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