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.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a29d6e186f7118d77a2445aea63a0456091eecd02952b34469ac6fb5f1076375 |
|
MD5 | 6bda0b7591f3554a13a4575fe0544183 |
|
BLAKE2b-256 | 6bef660bf7c76030edd553d1f2e8e013f5db4fe59997f98b09551afc99d3adad |
Hashes for kisters.network_store.model_library-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 514969ad916ddfbf3ca69c32e552093e155a17771ac510d8c8a3142bcf660fc0 |
|
MD5 | 441dffad5b0eed352c2d7a0c1f38f841 |
|
BLAKE2b-256 | 05786cb205f260973d52df370e17be10a55f95c21cbeaa41b4d34f4b025b23b3 |