Metadata-Version: 2.4
Name: rm-api
Version: 1.1.4
Summary: A python library to handle interactions with the reMarkable API.
License: LICENSE
License-File: LICENSE
Author: RedTTG
Author-email: red@redttg.com
Requires-Python: >=3.9
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: aiohttp (>=3.11.6,<3.12.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: crc32c (>=2.7.1,<2.8.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: packaging (>=24.2,<25.0)
Requires-Dist: pyjwt (>=2.9.0,<2.10.0)
Requires-Dist: pypdf2 (>=3.0.1,<3.1.0)
Requires-Dist: requests (>=2.32.3,<2.33.0)
Requires-Dist: sqlalchemy (>=2.0.44,<3.0.0)
Requires-Dist: websocket-client (>=1.8.0,<1.9.0)
Description-Content-Type: text/markdown

# rM API
A python library to handle interactions with the reMarkable API.

## Features
- Authentication and websocket connectivity
- Fast metadata sync
- Large file upload support
- Proper hashing, structuring, parsing and encoding of data
- Easy to use high-level interface through classes
- Event system for sync operations

### Support for both official and third-party clouds
- [rM connect **official cloud**](https://remarkable.com/store/connect)
- [rM fake cloud](https://github.com/ddvk/rmfakecloud) *with extra support by [ddvk](https://github.com/ddvk) ❤*

## Installation
```bash
pip install rm_api
```

### Warning!
I am not responsible for any damage that may happen due to issues or misuse of this library.
It is designed to be safe, but if for one reason or another something happens, I am not responsible for it.

You may choose to report any bugs or issues you encounter in the issues tab.

## Documentation
Coming soon!
