- Notifications
You must be signed in to change notification settings - Fork6
Little api client for paperless(-ngx).
License
NotificationsYou must be signed in to change notification settings
tb1337/paperless-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Little asynchronous client for Paperless-ngx, written in Python. You should at least use Python>=3.11
.
Find out more about Paperless-ngx here:
- Project:https://docs.paperless-ngx.com
- API Docs:https://docs.paperless-ngx.com/api/
- Source Code:https://github.com/paperless-ngx/paperless-ngx
- Depends on aiohttp, works in async environments.
- Token authentication only.No credentials anymore.
- Request single resource items.
- Iterate over all resource items or request them page by page.
- Create, update and delete resource items.
- Almost feature complete.
- PyPaperless is designed to transport data only. Your code must organize it.
pip install pypaperless
Please check out thedocs for detailed instructions and examples.
PyPaperless is written byTobias Schulz. Its his first Python project. Feedback appreciated.
Check out allcontributors here.
- The Paperless-ngx Team
- The Home Assistant Community
About
Little api client for paperless(-ngx).