Unofficial implementation of the OpenMath standard
This package provides the classes and functions to implement the OpenMath standard v2.0.
Features
- Implementation of all OpenMath objects and Content Dictionariess.
- An idiomatic interface for common operations.
- Support for XML and JSON encodings.
- Written in pure python.
- Dependency free.
- Lightweight.
Contributors
This list is empty for now.
Contributing
Modules
openmath
The main module provides the implementation of the standard itself: the classes for OpenMath objects and the de/serializing functions.
openmath.cd
Implements a class for Content Dictionaries and operations to work with them easily on an idiomatic way.
License
This package is licensed under the MIT License.