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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d004ba27441ba2623c849e01787a98f64c0fefca5051505526ba85107b14245f |
|
MD5 | b5ea75c44841c8f198eba1bd89d44d1d |
|
BLAKE2b-256 | cf5d8fc6f5deb1b24c7be1f4ddadd83f922ad11162a7f6acf5f0903679ce9d95 |
Hashes for kisters.network_store.model_library-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99cbe279b17ce99a804694f50ea5207a965a7ac8bbda2033abfd16ab79d1e4ad |
|
MD5 | ec2ba9758574d87bf6c1911d8a006685 |
|
BLAKE2b-256 | 7344f20aca6b81281bdf781a18e3105605b3b77790a6de073ee2998d9128630e |