Metadata-Version: 2.4
Name: patcherly-connector
Version: 2.2.2
Summary: 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/
Author-email: Patcherly <support@patcherly.com>
License-Expression: MIT
Project-URL: Homepage, https://patcherly.com
Project-URL: Documentation, https://help.patcherly.com/connectors/python/
Project-URL: Repository, https://github.com/Patcherly-Official/patcherly-connector-packages
Project-URL: Issues, https://github.com/Patcherly-Official/patcherly-connector-packages/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27
Requires-Dist: python-dotenv>=1.0
Dynamic: license-file

# Patcherly Python connector

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.

**[patcherly.com](https://patcherly.com)** · **[Python connector docs](https://help.patcherly.com/connectors/python/)**

## Recommended install

Use the [universal installer](https://help.patcherly.com/getting-started/installing-connector/) (one command, auto-pairs).

## Package install

```bash
pip install patcherly-connector
patcherly login
```

## Pairing

```bash
patcherly login
```

## Documentation

- [Python connector guide](https://help.patcherly.com/connectors/python/)
- [All connectors (releases & source)](https://github.com/Patcherly-Official/patcherly-connector-packages#readme)

## Support

- [Report a bug](https://github.com/Patcherly-Official/patcherly-connector-packages/issues)

## License

[MIT](LICENSE)
