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.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe36ab79f081f3b5811973c86b66f0b6e3b3c00b8fac49b7a58f71ab7cc06039 |
|
MD5 | 525f8607531e6dd49076c98163015a10 |
|
BLAKE2b-256 | 670769b3fce4ca98b712f1434d11a0fd4abb8d32353f13be541566763dcff58a |
Hashes for kisters.network_store.model_library-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd6e100273be793cdc4bb307b64a14c52ee84b0d242b687cfe3576cd0afabfa6 |
|
MD5 | 6eecaabd530a897fa268a771692fb299 |
|
BLAKE2b-256 | e19363434b24e71549719eaffc3368d9f095a0b6d2ad7031d68c85679bc14422 |