spec2json

📝 Extract section metadata and algorithm steps from specification HTML documents as JSON.

MIT License

Downloads
19
Stars
6

spec2json

Extract section metadata and algorithm steps from specification HTML documents as JSON.

Installation

Install from PyPI:

pip3 install spec2json

Usage

See spec2json --help.

Example:

spec2json --numbered https://tc39.es/ecma262/ https://tc39.es/ecma402/ > ecmascript.json

Supported formats

Package Rankings
Top 32.64% on Pypi.org
Badges
Extracted from project README
PyPI License: MIT Code style: black Imports: isort