Skip to main content

🛡️ SYNAPSE SHIELD

Next-Gen Open-Source Behavioral Biometrics & Bot Mitigation Engine

A privacy-first, zero-friction, self-hosted alternative to Cloudflare Turnstile.

PyPI License: MIT CI/CD FastAPI Python 3.10+ Inference SLA Zero-PII


Key Features • Architecture • Quickstart • Developer Guide • Benchmarks • Math


⚡ Overview

Synapse Shield replaces intrusive legacy CAPTCHAs and expensive proprietary cloud WAFs with sub-millisecond behavioral biomechanics.

By evaluating natural human neuromuscular micro-tremors (Jerk: $\frac{da}{dt}$), Fitts's Law terminal deceleration profiles, cursor curvature, and millisecond keystroke dynamics, Synapse Shield autonomously classifies and mitigates bots, scrapers, and credential stuffers before they touch your backend logic.


✨ Key Features & Security Architecture (v0.9.0)

Feature Description
⚡ Microsecond Benchmark Suite Built-in CLI command (synapse-shield benchmark) profiles 19D Kinematics ($73.7,\mu s$), 1D-CNN inference ($451.2,\mu s$), and end-to-end evaluation ($828.1,\mu s$, ~1,200 req/sec) with ASCII/JSON reports (v0.7.9).
🧬 Biological Synthetic Human Generator Multi-bell submovement velocity decomposition with natural valleys, biomechanical arm curvature, and inertia-filtered neuromuscular micro-tremor achieving 100% human verification accuracy (v0.7.9).
🛡️ Isolated Weight & Bootstrap Architecture Fine-tuning saves to ./synapse_weights.npz (or SYNAPSE_WEIGHTS_PATH), isolating package distribution weights. --bootstrap enables zero-data model calibration on clean installs (v0.7.9).
🌊 FFT Tremor Spectral Analysis (DSP) Fast Fourier Transform (np.fft.rfft) decomposes velocity sequences to evaluate Power Spectral Density (spectral_purity & spectral_entropy), mitigating synthetic harmonic oscillator tremors ($\sin(2\pi ft)$) in the frequency domain (v0.7.8).
🖐️ Sub-Movement Kinematic Decomposition Decomposes trajectory paths into discrete ballistic and corrective velocity pulses based on Fitts's Law. Trajectories lacking physiological sub-movements (submovement_count <= 1) are flagged as polynomial bots (v0.7.8).
🔄 Session-Level Behavioral Invariance Stateful sliding-window telemetry tracking across session requests. Mitigates attackers rotating random seeds or repeating deterministic kinetic templates (v0.7.8).
🎯 Adversarial AI Retraining Pipeline Built-in synthetic telemetry generator (synapse_shield.adversarial) enriches 1D-CNN active learning with adversarial Bézier, sinusoidal, and minimum-jerk curves, eliminating out-of-distribution blindspots (v0.7.8).
🛡️ Comprehensive Security Hardening Full remediation across all vector layers (P0-P2): Stored XSS defense, admin-authenticated WebSocket terminal, SSRF & DNS rebinding allowlist for webhooks, and gated Brave Farbling logic (v0.7.7).
⚡ Sub-Millisecond Composite SQLite Index Composite index (idx_ip_strikes_ip_ts) eliminates table scans, enabling sub-millisecond bot strike counting under high-throughput DDoS conditions (v0.7.7).
🔄 Transparent Token Expiration Recovery Clean separation of expired tokens (HTTP 400 EXPIRED) from active replay attacks, allowing the SDK to seamlessly renegotiate challenges without false-positive IP bans (v0.7.7).
🧱 O(N) Keystroke DoS Defense Queued hold-time analysis with strict input bounds (150 keys/scrolls max), neutralizing algorithmic complexity exhaustion attacks (v0.7.7).
🧪 Poisoning-Resistant AI Fine-Tuning Telemetry ingestion filters reject non-human or farbling-exempted traffic from the active learning dataset pool, preserving model classification integrity (v0.7.7).
🔔 Instant Discord & Telegram Webhooks Real-time security incident dispatch. Critical threat mitigations (BLOCK) and IP bans are automatically forwarded to configured Discord/Telegram channels via non-blocking background tasks (v0.7.6).
⚡ Distributed State & Redis Cluster Enterprise multi-server architecture (SYNAPSE_REDIS_URL). Atomic cross-worker replay protection (SET NX EX), synchronized IP quarantine, and zero-downtime SQLite fallback (v0.7.5).
🧩 Dynamic Yielding Proof-of-Work Sub-second client-side SHA-256 cryptographic puzzle with UI yielding to prevent main-thread blocking. Replay-attack resistant on retries (v0.7.2).
🛡️ Iframe-based Prototype Unhooking Advanced anti-stealth mechanism using hidden iframes to access clean native browser prototypes (Canvas, WebGL), bypassing attacker overwrites (v0.7.2).
🔒 SDK Runtime Immutability Object.freeze protects internal SDK states/configurations from malicious tampering on the host page (v0.7.2).
📱 Zero-Jank Mobile Events Passive touch listeners ({ passive: true }) ensure seamless 60 FPS mobile scrolling without blocking the UI thread (v0.7.2).
🪟 Sliding Window IP Ban Shield Stateful 60-second sliding time-window (SSRT-2026-004 defense). Prevents streak-reset evasion attacks even when attackers inject synthetic human requests.
🔄 NumPy-Only Active Learning Built-in synapse-shield retrain command enabling transfer learning on 1D-CNN FC layers in <3s directly from SQLite logs without PyTorch/TensorFlow.
🕵️ Anti-Stealth & Tamper Proofing Dynamically detects headless browser fingerprints (navigator.webdriver), fake plugin arrays, and native toString overwrites in WebGL/Canvas APIs.
🗄️ Continuous Learning Collector Integrated drop-in store.html telemetry collector endpoint (/api/collect_dataset) for continuous 1D-CNN Fine-Tuning with raw human datasets.
🤖 Pure-NumPy 1D-CNN Micro-Brain The Sequence Tokenizer fuses kinematics and keystroke stats into an 8D and 5D tensor architecture, fully processed by a 15KB NumPy-based 1D-CNN (Zero-PyTorch).
🛡️ Max Gating (Fusion Engine) Dynamically unifies Heuristic/Mathematical rules with the 1D-CNN AI confidence score. If either engine flags the telemetry as a Bot, the request is unconditionally blocked.
🔗 Zero-Dependency Multimodal Tokenizer Fuses 5D Mouse Sequence [dx, dy, dt, velocity, jerk] with 8D Static Keystroke/Scroll Vector via Late Fusion.
🧩 100% Invisible UX Zero annoying puzzles, image selections, or audio challenges. Legitimate humans pass friction-free.
⚡ Async Non-Blocking SLA (<0.5 ms) Heavy CPU-bound kinematics processed via asyncio.to_thread, guaranteeing zero event-loop blocking under high concurrency.
🔐 Cryptographic Replay Defense Every session is bound to a single-use HMAC-SHA256 signed nonce. Intercepted tokens cannot be replayed.
🧠 Fitts's Law Deceleration Kinematics Distinguishes advanced Bézier curve bots (ghost-cursor) from organic human hands by analyzing terminal velocity drops before click actions.
⚛️ React, Next.js & Vue 3 / Nuxt 3 Support Native packages (synapse-shield-react & synapse-shield-vue) with hooks/composables and <SynapseProtect /> drop-in protection components.
🐍 Multi-Framework Adapters Native middlewares and decorators for Django (SynapseShieldMiddleware) and Flask (@shield_protect_flask).
♿ Accessibility Mode Graceful risk scaling (accessibility_mode=True) prevents false positives for motor-impaired and assistive device users.
📈 Enterprise Prometheus Metrics Built-in /metrics endpoint supporting multi-process Gunicorn/Uvicorn aggregation via PROMETHEUS_MULTIPROC_DIR.
🔒 100% Zero-PII & Privacy-First No keystroke characters or form values collected — strictly relative millisecond timing deltas processed (GDPR & KVKK compliant).
📊 Poisson Flooder Defense Statistical Poisson anomaly detection identifies high-frequency headless API flooders and applies dynamic IP rate penalties.
💾 SQLite WAL with Auto-Pruning In-memory TTL nonce management + Write-Ahead Logging (WAL) with 10s timeouts prevents database locks during async BackgroundTasks.
🧱 Memory Exhaustion Defense Strict 256KB/512KB payload body limits evaluated at stream-read time (await request.body()) protecting against chunked-transfer inflation attacks.
🔑 Secure Admin APIs Administrative operations (/api/clear) are cryptographically authenticated via the SYNAPSE_ADMIN_SECRET environment variable to prevent unauthorized telemetry tampering.
🚨 Zero-Latency Webhook Alerts Instant real-time Telegram and Discord notifications upon bot detection via asyncio.to_thread without blocking the main event loop. Configurable directly from the Cockpit.

