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.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e6718f79e1039084056ffebada1e1a430941eb994d17604eeebdb57aaa917d5 |
|
MD5 | 2f679e8dec3d55043177c42c013d3b06 |
|
BLAKE2b-256 | f18f1b0ef6544c10490cf539c7ac7db99b17473bc8af887d5e879dd13a13578b |
Hashes for kisters.network_store.model_library-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6672d576d739a7c72decd4ab0c94a38f2b99885a68cf28668efddc3efdf68af3 |
|
MD5 | a8dca0aed10e44558a3399c0c1905823 |
|
BLAKE2b-256 | 6904ddc2f72ad049c4fdf72c88d73dd54e4b7c73a5de9c8b09c62a6dce408353 |