openwisp-controller
===================
.. image:: https://github.com/openwisp/openwisp-controller/workflows/OpenWISP%20Controller%20CI%20Build/badge.svg?branch=master
:target: https://github.com/openwisp/openwisp-controller/actions?query=workflow%3A%22OpenWISP+Controller+CI+Build%22
:alt: CI build status
.. image:: https://coveralls.io/repos/openwisp/openwisp-controller/badge.svg
:target: https://coveralls.io/r/openwisp/openwisp-controller
:alt: Test Coverage
.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-controller
:target: https://libraries.io/github/openwisp/openwisp-controller#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-controller.svg
:target: http://badge.fury.io/py/openwisp-controller
:alt: Pypi Version
.. image:: https://pepy.tech/badge/openwisp-controller
:target: https://pepy.tech/project/openwisp-controller
: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://raw.githubusercontent.com/openwisp/openwisp-controller/docs/docs/controller_demo.gif
:target: https://github.com/openwisp/openwisp-controller/tree/docs/docs/controller_demo.gif
:alt: Feature Highlights
----
**Need a quick overview?** `Try the OpenWISP Demo
<https://openwisp.org/demo.html>`_.
OpenWISP Controller is a configuration manager that allows to automate
several networking tasks like adoption, provisioning, management VPN
configuration, X509 certificates automatic generation, revocation of x509
certificates and a lot more features.
OpenWISP is not only an application designed for end users, but can also
be used as a framework on which custom network automation solutions can be
built on top of its building blocks.
Other popular building blocks that are part of the OpenWISP ecosystem are:
- `openwisp-monitoring <https://openwisp.io/docs/dev/monitoring/>`_:
provides device status monitoring, collection of metrics, charts,
alerts, possibility to define custom checks
- `openwisp-firmware-upgrader
<https://openwisp.io/docs/dev/firmware-upgrader/>`_: automated firmware
upgrades (single devices or mass network upgrades)
- `openwisp-radius <https://openwisp.io/docs/dev/user/radius.html>`_:
based on FreeRADIUS, allows to implement network access authentication
systems like 802.1x WPA2 Enterprise, captive portal authentication,
Hotspot 2.0 (802.11u)
- `openwisp-network-topology
<https://openwisp.io/docs/dev/network-topology/>`_: provides way to
collect and visualize network topology data from dynamic mesh routing
daemons or other network software (e.g.: OpenVPN); it can be used in
conjunction with openwisp-monitoring to get a better idea of the state
of the network
- `openwisp-ipam <https://openwisp.io/docs/dev/ipam/>`_: allows to manage
the assignment of IP addresses used in the network
- `openwisp-notifications <https://openwisp.io/docs/dev/notifications/>`_:
allows users to be aware of important events happening in the network.
**For a more complete overview of the OpenWISP modules and architecture**,
see the `OpenWISP Architecture Overview
<https://openwisp.io/docs/dev/general/architecture.html>`_.
.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
:target: http://openwisp.org
:alt: OpenWISP
Documentation
-------------
- `Usage documentation <https://openwisp.io/docs/dev/controller/>`_
- `Developer documentation
<https://openwisp.io/docs/dev/controller/developer/>`_
Contributing
------------
Please refer to the `OpenWISP contributing guidelines
<http://openwisp.io/docs/developer/contributing.html>`_.
Changelog
---------
See `CHANGES
<https://github.com/openwisp/openwisp-controller/blob/master/CHANGES.rst>`_.
License
-------
See `LICENSE
<https://github.com/openwisp/openwisp-controller/blob/master/LICENSE>`_.
Support
-------
See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.
Raw data
{
"_id": null,
"home_page": "http://openwisp.org",
"name": "openwisp-controller",
"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/d5/42/41e77e6b46c007142b733e1bffcd2899f112da06a3fe73b16223d20d175d/openwisp_controller-1.1.tar.gz",
"platform": "Platform Independent",
"description": "openwisp-controller\n===================\n\n.. image:: https://github.com/openwisp/openwisp-controller/workflows/OpenWISP%20Controller%20CI%20Build/badge.svg?branch=master\n :target: https://github.com/openwisp/openwisp-controller/actions?query=workflow%3A%22OpenWISP+Controller+CI+Build%22\n :alt: CI build status\n\n.. image:: https://coveralls.io/repos/openwisp/openwisp-controller/badge.svg\n :target: https://coveralls.io/r/openwisp/openwisp-controller\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/release/github/openwisp/openwisp-controller\n :target: https://libraries.io/github/openwisp/openwisp-controller#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-controller.svg\n :target: http://badge.fury.io/py/openwisp-controller\n :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/openwisp-controller\n :target: https://pepy.tech/project/openwisp-controller\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://raw.githubusercontent.com/openwisp/openwisp-controller/docs/docs/controller_demo.gif\n :target: https://github.com/openwisp/openwisp-controller/tree/docs/docs/controller_demo.gif\n :alt: Feature Highlights\n\n----\n\n**Need a quick overview?** `Try the OpenWISP Demo\n<https://openwisp.org/demo.html>`_.\n\nOpenWISP Controller is a configuration manager that allows to automate\nseveral networking tasks like adoption, provisioning, management VPN\nconfiguration, X509 certificates automatic generation, revocation of x509\ncertificates and a lot more features.\n\nOpenWISP is not only an application designed for end users, but can also\nbe used as a framework on which custom network automation solutions can be\nbuilt on top of its building blocks.\n\nOther popular building blocks that are part of the OpenWISP ecosystem are:\n\n- `openwisp-monitoring <https://openwisp.io/docs/dev/monitoring/>`_:\n provides device status monitoring, collection of metrics, charts,\n alerts, possibility to define custom checks\n- `openwisp-firmware-upgrader\n <https://openwisp.io/docs/dev/firmware-upgrader/>`_: automated firmware\n upgrades (single devices or mass network upgrades)\n- `openwisp-radius <https://openwisp.io/docs/dev/user/radius.html>`_:\n based on FreeRADIUS, allows to implement network access authentication\n systems like 802.1x WPA2 Enterprise, captive portal authentication,\n Hotspot 2.0 (802.11u)\n- `openwisp-network-topology\n <https://openwisp.io/docs/dev/network-topology/>`_: provides way to\n collect and visualize network topology data from dynamic mesh routing\n daemons or other network software (e.g.: OpenVPN); it can be used in\n conjunction with openwisp-monitoring to get a better idea of the state\n of the network\n- `openwisp-ipam <https://openwisp.io/docs/dev/ipam/>`_: allows to manage\n the assignment of IP addresses used in the network\n- `openwisp-notifications <https://openwisp.io/docs/dev/notifications/>`_:\n allows users to be aware of important events happening in the network.\n\n**For a more complete overview of the OpenWISP modules and architecture**,\nsee the `OpenWISP Architecture Overview\n<https://openwisp.io/docs/dev/general/architecture.html>`_.\n\n.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg\n :target: http://openwisp.org\n :alt: OpenWISP\n\nDocumentation\n-------------\n\n- `Usage documentation <https://openwisp.io/docs/dev/controller/>`_\n- `Developer documentation\n <https://openwisp.io/docs/dev/controller/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-controller/blob/master/CHANGES.rst>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/openwisp/openwisp-controller/blob/master/LICENSE>`_.\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n",
"bugtrack_url": null,
"license": "GPL3",
"summary": "OpenWISP Controller",
"version": "1.1",
"project_urls": {
"Download": "https://github.com/openwisp/openwisp-controller/releases",
"Homepage": "http://openwisp.org"
},
"split_keywords": [
"django",
" netjson",
" openwrt",
" networking",
" openwisp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89bfb2d7edf56f78a387a27260956c6cdb7669bca06aa1004e9ce91c7fb08fb0",
"md5": "7884eae9bb08d8178059dd471178a778",
"sha256": "c627b3806b3def340fc38d56f75739e46722b716b39f303c5b1c02f602aa6548"
},
"downloads": -1,
"filename": "openwisp_controller-1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7884eae9bb08d8178059dd471178a778",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 704990,
"upload_time": "2024-11-22T20:45:36",
"upload_time_iso_8601": "2024-11-22T20:45:36.075143Z",
"url": "https://files.pythonhosted.org/packages/89/bf/b2d7edf56f78a387a27260956c6cdb7669bca06aa1004e9ce91c7fb08fb0/openwisp_controller-1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d54241e77e6b46c007142b733e1bffcd2899f112da06a3fe73b16223d20d175d",
"md5": "7dd6ed1c5775479840c768f9261da33e",
"sha256": "e4a251d9bf80c689f2b44db673b00e0bafc29da3c3c93e6186b7081e7a7187ca"
},
"downloads": -1,
"filename": "openwisp_controller-1.1.tar.gz",
"has_sig": false,
"md5_digest": "7dd6ed1c5775479840c768f9261da33e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 600007,
"upload_time": "2024-11-22T20:45:38",
"upload_time_iso_8601": "2024-11-22T20:45:38.229767Z",
"url": "https://files.pythonhosted.org/packages/d5/42/41e77e6b46c007142b733e1bffcd2899f112da06a3fe73b16223d20d175d/openwisp_controller-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 20:45:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "openwisp",
"github_project": "openwisp-controller",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "django-sortedm2m",
"specs": [
[
"~=",
"4.0.0"
]
]
},
{
"name": "django-reversion",
"specs": [
[
"~=",
"5.1.0"
]
]
},
{
"name": "django-taggit",
"specs": [
[
"~=",
"4.0.0"
]
]
},
{
"name": "netjsonconfig",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "django-x509",
"specs": [
[
"~=",
"1.2.0"
]
]
},
{
"name": "django-loci",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "django-flat-json-widget",
"specs": [
[
"~=",
"0.3.0"
]
]
},
{
"name": "openwisp-users",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "openwisp-utils",
"specs": [
[
"~=",
"1.1.1"
]
]
},
{
"name": "openwisp-notifications",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "openwisp-ipam",
"specs": [
[
"~=",
"1.1.0"
]
]
},
{
"name": "djangorestframework-gis",
"specs": [
[
"~=",
"1.1"
]
]
},
{
"name": "paramiko",
"specs": [
[
"~=",
"3.5.0"
]
]
},
{
"name": "scp",
"specs": [
[
"~=",
"0.15.0"
]
]
},
{
"name": "django-cache-memoize",
"specs": [
[
"~=",
"0.2.0"
]
]
},
{
"name": "shortuuid",
"specs": [
[
"~=",
"1.0.13"
]
]
},
{
"name": "netaddr",
"specs": [
[
"~=",
"1.3.0"
]
]
},
{
"name": "django-import-export",
"specs": [
[
"~=",
"3.3.0"
]
]
}
],
"lcname": "openwisp-controller"
}