A simple parser for DELL laser printers
Project description
dell-printer
Python parser for some DELL printer stats
Retrieves certain status and informational data from DELL c1765nfw style printers.
Usage:
import aiohttp
import asyncio
from dell_printer_parser.printer_parser import DellPrinterParser
async def main():
ip = "192.168.0.20"
async with aiohttp.ClientSession() as session:
dpp = DellPrinterParser(session, ip)
await dpp.load_data()
print(f"printer tag={dpp.information.dellServiceTagNumber}")
if (__name__ == '__main__'):
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dell-printer-parser-0.0.5.tar.gz
.
File metadata
- Download URL: dell-printer-parser-0.0.5.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9774381cac829be862e69a21a0da925de9bdf4bdccf909fd1e1a3aa47a63d852 |
|
MD5 | 3fe39702d75a3e9a3fb5feadeada47b8 |
|
BLAKE2b-256 | 14d8bb78a50062d0364603e8545b48f47c6b57ec6fd48fe8e4a166c9e732bc86 |
File details
Details for the file dell_printer_parser-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: dell_printer_parser-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd367fd8a9b7bee2ea55ebda720f59412ee385bf74622267f20d60c9aad94205 |
|
MD5 | 3e2c4122a917aa963cf0ce35c5c954b7 |
|
BLAKE2b-256 | e1f8882273440216c3c09292641217a99f53e3a16897c6e99195cbce721bdc5f |