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.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bebdb0bd4a6f5527f72fbbd8c9c9a04a782e79e1e9740f3c905a5e0b4d048a2 |
|
MD5 | 72de7ddfc3bc962757da9d6a48dc7eb3 |
|
BLAKE2b-256 | b642e631965cdc7f0f7288e9ebd3dd4cafdee0571ba6daa92e15c83bb50689d3 |
Hashes for kisters.network_store.model_library-0.3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16855b72bb4e4b12f135d90680b86aa2701ea146b4dcecca766dd2e3a8aae13a |
|
MD5 | 6dc725ae6f40553319204bec47a2e625 |
|
BLAKE2b-256 | 364239d2ce881c5eb06a55e9b50f1d3ee64211f1756fa4ae76b4e1f38b2b1432 |