Skip to main content

Patcherly detects bugs in real time in your app. It creates a customized AI patch, and once you approve it, backs up your code, fixes it & tests the patch for you. If anything is off, it rolls back the changes automatically, or you can always roll it back in a click. Website: https://patcherly.com · Docs: https://help.patcherly.com/connectors/python/

Project description

Patcherly

Patcherly Python connector

Auto-detect and fix production errors in your Python apps. Agent for any framework that logs to a file or stdout — pairs with your Patcherly account.

PyPI patcherly-connector Documentation Discord — join

Prefer unpinned pip install, or pin from GitHub Releases.


Recommended install (universal installer)

One command downloads the Python agent and launches OAuth pairing:

Platform Command
macOS / Linux / WSL curl -sSL https://api.patcherly.com/install | sudo CONNECTOR_TYPE=python bash
Windows PowerShell $env:CONNECTOR_TYPE = 'python'; irm "https://api.patcherly.com/install.ps1" | iex

The CLI prints a verification URL and a short user code — open the URL, sign in, pick your target, and confirm. Credentials are saved to ~/.patcherly/credentials.json (or /root/.patcherly/ when run as root). Then start the agent — see After install.

Full installer options (paths, SKIP_LOGIN, older versions): Installing a connector.

Package install (PyPI)

pip install patcherly-connector
patcherly login

With the release-tree / universal-installer layout, start the agent:

python patcherly_agent.py

Or from your app (credentials from ~/.patcherly/credentials.json):

from patcherly_agent import PatcherlyAgent

agent = PatcherlyAgent(log_file="logs/error.log")
await agent.start()

Optional on quiet hosts: patcherly heartbeat from a daily cron / systemd timer — see the Python guide.

Pair later (or re-pair)

Install method Command
Universal installer (Linux/macOS) sudo /opt/patcherly-connector/start.sh login
Universal installer (Windows) & "$env:USERPROFILE\patcherly-connector\start.ps1" login
pip patcherly login

On Linux, use sudo when the installer enabled the root-run patcherly-connector systemd unit so credentials land in /root/.patcherly/.

After install

  • Status and approvals: Targets in your Patcherly dashboard.
  • Start and keep the agent running — on Linux with the universal installer: systemctl start patcherly-connector. Otherwise run start.sh / start.ps1, or python patcherly_agent.py. Details: Python connector guide.
  • Path exclusions and patch policies: Path rules for targets.

Test Mode (sample error)

  1. In the dashboard: Targets → your target → Test Mode ON (30-minute window).
  2. On the host:
patcherly send-test

Samples are flagged and do not affect metrics or notifications. See Verify detection with send-test.

Context consent

Default is full. Change with:

patcherly context get
patcherly context set full|minimal|off
patcherly context upload

Env override: PATCHERLY_CONTEXT_CONSENT (overrides {PATCHERLY_CACHE_DIR}/context_consent). off skips uploads; minimal sends runtime/OS/framework only.

Security

OAuth pairing and per-token HMAC signing; fix payloads are verified before apply. Built-in redaction runs before ingest; you can add custom sanitizer patterns per target.

Documentation & support

License

MIT

Using the Patcherly service is governed by our Terms of Service and Acceptable Use policy. Official product support applies only to unmodified connector releases from our official sources.

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

patcherly_connector-2.4.3.tar.gz (73.1 kB view details)

Uploaded Source

Built Distribution

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

patcherly_connector-2.4.3-py3-none-any.whl (77.1 kB view details)

Uploaded Python 3

File details

Details for the file patcherly_connector-2.4.3.tar.gz.

File metadata

  • Download URL: patcherly_connector-2.4.3.tar.gz
  • Upload date:
  • Size: 73.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for patcherly_connector-2.4.3.tar.gz
Algorithm Hash digest
SHA256 032b7904bd6b4f933c375ba19193fa99cc9b8e11452432ec18d04e0d8c5ed699
MD5 84f8f76f635ea29b5cd2a18f162448e7
BLAKE2b-256 e7218ba05390e91f7187145a4fc8935115289f4e1131f50e311c506e34d72a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for patcherly_connector-2.4.3.tar.gz:

Publisher: publish-pypi-connector.yml on Patcherly-Official/patcherly-connector-packages

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file patcherly_connector-2.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for patcherly_connector-2.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0d2127fc5a0761f04bae05da527cfdfa6b7a365b5cd976b18b4093f457d25c10
MD5 4fe71ebd0ca3246793e647ce9302aca4
BLAKE2b-256 4d596a661449edb12de0e2a288077e14f78c639445a2d9ba141936c90375168e

See more details on using hashes here.

Provenance

The following attestation bundles were made for patcherly_connector-2.4.3-py3-none-any.whl:

Publisher: publish-pypi-connector.yml on Patcherly-Official/patcherly-connector-packages

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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