Model library for the Kisters Network Store ecosystem
Project description
kisters.network_store.model_library
Base models and associated utilities for the KISTERS Network Store.
A Note on Entrypoints
To publish a model library using entrypoints, add the domain and path to the
root directory of your library to the entrypoint
kisters.network_store.model_library.util
. For example, the model library for
the water domain looks as follows:
entry_points = {
"kisters.network_store.model_library.util": [
"water = kisters.network_store.model_library.water"
],
}
For the entrypoint to correctly identify the models in the library, the root
__init__.py
must include the links
and nodes
modules. Furthermore, the
parent node of your library's nodes is expected to be called _Node
and the
parent link is expected to be called _Link
. All links and nodes in your
library will inherit from these two elements.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kisters.network_store.model_library-0.5.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89ddee8962b3f12edf55f5ef6af2d2fa3aa1558f9f77764cf7d941ceca34a059 |
|
MD5 | e36b9c421551a8aa60c2a9442c53422e |
|
BLAKE2b-256 | 41e0c90af56d463c34e398d9879c96048f06f3dcefc3677a8278b4a008eb5e2a |
Hashes for kisters.network_store.model_library-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9260eb506c1854168e95655f393b3fe7e9a83af6d031a208279f09f31b380d9d |
|
MD5 | 0e88b1c78b1ddbbc1b36d7b0a204414e |
|
BLAKE2b-256 | 76df53b61b01d8639e5d712d800909fbf971bbb99341df34c01d870d6b58615a |