Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 275 Bytes

metadata_api-README.md

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