elasticgraph


Nameelasticgraph JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/rwsdatalab/rwsdatalab/public/codebase/tools/elasticgraph
SummaryNetwork Graph using D3js with grouping of nodes and elastic edges.
upload_time2023-01-16 19:00:40
maintainer
docs_urlNone
authorRWS Datalab
requires_python
license
keywords elasticgraph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ##############
Elasticgraph
##############

.. begin-inclusion-intro-marker-do-not-remove

Force Graph using D3js.

.. end-inclusion-intro-marker-do-not-remove


.. begin-inclusion-usage-marker-do-not-remove

How to use
----------

.. code-block:: python

  from elasticgraph import Elasticgraph

  # Initialize
  d3 = Elasticgraph()

  # Load karate example
  adjmat, _ = d3.import_example('karate')

  # Initialize
  d3.graph(adjmat)

  # Plot
  d3.show()



.. end-inclusion-usage-marker-do-not-remove


.. begin-inclusion-installation-marker-do-not-remove

Installation
------------

To install elasticgraph, do:

.. code-block:: console

  pip install elasticgraph


To install elasticgraph from Gitlab source, do:

.. code-block:: console

  git clone https://gitlab.com/rwsdatalab/public/codebase/tools/elasticgraph.git
  cd elasticgraph
  pip install .

Run tests (including coverage) with:

.. code-block:: console

  pip install -r requirements-dev.txt
  python setup.py test

.. end-inclusion-installation-marker-do-not-remove


Documentation
-------------

Include a link to your project's full documentation here.


.. begin-inclusion-license-marker-do-not-remove

License
-------

Copyright (c) 2022, Rijkswaterstaat



.. end-inclusion-license-marker-do-not-remove





            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/rwsdatalab/rwsdatalab/public/codebase/tools/elasticgraph",
    "name": "elasticgraph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "elasticgraph",
    "author": "RWS Datalab",
    "author_email": "datalab.codebase@rws.nl",
    "download_url": "https://files.pythonhosted.org/packages/5f/3b/7ed6e996c0f889bf66d85628303d61e32eb46417cdc69d5886d6869a6cec/elasticgraph-0.2.0.tar.gz",
    "platform": null,
    "description": "##############\nElasticgraph\n##############\n\n.. begin-inclusion-intro-marker-do-not-remove\n\nForce Graph using D3js.\n\n.. end-inclusion-intro-marker-do-not-remove\n\n\n.. begin-inclusion-usage-marker-do-not-remove\n\nHow to use\n----------\n\n.. code-block:: python\n\n  from elasticgraph import Elasticgraph\n\n  # Initialize\n  d3 = Elasticgraph()\n\n  # Load karate example\n  adjmat, _ = d3.import_example('karate')\n\n  # Initialize\n  d3.graph(adjmat)\n\n  # Plot\n  d3.show()\n\n\n\n.. end-inclusion-usage-marker-do-not-remove\n\n\n.. begin-inclusion-installation-marker-do-not-remove\n\nInstallation\n------------\n\nTo install elasticgraph, do:\n\n.. code-block:: console\n\n  pip install elasticgraph\n\n\nTo install elasticgraph from Gitlab source, do:\n\n.. code-block:: console\n\n  git clone https://gitlab.com/rwsdatalab/public/codebase/tools/elasticgraph.git\n  cd elasticgraph\n  pip install .\n\nRun tests (including coverage) with:\n\n.. code-block:: console\n\n  pip install -r requirements-dev.txt\n  python setup.py test\n\n.. end-inclusion-installation-marker-do-not-remove\n\n\nDocumentation\n-------------\n\nInclude a link to your project's full documentation here.\n\n\n.. begin-inclusion-license-marker-do-not-remove\n\nLicense\n-------\n\nCopyright (c) 2022, Rijkswaterstaat\n\n\n\n.. end-inclusion-license-marker-do-not-remove\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Network Graph using D3js with grouping of nodes and elastic edges.",
    "version": "0.2.0",
    "split_keywords": [
        "elasticgraph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef6c4537463a36fe6a740913a52474b550db7a6d888ad2219e8ca21df1ab529",
                "md5": "5e402390980fd8b0abb50fc6b9e27ddd",
                "sha256": "0c734378a8214c394d474ff35acc115204d7f19ea621d83cf9aa8135cb9d909e"
            },
            "downloads": -1,
            "filename": "elasticgraph-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e402390980fd8b0abb50fc6b9e27ddd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 82841,
            "upload_time": "2023-01-16T19:00:37",
            "upload_time_iso_8601": "2023-01-16T19:00:37.854190Z",
            "url": "https://files.pythonhosted.org/packages/7e/f6/c4537463a36fe6a740913a52474b550db7a6d888ad2219e8ca21df1ab529/elasticgraph-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f3b7ed6e996c0f889bf66d85628303d61e32eb46417cdc69d5886d6869a6cec",
                "md5": "7fbbe154b411bb3472d9cd80e0814d20",
                "sha256": "f3b1d25cd7f9cde29878f24ce8c9076e861227c17311bfb3b6d1a0abf2233e54"
            },
            "downloads": -1,
            "filename": "elasticgraph-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7fbbe154b411bb3472d9cd80e0814d20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 82344,
            "upload_time": "2023-01-16T19:00:40",
            "upload_time_iso_8601": "2023-01-16T19:00:40.046984Z",
            "url": "https://files.pythonhosted.org/packages/5f/3b/7ed6e996c0f889bf66d85628303d61e32eb46417cdc69d5886d6869a6cec/elasticgraph-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-16 19:00:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "elasticgraph"
}
        
Elapsed time: 0.07005s