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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52768674b4c2350fe7c1e6061ecc8a47e060e7bc5f763e2d58bdf7ad4bec97f9 |
|
MD5 | 3259ea3239142a41703a1607f4ec0555 |
|
BLAKE2b-256 | 9ce28dbc6b8226fb1e130e4502f184a7c7399d1013ea4d6639ffa865d659eac4 |
Hashes for kisters.network_store.model_library-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1db9646d661edaa849946faae2a678e5d925e6ae09442c5d65a4ac0c74ebeb5 |
|
MD5 | 43608dfac9c49db216e54ffa16598b8a |
|
BLAKE2b-256 | b61a4cbb77ea9db54424843280d99e38a0cabac2cd0dccb504acfafd7855db35 |