Metadata-Version: 2.1
Name: sysrev
Version: 1.3.1
Summary: get sysrev project data and use the sysrev api
Home-page: https://github.com/sysrev/PySysrev
Author: Thomas Luechtefeld
Author-email: tom@insilica.co
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# Sysrev Python Client

The Sysrev package provides tools to interact with the sysrev.com API efficiently and programmatically. This package includes:

1. **SysrevClient**: A client object for utilizing the sysrev.com API.
2. **(Coming Soon)** A method for synchronizing local sysrev projects with their remote counterparts on sysrev.com.

## Installation

To install the Sysrev package, use pip:

```bash
pip install sysrev
```
