Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.04 KB

spec2json

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

PyPI Python Version License: MIT Code style: black Imports: isort

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