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.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb080d00b9a17c538617be393849f60a23cb64f9f7e326a80e9fb531f0824a20 |
|
MD5 | 03755862b8a5d5889aeedd85a2799edb |
|
BLAKE2b-256 | 0b9c1fe415f328c0aca8071a9d4832c93a0c581b830001df204d306458e5fcd1 |
Hashes for kisters.network_store.model_library-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7195f44a10f9d880544b12bb78ecf1424b8bcac6a3144a87c1228396b2c3263c |
|
MD5 | f096f7eac74ef694c18dd19d6090be15 |
|
BLAKE2b-256 | a432a8283f2679f98d92911a5d1d615ef295f4e042fc331d96058ad7fd8df0d1 |