jk_smallgraph


Namejk_smallgraph JSON
Version 0.2024.5.25 PyPI version JSON
download
home_pageNone
SummaryA directed graph implementation where each node and link is represented as an individual object.
upload_time2024-05-25 10:32:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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:

* [github.org](https://github.com/jkpubsrc/....)
* [pypi.python.org](https://pypi.python.org/pypi/jk_smallgraph)

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:

```python
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




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jk_smallgraph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "keywords": "graph",
    "author": null,
    "author_email": "J\u00fcrgen Knauth <pubsrc@binary-overflow.de>",
    "download_url": "https://files.pythonhosted.org/packages/5c/9a/2d450339f3abdb2659d7dfa6e72ac730f12f13b001e3e52f6f7379f1b4ce/jk_smallgraph-0.2024.5.25.tar.gz",
    "platform": null,
    "description": "jk_smallgraph\n==========\n\nIntroduction\n------------\n\nThis python module is a directed graph implementation where each node and edges is represented as an individual object.\n\nThis implementation is not intended to represent large graphs. For this purpose, this implementation may not\nbe good enough. This is not the purpose of this module. This module provides objects for nodes and edges for\nyou to attach data to. The focus is on intuitive representation and management of your data,\nnot on maximum possible performance.\n\nInformation about this module can be found here:\n\n* [github.org](https://github.com/jkpubsrc/....)\n* [pypi.python.org](https://pypi.python.org/pypi/jk_smallgraph)\n\nWhy this module?\n----------------\n\n...\n\nLimitations of this module\n--------------------------\n\n...\n\nHow to use this module\n----------------------\n\n### Import this module\n\nPlease include this module into your application using the following code:\n\n```python\nimport jk_smallgraph\n```\n\n...\n\nContact Information\n-------------------\n\n* J\u00fcrgen Knauth: pubsrc@binary-overflow.de\n\nLicense\n-------\n\nThis software is provided under the following license:\n\n* Apache Software License 2.0\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A directed graph implementation where each node and link is represented as an individual object.",
    "version": "0.2024.5.25",
    "project_urls": null,
    "split_keywords": [
        "graph"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b0f1ee932ef1edefdfb8668c426e32a994cba90a88e041e525d4acd344b91d53",
                "md5": "8fdd7257099713982e60df438300f1ce",
                "sha256": "c62693b9c4f09b5488f4f71e6508285efa3c4fc1478641beb8cc671f343930d9"
            },
            "downloads": -1,
            "filename": "jk_smallgraph-0.2024.5.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fdd7257099713982e60df438300f1ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7022,
            "upload_time": "2024-05-25T10:32:06",
            "upload_time_iso_8601": "2024-05-25T10:32:06.968831Z",
            "url": "https://files.pythonhosted.org/packages/b0/f1/ee932ef1edefdfb8668c426e32a994cba90a88e041e525d4acd344b91d53/jk_smallgraph-0.2024.5.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c9a2d450339f3abdb2659d7dfa6e72ac730f12f13b001e3e52f6f7379f1b4ce",
                "md5": "512af69c7b538e817fc98103f7cf8db3",
                "sha256": "f46ac6e7d2e8064810ab06853527f844a43779abf45569aa535d638b704cff38"
            },
            "downloads": -1,
            "filename": "jk_smallgraph-0.2024.5.25.tar.gz",
            "has_sig": false,
            "md5_digest": "512af69c7b538e817fc98103f7cf8db3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4953,
            "upload_time": "2024-05-25T10:32:08",
            "upload_time_iso_8601": "2024-05-25T10:32:08.895462Z",
            "url": "https://files.pythonhosted.org/packages/5c/9a/2d450339f3abdb2659d7dfa6e72ac730f12f13b001e3e52f6f7379f1b4ce/jk_smallgraph-0.2024.5.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 10:32:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jk_smallgraph"
}
        
Elapsed time: 4.23735s