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.5.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82e1222c1757b39e09886aacc2eca03a268bb61f53622ee0c343755c16f96c59 |
|
MD5 | e0d44bf00ef501d772a0df45c74b8a74 |
|
BLAKE2b-256 | 2817b95d29d06ce0c4953a14eadfae141919ff821d198f05af4a7b2050526bf6 |
Hashes for kisters.network_store.model_library-0.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31abddcb3729f32bf66e05e5aebe1dfc4bbe87e50a796654bfc876e71186acce |
|
MD5 | b4f69a1a9d41f6321c476bd4150c6738 |
|
BLAKE2b-256 | 0adf82a642f64737c70938e5657e8b7f00e2f1a482f92c7bfe86d91d47a800e6 |