Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 275 Bytes

File metadata and controls

12 lines (9 loc) · 275 Bytes

Metadata

Implements an interface for parcing, writing, and validating ESPA Metadata files utilizing the lxml python module through our XMLInterface.

Usage

>>> from lxml import objectify as objectify
>>> from espa import Metadata

TODO TODO TODO - Add more