Metadata-Version: 2.4
Name: sysrev_client_lib
Version: 0.1.0
Summary: Python client library for the Sysrev API
Project-URL: Homepage, https://github.com/sysrev/sysrev-client
Project-URL: Repository, https://github.com/sysrev/sysrev-client
Project-URL: Documentation, https://github.com/sysrev/sysrev-client#readme
Project-URL: Bug Tracker, https://github.com/sysrev/sysrev-client/issues
Author-email: Shakuntala Mitra <smitra@insilica.co>
Maintainer-email: Shakuntala Mitra <smitra@insilica.co>, Isaac Ballone <isaac@insilica.co>
License: MIT
Keywords: api,client,sysrev,systematic-review
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: attrs>=22.2.0
Requires-Dist: httpx<0.29.0,>=0.23.0
Requires-Dist: python-dateutil<3.0.0,>=2.8.0
Description-Content-Type: text/markdown

# Sysrev Client Library

Python client library for the [Sysrev](https://sysrev.com) API.

## Installation

```bash
pip install sysrev_client_lib
```

## Requirements

- Python 3.11 or higher

## Usage

```python
from sysrev_client import Client

# Initialize the client
client = Client(base_url="https://api.sysrev.com")

# Use the client to interact with the Sysrev API
# (Add specific usage examples based on your API)
```

## Features

- Python client for the Sysrev API
- Type-safe API interactions
- Built with modern Python (3.11+)

## Development

This library is part of the [sysrev-client](https://github.com/sysrev/sysrev-client) monorepo, built using the Polylith architecture.

## License

MIT License - see [LICENSE](https://github.com/sysrev/sysrev-client/blob/master/LICENSE) for details.

## Links

- [GitHub Repository](https://github.com/sysrev/sysrev-client)
- [Issue Tracker](https://github.com/sysrev/sysrev-client/issues)
- [Sysrev](https://sysrev.com)
