Metadata-Version: 2.4
Name: hardpycover
Version: 0.1.0
Summary: Hardcover API wrapper for Python
Keywords: hardcover,api,wrapper,graphql
License-Expression: MIT
Requires-Dist: pydantic>=2.11.4
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: urllib3>=2.4.0
Requires-Dist: sgqlc ; extra == 'with-sgql'
Maintainer: Jay Cruz
Maintainer-email: Jay Cruz <jccruz009@yahoo.com>
Requires-Python: >=3.11
Provides-Extra: with-sgql
Description-Content-Type: text/markdown

## hardcoverpy

Simplified API Wrapper for Hardcover, written in Python.

### Installation

```
pip install hardcoverpy
```

```
uv add hardcoverpy
```

This is an API wrapper for the Hardcover API made usable in Python.

### Checklists
*To be checked off before updating visibility*

**Task list**
1. Create more comprehensive README.md file
2. Rewrite the querying script and pattern it after the `sgqlc` operations file.

**Important**
- [x] Licensing file
- [ ] Installation & about guide
- [x] Sufficient `pyproject.toml` file

### Development

_Ruff_
```zsh
ruff check
```

##### References
- This project will primarily be built off of the `praw` and `prawcore` repository
- The same ownership rights exist for this as anything on the site. You own your data. This means you can't use the API to access and use someone elses data. 