[ 原始碼: pypaperless ]
套件:python3-pypaperless(4.1.1-1)
Asynchronous client for interacting with Paperless-ngx API
This library is an asynchronous client designed to interact with the Paperless-ngx API. It supports token-based authentication, facilitating secure interaction without requiring traditional credentials. Users can perform CRUD (create, read, update, delete) operations on resources, retrieve individual items, or navigate through paginated results.
其他與 python3-pypaperless 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-yarl
- yet another URL library for Python