Skip to main content

The Hacker's Manifesto Python package

Project description

Hacker's Manifesto

A Python library written in Rust (PyO3) with three main features:

  • Return the full Hacker's Manifesto text.
  • Return the Hackers (1995) film-variant excerpt in English.
  • Open the original manifesto in the browser: https://phrack.org/issues/7/3

Exposed Functions

  • get_hackers_manifesto()
  • get_hackers_manifesto_movie()
  • open_manifesto_in_browser()

Usage in Python

import hackers_manifesto as hm

Returns the original Hacker's Manifesto text.

print(hm.get_hackers_manifesto())

Returns the Hacker's Manifesto variant featured in the film Hackers.

print(hm.get_hackers_manifesto_movie())

Opens your browser to the Phrack page where the original Hacker's Manifesto was published.

hm.open_manifesto_in_browser()

Note

On PyPI/pip, package names are normalised, so hackers_manifesto may appear as hackers-manifesto. This is expected; the Python import remains import hackers_manifesto.

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

hackers_manifesto-0.1.10.tar.gz (7.2 kB view details)

Uploaded Source

Built Distributions

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

hackers_manifesto-0.1.10-cp314-cp314t-win_arm64.whl (135.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

hackers_manifesto-0.1.10-cp314-cp314t-win_amd64.whl (139.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

hackers_manifesto-0.1.10-cp314-cp314t-win32.whl (130.7 kB view details)

Uploaded CPython 3.14tWindows x86

hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_x86_64.whl (484.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_i686.whl (512.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_armv7l.whl (552.8 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_aarch64.whl (449.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (302.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (396.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (294.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (279.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (275.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

hackers_manifesto-0.1.10-cp314-cp314t-macosx_11_0_arm64.whl (220.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

hackers_manifesto-0.1.10-cp314-cp314t-macosx_10_12_x86_64.whl (225.2 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

hackers_manifesto-0.1.10-cp38-abi3-win_arm64.whl (136.8 kB view details)

Uploaded CPython 3.8+Windows ARM64

hackers_manifesto-0.1.10-cp38-abi3-win_amd64.whl (140.0 kB view details)

Uploaded CPython 3.8+Windows x86-64

hackers_manifesto-0.1.10-cp38-abi3-win32.whl (131.8 kB view details)

Uploaded CPython 3.8+Windows x86

hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_x86_64.whl (486.4 kB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ x86-64

hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_i686.whl (515.0 kB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ i686

hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_armv7l.whl (555.9 kB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARMv7l

hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_aarch64.whl (452.7 kB view details)

Uploaded CPython 3.8+musllinux: musl 1.2+ ARM64

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.4 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ x86-64

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (305.4 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ s390x

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (396.7 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ppc64le

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (298.0 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ i686

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (282.1 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARMv7l

hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (278.1 kB view details)

Uploaded CPython 3.8+manylinux: glibc 2.17+ ARM64

hackers_manifesto-0.1.10-cp38-abi3-macosx_11_0_arm64.whl (222.8 kB view details)

Uploaded CPython 3.8+macOS 11.0+ ARM64

hackers_manifesto-0.1.10-cp38-abi3-macosx_10_12_x86_64.whl (227.0 kB view details)

Uploaded CPython 3.8+macOS 10.12+ x86-64

File details

Details for the file hackers_manifesto-0.1.10.tar.gz.

File metadata

  • Download URL: hackers_manifesto-0.1.10.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10.tar.gz
Algorithm Hash digest
SHA256 978d101895a44664f9864e481143bdb2ad4d72d2fb8ea2ded1f243e64db30502
MD5 c66545acacefe9a2c3055c10105e8d9b
BLAKE2b-256 2c83a3c9615e47fa6339d81bd16e924d29f8cbd1e6add1e0f0c32ed97e07848f

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 135.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 651d5b6b76a9644861cbd5cd2a5fe374318d3e3e13d0fccecaca56c17927c4ea
MD5 a34f21f0929808001faa9412efb1b7f9
BLAKE2b-256 7386312c35958e5a4cc9748fa80faf8963d145d7ea13ddbc51712129d9740c07

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 139.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 097bcf43e7603852d80433e5228b8070fda4c5c1413b95533b531d92f472d866
MD5 187448956384711eb9122801e67d4286
BLAKE2b-256 f2a4c6efe8205702425d5c2e72076698deb00e4521609cfad7807b5099acb7a1

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-win32.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 130.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fb33c054743beb105e57bd39285de04562162d4cb56e7bd56e5b925cf39dbc70
MD5 a94d06099b08ebdc74940dec352361ed
BLAKE2b-256 90a6198a1998cfabc274fa7c88a2ec92b9abaac5c761bbb3f1207bdfbfad7d9b

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 484.2 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3ce865854267b4ffc124fac0cfc8eac68d33f35b82c0d1a5553e00db52b7305
MD5 ff15ed92bef091e0f8f0f1b47140730a
BLAKE2b-256 c039b1c21c92787e35123fe20574a9615914b826b0991d66bdbdfdf282b9a5f5

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 512.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7e16b4054d2b735057cad5dd0338af7d8c0888405972e3dd593a84903faf1bf
MD5 a350631c9aee4436a2488628cc6f957f
BLAKE2b-256 32f84f96c4809a5644fc9ebc1cfa57e476a29851f2859b836f53cfe6c0e8f5f2

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 552.8 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 743dcb7b6a71578ed4f93ff885a7341d74ea79e5279e8a3a1a8293686d10b98d
MD5 11a7e249c559da0cde3111e36040df9e
BLAKE2b-256 ca3af5f476b16e573e85b5400001f5478a1486884c6021a874283864c3b0953a

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 449.7 kB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73837d00d431a3b1b930d2426a3c81d4efcaf9125462af1c772475a939a1ec18
MD5 44de2e041f7d87aa9ae6160b25c3aaa7
BLAKE2b-256 0ff27de13e069f53b783fba06cb1b7e49d60f126cf14838814ca962343df51ea

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 282.9 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b84f26b8794db68257d4ae9089593e0bb5091160ebbabdd6db2d76de24927c9b
MD5 9e653b1d5d33a31f49feca63a94f1219
BLAKE2b-256 f0d0d87a15e919ca5de86ae221f58be468f34ccef204526871d6cd7e5e3959b3

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 302.4 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40e5484d6780169964632ab6d6c5ac53f4f60176ab5ad2f4d97adcf476403e5b
MD5 bb661110f51e0dc502b597825c2265d4
BLAKE2b-256 e7d6f0725a26355343ce75fa1bd47983371ebcff07a159c597ff2211050142ea

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 396.3 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b4c93be04d0da3f1be4cf6011dc43d46eab93e0dd7379694eadfe6ff0ed8de5
MD5 4413421940040479a95e67093a6bbe5b
BLAKE2b-256 fc6dce09c1a3c39c4413e4475ab4e99963d9ddc75081c18b7293f62c108fb892

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 294.2 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad2b14b8ecb2196d2a221c84d1217f5a57c249fea51d6732083901ac3c8510d6
MD5 75fe79c108bfa9695490e0de5cb6431e
BLAKE2b-256 07066e99693bb3c4f798ace34c2f719b5495acb4bb544adea28c5ee4c5f1bd2c

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 279.6 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c5c7472f9c9a39ebd5e78a42dbdd0437760ab228edd63abb109353c11a50921c
MD5 91f0e897a287e3c63a51fd577314e162
BLAKE2b-256 ef2c2f98bca1aadb7118eec9bb6d456faad985e445a2862fda780d35cf66d009

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 275.5 kB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16eaaf9d1cfb116768d01f7af6f9ef896ba74a17e63e8dff3fbf35153b4435ae
MD5 a4c211854d5ec295a82b178456978ce4
BLAKE2b-256 c881d3f5addb1ac6ea082537219a4822e6bbe389d17aae0bf4eb62ee15f100d9

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 220.9 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99a4f7eedf432bad54b0fac670f70d01a877caccc85bc15102783cdfe24f04d8
MD5 07af017a300e3d9bb9f23d2c23b12311
BLAKE2b-256 5b8b24b2bba352fe65439f1d5e499daceba2332e33e5a5631487cc44e5c7976c

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp314-cp314t-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 225.2 kB
  • Tags: CPython 3.14t, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f3276cb288a003d7163ac15e44ac221a7c47fc91598336ea1effaaae9207fa0e
MD5 d80793498ca49222b01baf54100b99d4
BLAKE2b-256 c91eb2ca142ea3bbff7c920b70513e9f7053baf4b4b3e114f628e00f0e4cd64d

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-win_arm64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-win_arm64.whl
  • Upload date:
  • Size: 136.8 kB
  • Tags: CPython 3.8+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 6de2c2dc0be78d9e27f521d9b1c209c59630001376fe5140941d404513fdb07a
MD5 c57a6a9c60b136e389a5e2346f850717
BLAKE2b-256 1035453a92328c4ef442884b72ce56531643cd4db210ebe40f2c6ce11c3a07ba

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 140.0 kB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 1fe0495aece24a967539b8034456989617d4aa66a95bffecfbac7ab48189dcb5
MD5 aabfd05d47db7b19c6ab49a0a82c8307
BLAKE2b-256 5d7da3a6c159e5be61e97efdc9bff2fb3f6f42eb56efa6e958cf5b5e3e803ccb

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-win32.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-win32.whl
  • Upload date:
  • Size: 131.8 kB
  • Tags: CPython 3.8+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-win32.whl
Algorithm Hash digest
SHA256 9e3be785a6f3cb2cc33c0a6fc3d24b2ab6976296214840abc61d965b5ec2b950
MD5 b6c64f5d4bdceb3cff40a23608c5bdc6
BLAKE2b-256 73639d025d75557467c1b52407b65a3fab890d20164defe1e7f5bb20b0eb0622

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 486.4 kB
  • Tags: CPython 3.8+, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0820b2f5718c035205f106002f636625ecfc4cf831cf4ad0a136b791011ed1c
MD5 d73aa9495c87d28f328043f960ef889e
BLAKE2b-256 963ebceebd10c8f137206adafc5274906cc99efe714bdddf80804f38a32950b6

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_i686.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 515.0 kB
  • Tags: CPython 3.8+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 181f54ba56ff9cd47664da354f3785f81422b780953e4bcc391a9c1bee4594e9
MD5 27dde82062c661828153a1eacdd70798
BLAKE2b-256 77ee36a55fbfd098d9dc97651fdbd428411f6131a317ed3f4d771a8507f3e65b

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 555.9 kB
  • Tags: CPython 3.8+, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e67dab594e159e1f6896681b28ce335efcdd9a34454e2fd98d8652a4ba2fb583
MD5 ff9ef3a373277fe0ec816f678b4f9a2c
BLAKE2b-256 99002e94e48fb7c0bd740f2392543cb875eabd65b13eb7fdf3e7c5b8ef5e4d0e

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 452.7 kB
  • Tags: CPython 3.8+, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e16cebc9d42e3734572e5d3dec67400d9351f68a4818d01e07c6b16b2428d5db
MD5 97c6008af122388d1a23e23187048383
BLAKE2b-256 cffe7f2f9a3f54f9ce29223fabc04cd534b469352883c56dd9c20a32ff7ebf0b

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 285.4 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 231803f1c7ea4e21ef319d01a2d0c677dee398138d3ace9450d1403124173240
MD5 2b0f29aab8911fee820cbdc8a1d45b43
BLAKE2b-256 463094b3cde786ce868f6605658b0bada9d03aa25318a48afab184e977dc0a09

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 305.4 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a1e7e885718132963c43a0d7657d8b9a162239ec196cb5ab2eef8526ac607a44
MD5 a9bbf4abcd5f1c4b14ea153b3ce440ca
BLAKE2b-256 8864002d17b03ab8158cc5972115ab1a40f8be53e25a074f9372ce9805761ef3

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 396.7 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a9142690874ef779c633da0483943641cd1f2bcf6f0498b7643d03519481ec82
MD5 9c2dc779c8570c0b0bfa4563fb8ff326
BLAKE2b-256 a7ff5722305f7c20263857406b2eeb570d2422ce36bd8ea476d673a235eed7f6

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 298.0 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 245edaac50cd3d8027c5a1604b2a35aef59a6468cd2975a909449632b66bc028
MD5 37932c7b015c7ddc693070bb52d7f9d9
BLAKE2b-256 b69a3b5d41febc411205768607c383cd14a32fc4436f6fc514c23c76654ecf44

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 282.1 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a41b02723db850ca13fc97515a22129d45823f8ed1f3c0d816929c9377387725
MD5 779ed5f0d6c8c50281362fef58f81026
BLAKE2b-256 abb811e0a64c49f9bc9864f73d1909ce4e91ba38b9544685863da1db96589123

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 278.1 kB
  • Tags: CPython 3.8+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 893916edd17a315b8cec4e5d7e7a9ce9570705245ca42e2105d1337fd725a2e0
MD5 da1d0396515c4c6b92fac9f5b449635d
BLAKE2b-256 302478a92e795fa657c3479d61a7c9d6dcab58fad1103d5692c34debeedb44a4

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 222.8 kB
  • Tags: CPython 3.8+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1049d2b965833500565753275684e93f0e1ecd898dcaa88f325844cd969eaed
MD5 0e9bd4f504a60a0e3f38e2ce2c83c2cd
BLAKE2b-256 de3ffde8ab2971fb594de6e2decb0668a5e0db32ae6080fa2a84bb660b40d1b7

See more details on using hashes here.

File details

Details for the file hackers_manifesto-0.1.10-cp38-abi3-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: hackers_manifesto-0.1.10-cp38-abi3-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 227.0 kB
  • Tags: CPython 3.8+, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for hackers_manifesto-0.1.10-cp38-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84df3c1fe6c44330655a634a6df4a0d21fb016013fb32ed35bd17dddf9700c5e
MD5 535b3435d1c014f17103ce194ed31dfe
BLAKE2b-256 a8a4ba17920cd33d68f823020c5c1f65e89f7183a3f1327f3f0349f454cd9478

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