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.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e66534b8b715269b94c2b8a7012f433bfe660d58b4f531e0cd3a7bc3703d4f19 |
|
MD5 | 6aa48f4303d6554764a3ef7c2b5caa98 |
|
BLAKE2b-256 | 8201a8b73625a710444c2a3758734cfc8759959d5c2e27f6b1fda9152c311b98 |
Hashes for kisters.network_store.model_library-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1f6d9c40c1f0bfb720d47ae174d2eb4a59f0eac32368677fb0a4ca595d120fd |
|
MD5 | 846c9bf802b2c10289ff075626c1427e |
|
BLAKE2b-256 | 69d4ddb0c2c5a4a14c3474b6c8d6eb2cfd440fc25f0445217a35b1a02a27d088 |