Functions#
mkdocstrings
This software uses mkdocstings to render docstrings from files.
The code documentation is implemented by writing docstrings.
See the mkdocstrings documentation.
Usage Examples#
- Install package: 💻
pip install oemetadata
- Run in Python:
from oemetadata.latest.example import OEMETADATA_LATEST_EXAMPLE
from oemetadata.latest.schema import OEMETADATA_LATEST_SCHEMA
from oemetadata.latest.template import OEMETADATA_LATEST_TEMPLATE
print(OEMETADATA_LATEST_EXAMPLE)
print(OEMETADATA_LATEST_SCHEMA)
print(OEMETADATA_LATEST_TEMPLATE)