---
url: 'https://docs.sysreptor.com/python-library.md'
---
# reptor

reptor allows you to integrate your Python applications with SysReptor.

* Manage projects
* Read, update, create findings
* Download PDF reports
* Read, update, create notes
* Export notes as PDF
* and more...

**GitHub:** <https://github.com/Syslifters/reptor/>\
**PyPi:** <https://pypi.org/project/reptor/>

## Prerequisites

* Python 3.9-3.12
* pip3

## Installation

### From pypi

```shell
pip3 install reptor
```

### From source

```shell
git clone https://github.com/Syslifters/reptor.git
cd reptor
pip3 install .
```
