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.2.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d139263a8f22030e3c5dde1e7748ce3aabf92e9cb007bc6f76a5579ea1f8e755 |
|
MD5 | c6fc2e17f17ccaebd052d43d0759180b |
|
BLAKE2b-256 | 9d78d9728a6b28b3a0b65c89536babe7c6a50e79f4d55a8f9942df769a11bf3f |
Hashes for kisters.network_store.model_library-0.2.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46b9326a777299dfe12604d28d278897a3d14e4b172407d45ab96d7d506a975c |
|
MD5 | 02e24dbdc499ff7463b885e99638dfd8 |
|
BLAKE2b-256 | 139e331c6a6b34c4fe79327e5aaad8898625d2fa357ece5dea94919f784aa107 |