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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01d96ac1d9e8a55017856b61070efaa9afce3e6221a56cac8dbe03447eda06b7 |
|
MD5 | 2590df1f0ed1352c76cf4e80051345f8 |
|
BLAKE2b-256 | 516424f10029e0fe39d22c3b21c4a21109701fc73a82e76db5d610ec9a0968d6 |
Hashes for kisters.network_store.model_library-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b191f9597e092b6f8c2f2c7187297c8363e79bdaabd8d5c16ed0f4fb2aec7ab3 |
|
MD5 | 17544abed17ef1593930c0584b050dce |
|
BLAKE2b-256 | 51fde082470d77786bab064995d9ce8e4bb6d80767a1cd376331cdafeff5d58c |