Metadata-Version: 2.4
Name: patcherly-connector
Version: 2.2.0
Summary: Patcherly Python connector — monitors logs and applies approved fixes via OAuth.
Author-email: Patcherly <support@patcherly.com>
License-Expression: MIT
Project-URL: Homepage, https://patcherly.com
Project-URL: Repository, https://github.com/Patcherly-Official/patcherly-connector-packages
Project-URL: Documentation, https://help.patcherly.com/connectors/python/
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

Monitors application logs and applies approved fixes via OAuth pairing with [Patcherly](https://patcherly.com).

## 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)
