-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
SchemaRelated to the EBML schemataRelated to the EBML schematadevelopmentDevelopment issues: package deployment, project organization, etc.Development issues: package deployment, project organization, etc.documentationenhancementNew feature or requestNew feature or request
Description
Some schemata have a header element, <SchemaInfo>. The intention was to have it contain metadata, but was never fully developed; it's arguably useful to humans, but is currently ignored by the schema parser.
Two things should be done:
- Specify all the child elements. Currently, schemata use
<Author>and<Description>. Maybe we should use the standard set of Python module 'dunder' variables as the model. - Get
Schemato parse the info. Some can be ignored and left for humans, but a few things are useful.
This arguably ties into #110.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SchemaRelated to the EBML schemataRelated to the EBML schematadevelopmentDevelopment issues: package deployment, project organization, etc.Development issues: package deployment, project organization, etc.documentationenhancementNew feature or requestNew feature or request