Skip to main content

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

License

This software is provided under the following license:

  • Apache Software License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jk_smallgraph-0.2023.10.8.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

jk_smallgraph-0.2023.10.8-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page