This is a small module with helper functions and scripts for interacting with schema.org
specifications, provided as an openschemas tool.
Please contribute at openschemas/openschemas-python on
Github. Documentation will be provided as the library is developed.
To install
git clone https://www.github.com/openschemas/openschemas-python
cd openschemas-python
python setup.py install
or the package is hosted on pypi and can be installed with pip:
$ pip install openschemas
# See the version
$ openschemas --version
# Run map2model
$ map2model --config configuration.yml --folder specifications
# Run specification validator
$ openschemas validate --criteria openschemas/main/validate/criteria/dummy.yml --infile Container.html
For usage, please see our documentation under development