SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python310-pyipp rpm build for : OpenSuSE. For other distributions click python310-pyipp.

Name : python310-pyipp
Version : 0.16.0 Vendor : obs://build_opensuse_org/system:homeautomation
Release : 8.2 Date : 2023-09-17 11:17:22
Group : Unspecified Source RPM : python-pyipp-0.16.0-8.2.src.rpm
Size : 0.09 MB
Packager : (none)
Summary : Asynchronous Python client for Internet Printing Protocol (IPP)
Description :


Asynchronous Python client for Internet Printing Protocol (IPP).



This package allows you to monitor printers that support the Internet Printing Protocol (IPP) programmatically.



```bash
pip install pyipp
```



```python
import asyncio

from pyipp import IPP, Printer


async def main():
\"\"\"Show example of connecting to your IPP print server.\"\"\"
async with IPP(\"ipps://EPSON123456.local:631/ipp/print\") as ipp:
printer: Printer = await ipp.printer()
print(printer)


if __name__ == \"__main__\":
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
```



This Python project is fully managed using the [Poetry](https://python-poetry.org) dependency
manager. But also relies on the use of NodeJS for certain checks during
development.

You need at least:

- Python 3.9+
- [Poetry](https://python-poetry.org/docs/#installation)
- NodeJS 18+ (including NPM)

To install all packages, including all development requirements:

```bash
npm install
poetry install
```

As this repository uses the [pre-commit](https://pre-commit.com/) framework, all changes
are linted and tested with each commit. You can run all checks and tests
manually, using the following command:

```bash
poetry run pre-commit run --all-files
```

To run just the Python tests:

```bash
poetry run pytest
```

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/system:/homeautomation:/home-assistant:/unstable/openSUSE_Factory/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python310-pyipp-0.16.0-8.2.noarch.rpm
     

Provides :
python3.10dist(pyipp)
python310-pyipp
python3dist(pyipp)

Requires :
python(abi) = 3.10
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.10/site-packages/pyipp
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/pyipp-0.16.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pyipp/__init__.py
/usr/lib/python3.10/site-packages/pyipp/__pycache__
/usr/lib/python3.10/site-packages/pyipp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/enums.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/enums.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/ipp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/ipp.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyipp/__pycache__/tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyipp/const.py
/usr/lib/python3.10/site-packages/pyipp/enums.py
There is 11 files more in these RPM.

 
ICM