Honey Badger reader (hbreader) is a Python utility that opens and reads files, URLs, and strings seamlessly. Current version 0.9.1 works with Python >=3.7 and provides a unified interface for reading from various sources. Release cadence is low, with initial release in 2021.
pip install hbreaderVerified import paths — ran on the pinned version, not inferred.
Read a local file using HBReader.
Use read_fd() for file descriptors or read_stream() for file objects.
Install requests: pip install requests
No dependency data recorded yet.