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.2.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b0818d92df2f51b29bb985bd29dc11950ed1499575e9fe3fe47bad81387386 |
|
MD5 | add62b7724a2a02e7ccf6ad3d160f3d3 |
|
BLAKE2b-256 | 0c45ce9be2c849723a3a216b0ead3d901af12b033f4fcc86bf9ddecc6c5a3e75 |
Hashes for kisters.network_store.model_library-0.2.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c80d6d393f77d32fcc8ff59bf7108f3ef36c38cec5ea3659d90f2b5bc1b3a92 |
|
MD5 | 4580f206368f928ed5556a5010406db3 |
|
BLAKE2b-256 | 97ce47da6bc5a22276b07c633befa9b305a2d65ce5947bc55e0a1627aa30b0a7 |