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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62ddc78cfd80553d3f1e890b9cbb6195997f869598c42e94989c46c50d995672 |
|
MD5 | 14e3bac8d6297e5034abdab8667f42b6 |
|
BLAKE2b-256 | ef067b6398d3706f0a21656c860677fc1f05995943360d02c07198be154c011a |
Hashes for kisters.network_store.model_library-0.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 600707ca68b3aef702c1e6dd980e6635523d6085e9cc41d6b9b4a9d2cc59a42f |
|
MD5 | 626627135ef880f3f04dce8031ded83d |
|
BLAKE2b-256 | 97eb7e3b192f603c2986db38066cdf27cdb548eabe551fa1efa17ea6d3cc0579 |