openwisp-network-topology
=========================
.. image:: https://github.com/openwisp/openwisp-network-topology/workflows/OpenWISP%20Network%20Topology%20CI%20Build/badge.svg?branch=master
:target: https://github.com/openwisp/openwisp-network-topology/actions?query=OpenWISP+Network+Topology+CI+Build
:alt: CI build status
.. image:: https://coveralls.io/repos/github/openwisp/openwisp-network-topology/badge.svg
:target: https://coveralls.io/github/openwisp/openwisp-network-topology
:alt: Test Coverage
.. image:: https://img.shields.io/librariesio/github/openwisp/openwisp-network-topology
:target: https://libraries.io/github/openwisp/openwisp-network-topology#repository_dependencies
:alt: Dependency monitoring
.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
:target: https://gitter.im/openwisp/general
:alt: chat
.. image:: https://badge.fury.io/py/openwisp-network-topology.svg
:target: http://badge.fury.io/py/openwisp-network-topology
:alt: Pypi Version
.. image:: https://pepy.tech/badge/openwisp-network-topology
:target: https://pepy.tech/project/openwisp-network-topology
:alt: downloads
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://pypi.org/project/black/
:alt: code style: black
.. image:: https://github.com/openwisp/openwisp-network-topology/raw/docs/docs/demo_network_topology.gif
:alt: Features Highlights
**Need a quick overview?** `Try the OpenWISP Demo
<https://openwisp.org/demo.html>`_.
**Want to help OpenWISP?** `Find out how to help us grow here
<http://openwisp.io/docs/general/help-us.html>`_.
----
OpenWISP Network Topology is a network topology collector and visualizer
web application and API, it allows to collect network topology data from
different networking software (dynamic mesh routing protocols, OpenVPN),
store it, visualize it, edit its details, it also provides hooks (a.k.a
`Django signals <https://docs.djangoproject.com/en/4.2/topics/signals/>`_)
to execute code when the status of a link changes.
For a complete overview of features, refer to the `Network Topology:
Features <https://openwisp.io/docs/dev/network-topology/user/intro.html>`_
section of the OpenWISP documentation.
Documentation
-------------
- `Usage documentation <https://openwisp.io/docs/dev/network-topology/>`_
- `Developer documentation
<https://openwisp.io/docs/dev/network-topology/developer/>`_
Contributing
------------
Please refer to the `OpenWISP contributing guidelines
<http://openwisp.io/docs/developer/contributing.html>`_.
Changelog
---------
See `CHANGES
<https://github.com/openwisp/openwisp-network-topology/blob/master/CHANGES.rst>`_.
License
-------
See `LICENSE
<https://github.com/openwisp/openwisp-network-topology/blob/master/LICENSE>`_.
This projects bundles third-party javascript libraries in its source code:
- `D3.js (BSD-3-Clause) <https://d3js.org/>`_
Support
-------
See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.
Raw data
{
"_id": null,
"home_page": "http://openwisp.org",
"name": "openwisp-network-topology",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django, netjson, openwrt, networking, openwisp",
"author": "OpenWISP",
"author_email": "support@openwisp.io",
"download_url": "https://files.pythonhosted.org/packages/b6/87/f6865c47c7537cc0378f9014b3a149ced89a6092ab8dd6205d9199f5b273/openwisp_network_topology-1.1.1.tar.gz",
"platform": "Platform Independent",
"description": "openwisp-network-topology\n=========================\n\n.. image:: https://github.com/openwisp/openwisp-network-topology/workflows/OpenWISP%20Network%20Topology%20CI%20Build/badge.svg?branch=master\n :target: https://github.com/openwisp/openwisp-network-topology/actions?query=OpenWISP+Network+Topology+CI+Build\n :alt: CI build status\n\n.. image:: https://coveralls.io/repos/github/openwisp/openwisp-network-topology/badge.svg\n :target: https://coveralls.io/github/openwisp/openwisp-network-topology\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/github/openwisp/openwisp-network-topology\n :target: https://libraries.io/github/openwisp/openwisp-network-topology#repository_dependencies\n :alt: Dependency monitoring\n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n :target: https://gitter.im/openwisp/general\n :alt: chat\n\n.. image:: https://badge.fury.io/py/openwisp-network-topology.svg\n :target: http://badge.fury.io/py/openwisp-network-topology\n :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/openwisp-network-topology\n :target: https://pepy.tech/project/openwisp-network-topology\n :alt: downloads\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://pypi.org/project/black/\n :alt: code style: black\n\n.. image:: https://github.com/openwisp/openwisp-network-topology/raw/docs/docs/demo_network_topology.gif\n :alt: Features Highlights\n\n**Need a quick overview?** `Try the OpenWISP Demo\n<https://openwisp.org/demo.html>`_.\n\n**Want to help OpenWISP?** `Find out how to help us grow here\n<http://openwisp.io/docs/general/help-us.html>`_.\n\n----\n\nOpenWISP Network Topology is a network topology collector and visualizer\nweb application and API, it allows to collect network topology data from\ndifferent networking software (dynamic mesh routing protocols, OpenVPN),\nstore it, visualize it, edit its details, it also provides hooks (a.k.a\n`Django signals <https://docs.djangoproject.com/en/4.2/topics/signals/>`_)\nto execute code when the status of a link changes.\n\nFor a complete overview of features, refer to the `Network Topology:\nFeatures <https://openwisp.io/docs/dev/network-topology/user/intro.html>`_\nsection of the OpenWISP documentation.\n\nDocumentation\n-------------\n\n- `Usage documentation <https://openwisp.io/docs/dev/network-topology/>`_\n- `Developer documentation\n <https://openwisp.io/docs/dev/network-topology/developer/>`_\n\nContributing\n------------\n\nPlease refer to the `OpenWISP contributing guidelines\n<http://openwisp.io/docs/developer/contributing.html>`_.\n\nChangelog\n---------\n\nSee `CHANGES\n<https://github.com/openwisp/openwisp-network-topology/blob/master/CHANGES.rst>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/openwisp/openwisp-network-topology/blob/master/LICENSE>`_.\n\nThis projects bundles third-party javascript libraries in its source code:\n\n- `D3.js (BSD-3-Clause) <https://d3js.org/>`_\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "OpenWISP Network Topology",
"version": "1.1.1",
"project_urls": {
"Download": "https://github.com/openwisp/openwisp-network-topology/releases",
"Homepage": "http://openwisp.org"
},
"split_keywords": [
"django",
" netjson",
" openwrt",
" networking",
" openwisp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4d99f86d479eb2a16b5fd1e1eb3a978c2ff8aa1992a0d73dbf104bdd039fa49a",
"md5": "533c4560d3d0ce86401986d36b1f0bd2",
"sha256": "839ff0e801ce06d0c2dbecc06542d1330b8d6bbf7be28d0f93e94c1d5b022849"
},
"downloads": -1,
"filename": "openwisp_network_topology-1.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "533c4560d3d0ce86401986d36b1f0bd2",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 834567,
"upload_time": "2024-11-26T20:03:44",
"upload_time_iso_8601": "2024-11-26T20:03:44.537249Z",
"url": "https://files.pythonhosted.org/packages/4d/99/f86d479eb2a16b5fd1e1eb3a978c2ff8aa1992a0d73dbf104bdd039fa49a/openwisp_network_topology-1.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b687f6865c47c7537cc0378f9014b3a149ced89a6092ab8dd6205d9199f5b273",
"md5": "60f5b267147c7f86643642b686e75976",
"sha256": "45927452ce5c2daabd21421e825a7aee8db107a07dc9059f5060bdf64b4107c0"
},
"downloads": -1,
"filename": "openwisp_network_topology-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "60f5b267147c7f86643642b686e75976",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 798756,
"upload_time": "2024-11-26T20:03:46",
"upload_time_iso_8601": "2024-11-26T20:03:46.797691Z",
"url": "https://files.pythonhosted.org/packages/b6/87/f6865c47c7537cc0378f9014b3a149ced89a6092ab8dd6205d9199f5b273/openwisp_network_topology-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 20:03:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openwisp",
"github_project": "openwisp-network-topology",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "openwisp-users",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "netdiff",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "jsonfield",
"specs": [
[
"~=",
"3.1.0"
]
]
},
{
"name": "django-flat-json-widget",
"specs": [
[
"~=",
"0.3.1"
]
]
},
{
"name": "openwisp-utils",
"specs": [
[
"~=",
"1.1.1"
]
]
}
],
"lcname": "openwisp-network-topology"
}