Fandango produces myriads of high-quality random inputs to test programs, giving users unprecedented control over format and shape of the inputs.
Project description
Welcome to Fandango!
Fandango is a powerful generator of inputs and interactions designed for software testing. Given the specification of a program's input or interaction language, Fandango quickly generates a myriad of valid inputs to test your systems.
✨ Expressive & Flexible Specifications
Fandango's specification language combines a grammar with constraints written in Python, making it incredibly expressive.
- Custom Testing Goals: Define exactly what you need. If you require your inputs to have particular values or follow specific distributions, you can express these testing goals directly in Fandango right out of the box.
🚀 Versatile Modes of Operation
Fandango adapts to your workflow by supporting multiple operating modes:
- Black-Box Fuzzing (Default): Generate inputs directly from a
.fanFandango specification file. - Input Mutation: Feed Fandango your sample inputs, and it will mutate them to obtain more complex and realistic test cases.
- Protocol Fuzzing: Generate dynamic interactions. Fandango can act as a client or server, producing and reacting to interactions according to your protocol specifications.
🧠 Under the Hood
Fandango comes as a portable Python program, meaning it runs easily on a large variety of platforms. To produce its inputs, it leverages sophisticated evolutionary algorithms. It starts with a population of random inputs and systematically evolves them through mutations and cross-overs until they perfectly fulfill your given constraints.
🗺️ Road to 2026
Fandango is in active development! We are constantly expanding its capabilities. Features planned for 2026 include:
- Coverage-guided testing
- Code-directed testing
- High-diversity input generation
- ...and much more!
Installation
Fandango requires Python 3.11 or later:
$ pip install fandango-fuzzer
Then write a specification and generate inputs from it:
$ fandango fuzz -f your_spec.fan -n 10
See Installing for other options, including building from source.
📚 Ready to dive deeper? For complete documentation, including tutorials, references, and advanced usage guides, visit the Fandango Documentation.
New to Fandango? The hands-on tutorial takes one small protocol and works up from random bytes to a stateful conversation, one idea at a time.
Contributing
Contributions are welcome, and reporting a bug or fixing a typo counts.
- Contributing guide covers setting up a development environment, what our CI checks, and how to get a pull request merged. Please note that we ask you to comment on an issue and be assigned before starting work on it.
- Code of Conduct applies to everyone taking part.
- Getting help if something is unclear or not working.
- Security policy for reporting vulnerabilities. Please report these privately via GitHub's security advisory form, not as a public issue.
Citing Fandango
If you use Fandango in academic work, please cite the ISSTA 2025 paper
FANDANGO: Evolving Language-Based Testing.
GitHub's "Cite this repository" button, backed by
CITATION.cff, generates this for you:
@article{zamudio2025fandango,
author = {Zamudio Amaya, Jos\'{e} Antonio and Smytzek, Marius and Zeller, Andreas},
title = {{FANDANGO}: {E}volving Language-Based Testing},
journal = {Proc. ACM Softw. Eng.},
volume = {2},
number = {ISSTA},
articleno = {ISSTA040},
numpages = {23},
year = {2025},
month = jun,
doi = {10.1145/3728915},
url = {https://doi.org/10.1145/3728915},
publisher = {Association for Computing Machinery}
}
Note that the first author's family name is "Zamudio Amaya".
License
Fandango is licensed under the European Union Public Licence V. 1.2. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fandango_fuzzer-1.2.0.tar.gz.
File metadata
- Download URL: fandango_fuzzer-1.2.0.tar.gz
- Upload date:
- Size: 14.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3f68547f6eb6f929627b9d92e12e4bdaa4fe50a2fc441d5814b2b731b46bb3a
|
|
| MD5 |
eca87010c54a5e774c9dd371f3f0d38e
|
|
| BLAKE2b-256 |
cf9425c3248fd8fab98f2708377a7be18ebd36a491b15444de13c29f4423233d
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaec1a4f46f5f5a78acaf29294b5d98dafe827d4ae5e58c6e4c2323fd6783f99
|
|
| MD5 |
de7d06f833374deee2cb719b62861084
|
|
| BLAKE2b-256 |
432cc54926696cda446861b981bce22d3f89186b853862af865ffcc22f8551aa
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89409685729868f1832be8ea9a0d819faf2d3e831b546668f028137cb8bd496d
|
|
| MD5 |
050c1571f9c078f1d7679dea45611c9c
|
|
| BLAKE2b-256 |
55f77e086fbec4d8a0ed4ea13ef395c9261ac40fa36f121e945da630e204496a
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b748e3a2052e1af702a31635a9d54ea5d8792771f6cdfc5322699051e1d19f2
|
|
| MD5 |
40da98c13e730b6112b42798e2cbcb06
|
|
| BLAKE2b-256 |
7e32f48722499f3f95b4115b3a150626986bf38d4d1078e5c41cdf2a4efce122
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a0708c0a65d516b4000366d5bdea4cfa44070e906122474357118d065cf6543
|
|
| MD5 |
da8ae8ce3a37662afaa8fb3f33043636
|
|
| BLAKE2b-256 |
0ec9a3b19c1301f51da702edf844f526053164c8d4059c8751b24647c4d99a95
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c5802a775e4b84ab34dbf8cff39aa8b420acbe68dcbd0a21994b97421ee4863
|
|
| MD5 |
f6148aa269079609829df7f5285e58ae
|
|
| BLAKE2b-256 |
508c28d9867b30a549aeb708025aafc2fdd5b0e3be126f1b6cbb01d1501ecb11
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d2b8ee9ee2229c4e7043c179708b4539d090b0a643f8b0f3ec7eed5f30afa2e
|
|
| MD5 |
c645d529a57814a403c920c343349546
|
|
| BLAKE2b-256 |
fdccffd407ceb0761922abcbcdd39d7fa805edcc050065bc5dedd46c41369ffe
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4def1c5c4a980a17aa4a0b96fc9870aa5fe500a70d4d64552d6a59c3d803c8cd
|
|
| MD5 |
150ced6296a20ff8c0df513dd24ddf44
|
|
| BLAKE2b-256 |
f7a550cb0c865cda6972f5221222beb4c4dfe4f79aa1850e11082a6547139cb6
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b13102c0bd7b25a00014bc947d591099e23075fd6cb4a30079502103a3ec4d8
|
|
| MD5 |
a6a7ad025f4874c80a25294300dddc4c
|
|
| BLAKE2b-256 |
d06377b82c3020b4efd5fd9aa4c19221a2e8f8072c10a5592763646ed4541151
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae3034842b89c5fbeb50064f61aab76333ac3ba9de35f484a6e6d242e0cc02a8
|
|
| MD5 |
a515b04408d837c2bbd6cb3accfc3472
|
|
| BLAKE2b-256 |
c5c6746abd3b24db61e48febd76725c6332dc6a6976ae4b8f2002c86846363f8
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5df3a28dd3ed2ae5f60d4c58cf5c41932310a9903a91eab46e24b656aa5e8e04
|
|
| MD5 |
90fbd1acc947e91582bb78ec80173345
|
|
| BLAKE2b-256 |
92e7484ac1bf3cdfa0e87298ad3a6f808ac3a34e34acbd011487515c3ecd6948
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e365ae333a3970e0a629d40e56ea8f2008727acdd89c5df27ff12979c25939d5
|
|
| MD5 |
3f83aa23f48a2c3f39f4e15addb1e4af
|
|
| BLAKE2b-256 |
b6323dd67d4227aa373d2cebc5a7c3e5ab11fb22973c27c753703747166c80e3
|
File details
Details for the file fandango_fuzzer-1.2.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
140744fd6a0091f7be35ecedeca042c82c8a08f816f240e8bc19c6f515db2f90
|
|
| MD5 |
3ac0a319a365e350fdf1dd9c8e04069f
|
|
| BLAKE2b-256 |
52e9506a9d6170de9749b352faa1143ce6ed23b65bc871f5cbd1d1265dabd634
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a840b53189e5f3ec63f3d8e56ee9222135612c1fe0b867fa3b401babaf40f3
|
|
| MD5 |
8bd9caee5aad8cebc3767cab58b0c1d6
|
|
| BLAKE2b-256 |
6b3bfee71f4a77998b8fd057adb9bd6bb2702fdd6c6e4ba2bfc0211b771689cb
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9da2307191e1543019145ab937dd8327e6f3f83970752ddd6fe2c3a740a6e98
|
|
| MD5 |
0316a1fe7885066435815d5ebe7f53b1
|
|
| BLAKE2b-256 |
b478f6e146d0087befab627022b4491a73c02c3b18dcceb06321d9b352a1eb04
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
106d2a0ffbb6bbf66647bfaecaf095bc24814368cb3e47ebcc0d554aa49b9d5c
|
|
| MD5 |
2a4e20e7e53cb2a2bc731bed8f4788b2
|
|
| BLAKE2b-256 |
3dade2c4e8332be6e4347b36aee9c0346f02fb68918f5f443494fea5cb664966
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e60780c312f8f52814f21da236e0889e50d0e13569e82e805e80b0e55bf05a3a
|
|
| MD5 |
3b4dd37280244ded0771db5af5ea3d5b
|
|
| BLAKE2b-256 |
dda92a8d13ac6dc3e2d8ea9224fbdfb401705fc399cb0a4dd155986c3cc271ce
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
806f9fb36913adbacf5f5485609ccb96931b89e7047b6cfc40a01d1af43f133c
|
|
| MD5 |
b20b302b5bcd51f0393c8148b8b508c4
|
|
| BLAKE2b-256 |
a46131b65c2fd18f921fdb6ba4f6cbe443a40c7131be730701bc6eb666ff6455
|
File details
Details for the file fandango_fuzzer-1.2.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb98a4a7f15353690a310f105955856c3af21501c2a039a498593134d33f7ae9
|
|
| MD5 |
d3ec20590d509b4b20bcf21fa6fd4772
|
|
| BLAKE2b-256 |
3a1affe2cf9149422db1e6f14eee2b9295bf78962032fb31bc9e546c514a3b4b
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371a2d4237b835f294f414a8bedcad44867e15ac2ceb9aa919c5201eb2103d1b
|
|
| MD5 |
9c6b7e40cd60d5a01e4f6499aaebc06d
|
|
| BLAKE2b-256 |
74e2704e744a7e06313923a55ab32e4d960f92f8cda0ab73a59bb685ac83688b
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7359c1542cbeb3d7f15b39bd8260bf62dd1ff75b75f7d251b9d1054f8512db6e
|
|
| MD5 |
3c77eed2acd6f9f73413d15afb5cd012
|
|
| BLAKE2b-256 |
ae8e651d6a814d811dfacdd289713b0e4ce87219660241ccd44a8d1932eccfca
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
610107126d5abd081b44b3c97448c35b50580efb448bd87275125350542fd08f
|
|
| MD5 |
52aad647bfa9019450ba6b42d22a33b8
|
|
| BLAKE2b-256 |
1eee146097b506693d48395d5c8efde113368a03abe0d9de8d939df94f881c2d
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88f4c9eb9270df42cfda36a6ee5d7c223010b3b007d8b5edd98e60efcc65e7be
|
|
| MD5 |
dee619b483ee2be62bd1eb3be87d2bbf
|
|
| BLAKE2b-256 |
fbda05e68a4f25dcb0ba491b93544fa1a527e8b5aeae6b62c4a1f41a3de64a59
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2dcfa9bcbaa39ae14992509a31b88ab752710be3fdbdd41bba2ac067b38fd4d
|
|
| MD5 |
2361ac2d5557f581b69e67799d166c0c
|
|
| BLAKE2b-256 |
35d3c87a6e5c408781c543b815b5b18079cc455588e8b90f7b95d2000bb63be6
|
File details
Details for the file fandango_fuzzer-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29570af5ae62f72c00678bcf6d94c6485c0aed871d2efd5124908ebaeef7f639
|
|
| MD5 |
9b1c6ae73fa6f80c5e4463b5bc695215
|
|
| BLAKE2b-256 |
8dae6c933c20f583f776113dd8d783164f9f3703d8f9981bea1b24a4e0832ad5
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bcee711ed2fcb24171a725abae2f58b4a5e12faa078e70849bb95ff76b242d7
|
|
| MD5 |
3c98d8a5c8056c8c47efdc9167eca453
|
|
| BLAKE2b-256 |
15c792859f18ab2822edebcd54d9c674596dfd041d3cf5b220e74580eba6480d
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5662901eb1b76361919984d057ccb1ad52c5dde644247758647c04fd571abab7
|
|
| MD5 |
b7a1cf9fb49c1e7882dbf7482bb9bd3b
|
|
| BLAKE2b-256 |
10131cb8d41c6d4cedbb7be50cc214def2b39b63d6719566129ad942efd26c1b
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dab6f4055d5bc0d321f35b303c8a509a4535e9af7050890324b52c0562fb3bac
|
|
| MD5 |
72351b07ed15e8deb6d54ba0bb4af1bb
|
|
| BLAKE2b-256 |
d6c6086437e1f44810282188023819cc280fa0351f76efa6956de65bdc81a5a3
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
864f99f440de506e12282331d9a5e5c56b8e40affe842b89180845201a10bd79
|
|
| MD5 |
438dac647d57721821adfa9cbccc798a
|
|
| BLAKE2b-256 |
5140079e92b17941c51842eebda8f49c4145a562f4614a6336ad74fb89e2f5fa
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e38d0827b4c3c80157eef59c03def3510a4e0f4ca63b21f647a00bb3d524b830
|
|
| MD5 |
eca02896e4cf913d924ea53170b366e3
|
|
| BLAKE2b-256 |
1d46418d1270894f30e8cbff94c4de2fdc2c31f7b4f4cea44429edbafbbc8c43
|
File details
Details for the file fandango_fuzzer-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fandango_fuzzer-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12d91fc593d114822f10b85d1bd2eb07e3d5d3d9b7bb848945440edf5cdade2
|
|
| MD5 |
1ea97083da0aa8bb47e19ae61f4a31a3
|
|
| BLAKE2b-256 |
4b2954c11873f8e647bb07ef31ee46cd8bbafe0c80e218ad461bed7014ca5ed2
|