Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 677 Bytes

File metadata and controls

28 lines (17 loc) · 677 Bytes

Docpath: XPaths for Docutils

The docpath package aims to provide a way of specifying paths to nodes, or sets of nodes, in a docutils doctree. Where practical it uses similar syntax to xpath 1.0, but diverges from this to allow easier parsing and evaluation of paths using common python tools and language features.

Installation

pip3 install docpath

Usage

Please refer to the documentation for further information.