🏛️ Architecture & Sequence Diagram

┌─────────────────┐             ┌─────────────────────┐             ┌─────────────────────────┐
│  Client Browser │             │  FastAPI Gateway    │             │  Kinematic Decision     │
│  (synapse-sdk)  │             │  (Synapse Shield)   │             │  Engine (<0.5ms SLA)    │
└────────┬────────┘             └──────────┬──────────┘             └────────────┬────────────┘
         │                                 │                                     │
         │── 1. GET /api/challenge ───────►│                                     │
         │◄── 2. { nonce, ts, hmac_sig } ──│  (Generates single-use signed nonce)│
         │                                 │                                     │
   [User moves cursor / types]             │                                     │
   [SDK bundles 50Hz telemetry]            │                                     │
         │                                 │                                     │
         │── 3. POST /api/score {token} ──►│  (1. Validates HMAC signature)      │
         │                                 │  (2. Checks 60s TTL freshness)      │
         │                                 │  (3. Checks Replay Attack nonce)    │
         │                                 │                                     │
         │                                 │── 4. asyncio.to_thread ────────────►│ (19D Kinematics)
         │                                 │                                     │ (Jerk & Fitts's Law)
         │                                 │                                     │ (Poisson Anomaly)
         │                                 │◄── 5. (bot_score, ALLOW/BLOCK) ─────│
         │                                 │                                     │
         │                                 │── 6. Save Log to SQLite (WAL)       │
         │◄── 7. HTTP 200 {ALLOW/BLOCK} ───│                                     │

🚀 30-Second Quickstart

Option 1: Install via PyPI

pip install synapse-shield

Run the server and live cockpit directly from your terminal:

synapse-shield run --port 8000

Run the automated 7-vector adversarial security test suite:

synapse-shield test

Retrain the 1D-CNN AI model autonomously on local SQLite telemetry (Active Learning):

synapse-shield retrain --epochs 5 --lr 0.01

Option 2: Clone & Local Development

git clone https://github.com/0xStoic-bit/Synapse_Shield.git
cd Synapse_Shield
pip install -e .
python test_suite.py

Visit http://127.0.0.1:8000 in your browser to launch the Live Security Cockpit.

Run the entire Synapse Shield stack, including the backend engine, SQLite WAL persistence, and the telemetry collector in a single container.

# Start the container in detached mode
docker-compose up -d

# View real-time logs
docker-compose logs -f

The Synapse API and Live Cockpit will be available at http://localhost:8000.


🚨 Real-time Webhook Alerts (Telegram & Discord)

Synapse Shield features zero-latency background webhook notifications. When a critical threat is blocked (e.g., STEALTH_AUTOMATION, POISSON_FLOOD), you receive an instant alert on your phone.

Setting up Telegram Alerts

  1. Open Telegram and message @BotFather with /newbot.
  2. Follow the steps to get your HTTP API Token (e.g., 123456:ABC-DEF...).
  3. Send a message like "Hello" to your newly created bot to initialize the chat.
  4. Message @userinfobot and press START to get your Chat ID (e.g., 123456789).
  5. Open the Synapse Shield Cockpit (http://127.0.0.1:8000), click WEBHOOKS, and paste your Token and Chat ID.

Setting up Discord Alerts

  1. Go to your Discord Server settings > Integrations > Webhooks > New Webhook.
  2. Copy the Webhook URL.
  3. Open the Synapse Shield Cockpit, click WEBHOOKS, and paste the URL.

💻 Developer Integration

1. FastAPI Integration

Protect any API endpoint using the @shield_protect decorator or global middleware:

from fastapi import FastAPI, Request
from synapse_shield import shield_protect, SynapseShieldMiddleware

app = FastAPI()
app.add_middleware(SynapseShieldMiddleware, protected_paths=["/api/auth"])

@app.post("/api/login")
@shield_protect(max_risk_score=50.0, accessibility_mode=False)
async def login(request: Request):
    return {"status": "authenticated"}

2. Django & Flask Integration

Native support for Django and Flask environments.

Django (settings.py):

MIDDLEWARE = [
    # ...
    'synapse_shield.django.SynapseShieldMiddleware',
]
SYNAPSE_SHIELD_PROTECTED_PATHS = ['/api/login']
SYNAPSE_SHIELD_MAX_RISK = 50.0
SYNAPSE_SHIELD_ACCESSIBILITY = False

Flask:

from flask import Flask
from synapse_shield.flask import shield_protect_flask

app = Flask(__name__)

@app.route("/login", methods=["POST"])
@shield_protect_flask(max_risk_score=50.0)
def login():
    return {"status": "authenticated"}

3. React / Next.js Integration

We provide a drop-in "use client" compatible React package.

import { useSynapseShield, SynapseProtect } from 'synapse-shield-react';

export default function LoginForm() {
  const { getProtectedPayload } = useSynapseShield();

  const handleSubmit = async (e) => {
    e.preventDefault();
    const payload = getProtectedPayload();
    // Send payload.token to your backend
  };

  return (
    <form onSubmit={handleSubmit}>
      <SynapseProtect />
      <button type="submit">Login</button>
    </form>
  );
}

4. Vue 3 / Nuxt 3 Integration

Official Vue 3 composable and component package (synapse-shield-vue). Fully SSR-safe for Nuxt 3.

<script setup>
import { ref } from 'vue';
import { useSynapseShield, SynapseProtect } from 'synapse-shield-vue';

const { getProtectedPayload } = useSynapseShield();
const username = ref('');
const password = ref('');

const handleSubmit = async () => {
  const payload = getProtectedPayload();
  // Submit payload.token to backend
};
</script>

<template>
  <form @submit.prevent="handleSubmit">
    <SynapseProtect />
    <input v-model="username" type="text" placeholder="Username" />
    <input v-model="password" type="password" placeholder="Password" />
    <button type="submit">Login</button>
  </form>
</template>

5. Prometheus Metrics

Enterprise observability out of the box. Automatically exposes latency and block rates. To enable multi-process support (e.g., Gunicorn workers), set the environment variable:

export PROMETHEUS_MULTIPROC_DIR=/tmp/synapse_metrics

5. Vanilla JS / HTML SDK

Add the lightweight SDK (<5 KB) to your vanilla project:

<script src="http://localhost:8000/static/synapse-sdk.js"></script>
<script>
  SynapseShield.init();
  async function handleLogin() {
    const payload = SynapseShield.getPayload();
    // Submit payload
  }
</script>

🤖 Attack Simulation Benchmarks

Run the full adversarial suite anytime:

synapse-shield test
Attack Vector Simulated Signature Detection Mechanism Decision Risk Score Latency
Selenium Crawler navigator.webdriver = true WebDriver API Detection 🔴 BLOCK 100.0% 0.01 ms
Linear Bot Straightness = 1.000 & Zero Jerk Straightness > 0.985 & Jerk ~ 0 🔴 BLOCK 100.0% 0.18 ms
Bézier Stealth Bot Mathematical curved trajectory Fitts's Law + Zero Accel Variance 🔴 BLOCK 65.0% 0.22 ms
Robotic Auto-Typer Fixed-interval key injections Keystroke Variance < 1.0 ms² 🔴 BLOCK 50.0% 0.15 ms
Poisson Flooder 8 rapid requests in <500 ms Poisson anomaly (P > 99%) 🔴 BLOCK 60.0% 0.08 ms
Replay Attack Re-sending captured valid token Single-use HMAC Nonce reuse 🔴 BLOCK 100.0% 0.05 ms
Natural Human Organic curves with tremors Biologic Jerk & Deceleration 🟢 ALLOW 0.0% 0.24 ms

🧠 Kinematic & Mathematical Foundations

1. Jerk — Neuromuscular Tremor Fingerprint

$$\text{Jerk} = \frac{da}{dt} = \frac{d^3x}{dt^3}$$

Human muscle tremors produce continuous high-frequency Jerk. Mathematical bot curves (Bézier/Linear) produce near-zero or static Jerk.

2. Fitts's Law Terminal Deceleration Index

$$\text{Terminal Decel Ratio} = \frac{\bar{v}{\text{terminal (last 25%)}}}{v{\text{peak}}}$$

Humans naturally decelerate ($< 0.40$) as they approach the target click point.

3. Cumulative Poisson Anomaly Distribution

$$P(X < k) = \sum_{i=0}^{k-1} \frac{\lambda^i e^{-\lambda}}{i!}$$


📁 Repository Structure

Synapse_Shield/
├── .github/
│   └── workflows/
│       └── ci.yml             # Automated CI matrix (Python 3.10, 3.11, 3.12)
├── src/
│   └── synapse_shield/
│       ├── __init__.py        # Public API exports
│       ├── cli.py             # CLI Controller (run / test commands)
│       ├── engine.py          # Real-time Decision & Poisson Engine
│       ├── features.py        # 19D Kinematics, Fitts's Law & Multimodal Tokenizer
│       ├── models.py          # Zero-Dependency NumPy 1D-CNN Inference Engine
│       ├── weights.npz        # 4KB Serialized Neural Network Weights
│       ├── main.py            # Async FastAPI Gateway & SQLite Logger
│       ├── middleware.py      # @shield_protect & Middleware classes
│       ├── django.py          # Django Middleware Adapter
│       ├── flask.py           # Flask Route Decorator
│       ├── metrics.py         # Prometheus Multi-Process Exporter
│       ├── tokens.py          # HMAC-SHA256 Challenge & Replay Defense
│       ├── train.py           # Zero-Dependency NumPy Active Learning Pipeline
│       ├── live_attacker.py   # 7-Vector Red Team Simulation Suite
│       └── static/            # Embedded 3D Cockpit & Client SDK
│           ├── index.html
│           └── synapse-sdk.js
├── synapse-shield-react/      # React / Next.js SDK Package
│   ├── src/
│   │   ├── SynapseProtect.tsx # "use client" Drop-in Component
│   │   ├── useSynapseShield.ts# React Hook with event throttling
│   │   └── index.ts
│   ├── package.json
│   └── tsconfig.json
├── tests/                     # Modular Pytest Suite
│   ├── test_features.py
│   ├── test_tokens.py
│   ├── test_engine.py
│   └── test_api.py
├── test_suite.py              # Standalone Zero-Dependency Test Runner
├── pyproject.toml             # PEP 517/621 Package Definition
├── requirements.txt           # Core Dependencies
├── LICENSE                    # MIT License
└── README.md

📜 License

Distributed under the MIT License. Free for commercial and personal use.

Release files for synapse-shield 0.9.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for synapse-shield 0.9.0
File
synapse_shield-0.9.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
synapse_shield-0.9.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
synapse_shield-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
synapse_shield-0.9.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
synapse_shield-0.9.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
synapse_shield-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
synapse_shield-0.9.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
synapse_shield-0.9.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
synapse_shield-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details

Total release size: 4.0 MB

Release files / synapse_shield-0.9.0-cp312-cp312-win_amd64.whl

Download URL synapse_shield-0.9.0-cp312-cp312-win_amd64.whl
Size 201.3 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
47b93701f01bc08064bc02049375b800389cdf299bd39ed449c54b8f84834179
BLAKE2b-256 checksum
How to use checksums
ddb5e6715310e54f3bf7987948225296e79ef7060e019a82438dbdbf9ca44c9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 295.1 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ea297e1d96f1cf13cc4bf749d1523400a423487816f9c2a4900c3289a8cbf491
BLAKE2b-256 checksum
How to use checksums
59c0bc6124bc0e3206100632014921dc1301f22a1b7c74e25509321cc982cb48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL synapse_shield-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 286.7 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5305c9c905609a93a4d2f76fa941aeb9ade4c5ef4a87fa76cc34f75331ce46ea
BLAKE2b-256 checksum
How to use checksums
004d3bc2e162f9c36fd0f0cdc80a19a9d1a1fdcdf321418f55f259acac9dcc5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL synapse_shield-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Size 272.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2e446aa929298c5430a29a349a069c9f96ba202971dff96028ccc10c739c29c0
BLAKE2b-256 checksum
How to use checksums
2a2c0cc13c1df8708b9a3e2b7fc7525795c8e7d39b689e8434773102d94202e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl

Download URL synapse_shield-0.9.0-cp312-cp312-macosx_10_12_x86_64.whl
Size 286.0 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
d64bac21d780d0e8d63d3303db16d870162d91b8cc0bff9f1a184621e75a1297
BLAKE2b-256 checksum
How to use checksums
2400ed1bc5d8a904cc6cfe7f085b6d9863976d5e0460b755f936ac11ded3f075
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp311-cp311-win_amd64.whl

Download URL synapse_shield-0.9.0-cp311-cp311-win_amd64.whl
Size 199.7 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
6381a554d466ed9a57aabb83b35768cd8e1391c4ea0cc8fcf433512206f10a31
BLAKE2b-256 checksum
How to use checksums
a40a763bab432055db9b6d2cf64fd81c69c7d62ba56c7e635bf1def25ed91880
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 293.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
28f9fdb965334b5c61d7d8834a1f8232d52dec1c8f0456ac8429f075578e36a6
BLAKE2b-256 checksum
How to use checksums
c2233b6954aaaaacb0269f86f809c016f2c77400c8d3a71d3c5ceeda1d37e293
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL synapse_shield-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 286.1 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3b038b9e5f859dd7faa7bede78cb9af7d1aef9685f980d2eb26b8f7751df6528
BLAKE2b-256 checksum
How to use checksums
f6d63f71f1b34c1fec8d3b54a2456898906fbd2296abd442c2bd43b057b1bd44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL synapse_shield-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Size 271.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bd6178b1fb6425c60ce85a33f231e4a633999f024ea248540013d3a4ce2a94c9
BLAKE2b-256 checksum
How to use checksums
24b4d9c798d2e744258ebe3c4fa34b1a43ffe2c7bc2210fe368f76ce53a25552
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl

Download URL synapse_shield-0.9.0-cp311-cp311-macosx_10_12_x86_64.whl
Size 284.5 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
e40b59294bd23d9709c8f5c0c2a5f9336b8e79fc05737bd1ab1809fa98ca02d5
BLAKE2b-256 checksum
How to use checksums
a713e920dd05354dcfb11a67d266ae794f05f26c2146480af963314438bd8887
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp310-cp310-win_amd64.whl

Download URL synapse_shield-0.9.0-cp310-cp310-win_amd64.whl
Size 198.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
42d98c507a08b4de67ad1a8d373973e0633cdc5f22f1ffeaafbfc214da59ae94
BLAKE2b-256 checksum
How to use checksums
694ed18e5c7bdea1587efd4aa70137229edc1dc1eedb5ab97f7125338b0d4207
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.10

Release files / synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 294.1 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bf2c630be2f751c5fc55ea0d6904aecbc07c3b1b73446313a4d749c19973f551
BLAKE2b-256 checksum
How to use checksums
42c1e550f2a83655449a66e7f68c4f5454abcf1eb4e961508b1bcc6363b72152
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL synapse_shield-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 286.2 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
87f59bc9e14fdff830d2de07a2c3b64520f7f416079e9dc94782afa0d22da197
BLAKE2b-256 checksum
How to use checksums
8426f38e576e69433d66cb92dbc3a91e622c79cd373d9cb8bebe06ff98934521
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL synapse_shield-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Size 272.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
24a1c425c186f911e6318021594bfac9fc32c4bd5df137ed052f7776dae97b25
BLAKE2b-256 checksum
How to use checksums
e908c2d9d829274565c3029127ce8cec6fb3351ec2b675790ab38286bf57be67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / synapse_shield-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl

Download URL synapse_shield-0.9.0-cp310-cp310-macosx_10_12_x86_64.whl
Size 284.7 kB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
faebb0f629336a354fe0dfb2df52d78f3556da3bf65f55d8f3cc0fa19371ad11
BLAKE2b-256 checksum
How to use checksums
0d6ecbb85769443674aa9fed90109639da282bf2dcb48623a51ff3f1c84f15dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

0.9.0 This release

15 release files

0.8.2

15 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.9

2 release files

0.7.8

2 release files

0.7.7

2 release files

0.7.6

2 release files

0.7.5

2 release files

0.7.4

2 release files

0.7.3

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page