hbutils.model._info
Package metadata for hbutils.model.
This module centralizes core metadata for the hbutils.model package,
including its canonical name, homepage URL, and a reStructuredText (RST)
reference string pointing to the documentation.
The module contains the following main components:
_PACKAGE_NAME- Canonical package name_PACKAGE_HOMEPAGE- Documentation homepage URL_PACKAGE_RST- RST-formatted link to the homepage
Example:
>>> from hbutils.model import _info
>>> _info._PACKAGE_NAME
'hbutils.model'
>>> _info._PACKAGE_HOMEPAGE
'https://hansbug.github.io/hbutils/main/api_doc/model/index.html'
>>> _info._PACKAGE_RST
'`hbutils.model <https://hansbug.github.io/hbutils/main/api_doc/model/index.html>`_'