Source: pypaperless Maintainer: Debian Python Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-poetry-core, Build-Depends-Indep: python3-aiohttp , python3-covdefaults , python3-aioresponses , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-yarl , Rules-Requires-Root: no Standards-Version: 4.7.2 Homepage: https://github.com/tb1337/paperless-api Vcs-Browser: https://salsa.debian.org/python-team/packages/pypaperless Vcs-Git: https://salsa.debian.org/python-team/packages/pypaperless.git Testsuite: autopkgtest-pkg-pybuild Package: python3-pypaperless Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: 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.