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.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbcf328dc59a124183377460691437fa7185a21fcf8fa7b20fa5e05d5c814ef4 |
|
MD5 | 45c6e6d84860b46173f52139d1e90619 |
|
BLAKE2b-256 | bf4499019d6a38e29b4dec4d4000bf0bad9551d202e6117844b5dd38e1f1a8a1 |
Hashes for kisters.network_store.model_library-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 608a8ea46bc2822812199de0a23869ec9d2128e22fdaeb2fe63eac58a70bf204 |
|
MD5 | c5bc3dc0637f39f37ba0930ab6b94ea7 |
|
BLAKE2b-256 | 51bce23cdaa74fb5a173c5e9c559b6a4fde5a5e0c45f2a2ee9e10cc393a8dfbd |