A directed graph implementation where each node and link is represented as an individual object.
Project description
jk_smallgraph
Introduction
This python module is a directed graph implementation where each node and edges is represented as an individual object.
This implementation is not intended to represent large graphs. For this purpose, this implementation may not be good enough. This is not the purpose of this module. This module provides objects for nodes and edges for you to attach data to. The focus is on intuitive representation and management of your data, not on maximum possible performance.
Information about this module can be found here:
Why this module?
...
Limitations of this module
...
How to use this module
Import this module
Please include this module into your application using the following code:
import jk_smallgraph
...
Contact Information
- Jürgen Knauth: pubsrc@binary-overflow.de
License
This software is provided under the following license:
- Apache Software License 2.0
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
File details
Details for the file jk_smallgraph-0.2024.5.25.tar.gz
.
File metadata
- Download URL: jk_smallgraph-0.2024.5.25.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f46ac6e7d2e8064810ab06853527f844a43779abf45569aa535d638b704cff38 |
|
MD5 | 512af69c7b538e817fc98103f7cf8db3 |
|
BLAKE2b-256 | 5c9a2d450339f3abdb2659d7dfa6e72ac730f12f13b001e3e52f6f7379f1b4ce |
File details
Details for the file jk_smallgraph-0.2024.5.25-py3-none-any.whl
.
File metadata
- Download URL: jk_smallgraph-0.2024.5.25-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62693b9c4f09b5488f4f71e6508285efa3c4fc1478641beb8cc671f343930d9 |
|
MD5 | 8fdd7257099713982e60df438300f1ce |
|
BLAKE2b-256 | b0f1ee932ef1edefdfb8668c426e32a994cba90a88e041e525d4acd344b91d53 |