Python bindings for MaskTunnel (Go)
Project description
MaskTunnel Python Bindings
Python bindings for MaskTunnel — an HTTP(S) MITM proxy that adapts its browser fingerprint based on the request User-Agent.
This package wraps the Go implementation and exposes a Python-friendly API.
Overview
MaskTunnel is an HTTP proxy that dynamically changes its fingerprint to mimic real browsers (Chrome / Firefox / Safari / Edge) according to the User-Agent header in requests.
Key capabilities:
- Browser-like TLS fingerprints (JA3 / JA4)
- Browser-like HTTP/2 fingerprints (e.g. Akamai-style settings and frame patterns)
- Automatic selection based on User-Agent
- Optional response JavaScript injection
- Optional upstream proxy chaining
Installation
Using pip (Recommended)
pip install masktunnel
Build from source (sdist)
Building from source requires:
- Python 3.9+
- Go toolchain
- A C toolchain suitable for building Python extensions
Quick Start
Run a proxy server
from masktunnel import Server
server = Server()
print(f"Proxy running at: {server.addr}")
# Blocking; run in a thread if needed
server.start()
Use CLI
After installation:
masktunnel server --port 8080
API
Server
Create a server with options:
from masktunnel import Server
from masktunnel._server import ServerOptions
opts = ServerOptions(
port="8080",
username="",
password="",
payload="",
upstream_proxy="",
user_agent="",
verbose=0,
)
server = Server(options=opts)
Common operations:
server.start()
server.stop()
server.reset_sessions()
Notes
- The native module is generated at build time into
masktunnellib/. - Prefer installing wheels when available; building from source depends on the local toolchain.
Links
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 masktunnel-1.0.16.tar.gz.
File metadata
- Download URL: masktunnel-1.0.16.tar.gz
- Upload date:
- Size: 46.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79094e5b9ce1ce819bd086e190cf6c7ac94305f481c2201bdda3c83e7d28caa
|
|
| MD5 |
78ff1962b0c4f72431bcd12cb201507a
|
|
| BLAKE2b-256 |
ea44411d34bd874f911e579c0ec42d5077ffeee96854847be87baf61eb183b5d
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16.tar.gz:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16.tar.gz -
Subject digest:
d79094e5b9ce1ce819bd086e190cf6c7ac94305f481c2201bdda3c83e7d28caa - Sigstore transparency entry: 849856722
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dc71a415a2d924a65fcefcaf68500f07206e24ffb11936cb6a07a3e77fddf94
|
|
| MD5 |
7331baf304e68604a850368ed9aaf782
|
|
| BLAKE2b-256 |
036ec3ec48e5ee3d859529de2e43f23fd9701142984b6f8992e67a5415fab2c1
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
9dc71a415a2d924a65fcefcaf68500f07206e24ffb11936cb6a07a3e77fddf94 - Sigstore transparency entry: 849856748
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp313-cp313-macosx_15_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp313-cp313-macosx_15_0_universal2.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.13, macOS 15.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
362755e069ac11753e9ad9a03a82c4bf02e64a004b35e2f4ba5b3a87ff046d5b
|
|
| MD5 |
e34e16e9cbca5263b670fa56dbf9f0c6
|
|
| BLAKE2b-256 |
d1516289b46665de3c1428de06f56301ec5557e2f18dff29b498753f978ea29b
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp313-cp313-macosx_15_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp313-cp313-macosx_15_0_universal2.whl -
Subject digest:
362755e069ac11753e9ad9a03a82c4bf02e64a004b35e2f4ba5b3a87ff046d5b - Sigstore transparency entry: 849856753
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp313-cp313-macosx_14_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp313-cp313-macosx_14_0_universal2.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.13, macOS 14.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ea185a7e72e8b839b9e5d0a1e2004830c2679c860dc4d590a3d7c6e2ce5ce89
|
|
| MD5 |
223b01b139047378849bceeca6cb01e9
|
|
| BLAKE2b-256 |
1c08acbf4517806229333982306904086cebcc872cec246b28b259c39da78e84
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp313-cp313-macosx_14_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp313-cp313-macosx_14_0_universal2.whl -
Subject digest:
4ea185a7e72e8b839b9e5d0a1e2004830c2679c860dc4d590a3d7c6e2ce5ce89 - Sigstore transparency entry: 849856728
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 11.2 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9649ecd4be929ccfac343329fb3c9cdad325e2a7cbba8d2786788abc1cccc3a5
|
|
| MD5 |
181787fc73938a13dd3155bd1b66ef70
|
|
| BLAKE2b-256 |
86431627a7c9db6769e1422cb78d34edae1aeb0fde0c1cfc814d931fabec756e
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp312-cp312-win_amd64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp312-cp312-win_amd64.whl -
Subject digest:
9649ecd4be929ccfac343329fb3c9cdad325e2a7cbba8d2786788abc1cccc3a5 - Sigstore transparency entry: 849856746
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d1f5cd9e13e6cc1a127e16a1e5000014b3420dab23491e585bf34f11be42fed
|
|
| MD5 |
3452a18f48107ae1e7910c1c343d9d57
|
|
| BLAKE2b-256 |
528d05ca1febe89b76b0c6cbb80325784938a466be77a7701d2ac491b29e7005
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
9d1f5cd9e13e6cc1a127e16a1e5000014b3420dab23491e585bf34f11be42fed - Sigstore transparency entry: 849856741
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp312-cp312-macosx_15_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp312-cp312-macosx_15_0_universal2.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.12, macOS 15.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcb60160d40d1ee3f5a501701b665a6c8338f3fdc127d3d58872bfc374f827b2
|
|
| MD5 |
a9ea3099115cb7d17f0aadd8e0ea52b8
|
|
| BLAKE2b-256 |
709478a0a25291fd4207b831a10b310b0d80568a1136eb642bf6166ce3d053e7
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp312-cp312-macosx_15_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp312-cp312-macosx_15_0_universal2.whl -
Subject digest:
dcb60160d40d1ee3f5a501701b665a6c8338f3fdc127d3d58872bfc374f827b2 - Sigstore transparency entry: 849856736
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp312-cp312-macosx_14_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp312-cp312-macosx_14_0_universal2.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.12, macOS 14.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53df96d248fa53e9dee621f156a09009332bcc66f0dee750d22f289633ec61fd
|
|
| MD5 |
145b00861cd93f13a753408803d34fa6
|
|
| BLAKE2b-256 |
6d40ce087c33d5b284b20fb807c255de68fb734b97f57cc2e9a040801796e73a
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp312-cp312-macosx_14_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp312-cp312-macosx_14_0_universal2.whl -
Subject digest:
53df96d248fa53e9dee621f156a09009332bcc66f0dee750d22f289633ec61fd - Sigstore transparency entry: 849856751
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 11.2 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba117e5caaf67b63e2e2b788b92cd4851bba73758b6e470defdd7014aacc53b6
|
|
| MD5 |
5968548ce76a99f5da9b5dc6fe212ec7
|
|
| BLAKE2b-256 |
d14a8babafeeaeb6ba3a453dba5246b91f0741d9936152a73fdb6399081b6953
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp311-cp311-win_amd64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp311-cp311-win_amd64.whl -
Subject digest:
ba117e5caaf67b63e2e2b788b92cd4851bba73758b6e470defdd7014aacc53b6 - Sigstore transparency entry: 849856758
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
026fcce7a67da13651aad050c7ccd3c04e9f9775bdbe3b6081357c919becbb46
|
|
| MD5 |
a36dff9ce8f10d12807a0b4925c8d022
|
|
| BLAKE2b-256 |
d652ae3b19f1c2077c02bcac55e18371e94c2e6a1b1f08099d97c033f980b524
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
026fcce7a67da13651aad050c7ccd3c04e9f9775bdbe3b6081357c919becbb46 - Sigstore transparency entry: 849856763
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp311-cp311-macosx_15_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp311-cp311-macosx_15_0_universal2.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.11, macOS 15.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6873d3267803c711bd8c8dbf330aa3bddb6c276b7c005d1089c63be0aceedbb6
|
|
| MD5 |
a76e3091947496b7f2b3327164f15087
|
|
| BLAKE2b-256 |
d3212520d13b2cb6b64cc11f10e29e0bd764385f92441a0e6bf4962b85658899
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp311-cp311-macosx_15_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp311-cp311-macosx_15_0_universal2.whl -
Subject digest:
6873d3267803c711bd8c8dbf330aa3bddb6c276b7c005d1089c63be0aceedbb6 - Sigstore transparency entry: 849856765
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp311-cp311-macosx_14_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp311-cp311-macosx_14_0_universal2.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.11, macOS 14.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b4c7962b342b79dccd774926d81bc329345253b84f2e5c15122d2ca3d600a3f
|
|
| MD5 |
956dce1e188bb2d09581cd3923bbe658
|
|
| BLAKE2b-256 |
782c6378c149635fe44c05c49fa0f80dcc9e4f7dbd6545d7131ce7b9ad022191
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp311-cp311-macosx_14_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp311-cp311-macosx_14_0_universal2.whl -
Subject digest:
5b4c7962b342b79dccd774926d81bc329345253b84f2e5c15122d2ca3d600a3f - Sigstore transparency entry: 849856761
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 11.2 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd87316ffff8d563e5e9c999ddfd5a4faba0f358c9ee225f0a42f343ab522fda
|
|
| MD5 |
ec9fd4313b62a8a3b9d9859f54519b75
|
|
| BLAKE2b-256 |
acee3999924e82a435365d6d0062d78f5d7951662fb6c0d375a0a0a796cea744
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp310-cp310-win_amd64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp310-cp310-win_amd64.whl -
Subject digest:
fd87316ffff8d563e5e9c999ddfd5a4faba0f358c9ee225f0a42f343ab522fda - Sigstore transparency entry: 849856744
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
699064c70255bcb6471a9be66b8e829318c3b66f9fcc1301633a4224398e8d60
|
|
| MD5 |
1be33895971a11278b4da442b0d5bd34
|
|
| BLAKE2b-256 |
cee4eff5a09258b9a4b95937a4884a8cbbfb120a40b557857bd01a5b02c1f8a5
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp310-cp310-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
699064c70255bcb6471a9be66b8e829318c3b66f9fcc1301633a4224398e8d60 - Sigstore transparency entry: 849856734
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp310-cp310-macosx_15_0_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp310-cp310-macosx_15_0_x86_64.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.10, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1470e22fc66bfff09fb7b3b14b3cb20802621190dec980878bd20fb6b451350
|
|
| MD5 |
1b8c0a50c2b6886b821a52c627e9308f
|
|
| BLAKE2b-256 |
a95a859b8d30d62c1a9ab8dcf410835c10d192e41d45b39832868552b41a603d
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp310-cp310-macosx_15_0_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp310-cp310-macosx_15_0_x86_64.whl -
Subject digest:
a1470e22fc66bfff09fb7b3b14b3cb20802621190dec980878bd20fb6b451350 - Sigstore transparency entry: 849856737
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp310-cp310-macosx_14_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp310-cp310-macosx_14_0_universal2.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.10, macOS 14.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a590bafd1acc295ed2cc036416585cddf34a6ad221de396db94f5fd6d6358c4
|
|
| MD5 |
3a93cc64fb8a656d2446b2b88ef40e96
|
|
| BLAKE2b-256 |
952928c2fcc4c58d527b074b6cd38a15bc0cb6028fec70c14c7e0a4e6d9c0b2e
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp310-cp310-macosx_14_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp310-cp310-macosx_14_0_universal2.whl -
Subject digest:
7a590bafd1acc295ed2cc036416585cddf34a6ad221de396db94f5fd6d6358c4 - Sigstore transparency entry: 849856723
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 11.2 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e90e79d53af12fcefab377ffc3ec191ff4e682d51436fa64a3ed41f34e4a6d5
|
|
| MD5 |
a769608a7b44bc213a68dbed9da652ba
|
|
| BLAKE2b-256 |
0f89211042821a8fb52ce13e389d23835032a4c12f36b5d5c5f89ee51cf79376
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp39-cp39-win_amd64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp39-cp39-win_amd64.whl -
Subject digest:
2e90e79d53af12fcefab377ffc3ec191ff4e682d51436fa64a3ed41f34e4a6d5 - Sigstore transparency entry: 849856739
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a14defb15d4d86e6f2d9f7893ebaefb8da6e5ac64985a1c9ecc72cf6b11200
|
|
| MD5 |
06f68f7eb0dfa25f3b7ad84b66147a3c
|
|
| BLAKE2b-256 |
8632005dd00d407f3abc916666b1b717bfec01b0181fb2a06d201dbec65cd21d
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp39-cp39-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl -
Subject digest:
74a14defb15d4d86e6f2d9f7893ebaefb8da6e5ac64985a1c9ecc72cf6b11200 - Sigstore transparency entry: 849856766
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp39-cp39-macosx_15_0_x86_64.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp39-cp39-macosx_15_0_x86_64.whl
- Upload date:
- Size: 6.3 MB
- Tags: CPython 3.9, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1ce06f8dd878c37880d3557fbb07d7692f67baeff5de487018ace8b1ef3c805
|
|
| MD5 |
7b20c1cc88121489a55b665406fbe72d
|
|
| BLAKE2b-256 |
483b6e55cbec5d53aef03fd2f3d413257330c513d7bb818916e261e00126c6bb
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp39-cp39-macosx_15_0_x86_64.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp39-cp39-macosx_15_0_x86_64.whl -
Subject digest:
a1ce06f8dd878c37880d3557fbb07d7692f67baeff5de487018ace8b1ef3c805 - Sigstore transparency entry: 849856755
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type:
File details
Details for the file masktunnel-1.0.16-cp39-cp39-macosx_14_0_universal2.whl.
File metadata
- Download URL: masktunnel-1.0.16-cp39-cp39-macosx_14_0_universal2.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.9, macOS 14.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b83fa6628e56d2ded43363c7ad1759b74bc29153dd470f74f01836e82b26d39
|
|
| MD5 |
2a2598256f09c003c19365bd15c97810
|
|
| BLAKE2b-256 |
ff0e65456619bb1e3d4bbc300ffe20d739f6083e2df9dda898fdca85c5855203
|
Provenance
The following attestation bundles were made for masktunnel-1.0.16-cp39-cp39-macosx_14_0_universal2.whl:
Publisher:
publish-pypi.yml on cloudflyer-project/masktunnel
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masktunnel-1.0.16-cp39-cp39-macosx_14_0_universal2.whl -
Subject digest:
9b83fa6628e56d2ded43363c7ad1759b74bc29153dd470f74f01836e82b26d39 - Sigstore transparency entry: 849856768
- Sigstore integration time:
-
Permalink:
cloudflyer-project/masktunnel@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Branch / Tag:
refs/tags/v1.0.16 - Owner: https://github.com/cloudflyer-project
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@b6c56f170bd85ba5d39072ad3f07a59610971a85 -
Trigger Event:
release
-
Statement type: