
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
boox-annotation-parser
Advanced tools
Parse annotation file exports from your Boox device, and transform them into JSON, YAML, or whatever you want.
Parse annotation file exports from your Onyx Boox device, and transform them into JSON, YAML, or whatever you want.
::
pip install boox-annotation-parser
You can also install the in-development version with::
pip install https://github.com/coddingtonbear/boox-annotation-parser/archive/master.zip
Options:
--input
: (Default: 'stdin') The path to your Boox annotation export file. If unspecified, reads from stdin.--output
: (Default: 'stdout') The path to where you'd like your output written to. If unspecified, writes to stdout.--format
: (Default: 'yaml') The format you'd like your annotations written out in. Options include:
yaml
json
nljson
::
boox-annotation-parser --input=/path/to/boox/export.txt --output=/path/to/write/output/to --format=yaml
.. code-block:: python
from boox_annotation_parser import parser
with open('/path/to/boox/export.txt', 'r') as inf:
parsed = parser.get_annotations(inf)
To run the tests run::
pytest
FAQs
Parse annotation file exports from your Boox device, and transform them into JSON, YAML, or whatever you want.
We found that boox-annotation-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.