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.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16e19c87e332dd7e6832e2124fc66b1657a9c94b66fbdd493dee83953b57f824 |
|
MD5 | aee1344971888fc8404e121af6a33bb7 |
|
BLAKE2b-256 | 19976c91b508d1a992a7f0530ee3df71985f0469b2782beadbf52f8ebfbf5652 |
Hashes for kisters.network_store.model_library-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d85b4c79e9117a7c8f34e39cf0c97275861f1a5cceb1bb0a49f73b13ad4ea643 |
|
MD5 | 3e2f9bacb25b135bf0ec21ba9d917b40 |
|
BLAKE2b-256 | 5a60c710fca89c2575168d17dc49c6f3f30dbd77de2fcad86671ce1b6442fb78 |