immunity-controller
===================
.. image:: https://github.com/edge-servers/immunity-controller/workflows/OpenWISP%20Controller%20CI%20Build/badge.svg?branch=master
:target: https://github.com/edge-servers/immunity-controller/actions?query=workflow%3A%22OpenWISP+Controller+CI+Build%22
:alt: CI build status
.. image:: https://coveralls.io/repos/edge-servers/immunity-controller/badge.svg
:target: https://coveralls.io/r/edge-servers/immunity-controller
:alt: Test Coverage
.. image:: https://img.shields.io/librariesio/release/github/edge-servers/immunity-controller
:target: https://libraries.io/github/edge-servers/immunity-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/immunity-controller.svg
:target: http://badge.fury.io/py/immunity-controller
:alt: Pypi Version
.. image:: https://pepy.tech/badge/immunity-controller
:target: https://pepy.tech/project/immunity-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/edge-servers/immunity-controller/docs/docs/controller_demo.gif
:target: https://github.com/edge-servers/immunity-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/edge-servers/immunity-controller/blob/master/CHANGES.rst>`_.
License
-------
See `LICENSE
<https://github.com/edge-servers/immunity-controller/blob/master/LICENSE>`_.
Support
-------
See `OpenWISP Support Channels <http://openwisp.org/support.html>`_.
Raw data
{
"_id": null,
"home_page": "http://immunity24.org",
"name": "immunity-controller",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "django, netjson, openwrt, networking, openwisp, immunity",
"author": "Anshu S. & OpenWISP",
"author_email": "anshusah@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/f5/2d/ec849c64b6ba4d9ec367beedbb87dfe14f0bd11060dad6d5c0d76da58d2a/immunity_controller-1.1.1.tar.gz",
"platform": "Platform Independent",
"description": "immunity-controller\n===================\n\n.. image:: https://github.com/edge-servers/immunity-controller/workflows/OpenWISP%20Controller%20CI%20Build/badge.svg?branch=master\n :target: https://github.com/edge-servers/immunity-controller/actions?query=workflow%3A%22OpenWISP+Controller+CI+Build%22\n :alt: CI build status\n\n.. image:: https://coveralls.io/repos/edge-servers/immunity-controller/badge.svg\n :target: https://coveralls.io/r/edge-servers/immunity-controller\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/librariesio/release/github/edge-servers/immunity-controller\n :target: https://libraries.io/github/edge-servers/immunity-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/immunity-controller.svg\n :target: http://badge.fury.io/py/immunity-controller\n :alt: Pypi Version\n\n.. image:: https://pepy.tech/badge/immunity-controller\n :target: https://pepy.tech/project/immunity-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/edge-servers/immunity-controller/docs/docs/controller_demo.gif\n :target: https://github.com/edge-servers/immunity-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/edge-servers/immunity-controller/blob/master/CHANGES.rst>`_.\n\nLicense\n-------\n\nSee `LICENSE\n<https://github.com/edge-servers/immunity-controller/blob/master/LICENSE>`_.\n\nSupport\n-------\n\nSee `OpenWISP Support Channels <http://openwisp.org/support.html>`_.\n",
"bugtrack_url": null,
"license": "GPL3",
"summary": "Immunity24 Controller",
"version": "1.1.1",
"project_urls": {
"Download": "https://github.com/edge-servers/immunity-controller/releases",
"Homepage": "http://immunity24.org"
},
"split_keywords": [
"django",
" netjson",
" openwrt",
" networking",
" openwisp",
" immunity"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c5190cee7274967eae1e45e7b8fcacd418c3280b4127e9364a81fbf92c6d06a8",
"md5": "3d899f06d5a66f84455712cad9f332a8",
"sha256": "5c2e1173da784e82018f64e2bf521eb26ca42a254be7e344eaedd55b89086b3f"
},
"downloads": -1,
"filename": "immunity_controller-1.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d899f06d5a66f84455712cad9f332a8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 633954,
"upload_time": "2024-09-12T20:40:08",
"upload_time_iso_8601": "2024-09-12T20:40:08.917000Z",
"url": "https://files.pythonhosted.org/packages/c5/19/0cee7274967eae1e45e7b8fcacd418c3280b4127e9364a81fbf92c6d06a8/immunity_controller-1.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f52dec849c64b6ba4d9ec367beedbb87dfe14f0bd11060dad6d5c0d76da58d2a",
"md5": "88cc9ddc3e3d793962cee368e7f606bd",
"sha256": "49ba5c3da3ca54c15e7664bd0841b1f4f968600f1710b532b4556f7352928162"
},
"downloads": -1,
"filename": "immunity_controller-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "88cc9ddc3e3d793962cee368e7f606bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 567231,
"upload_time": "2024-09-12T20:40:28",
"upload_time_iso_8601": "2024-09-12T20:40:28.626567Z",
"url": "https://files.pythonhosted.org/packages/f5/2d/ec849c64b6ba4d9ec367beedbb87dfe14f0bd11060dad6d5c0d76da58d2a/immunity_controller-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-12 20:40:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "edge-servers",
"github_project": "immunity-controller",
"github_not_found": true,
"lcname": "immunity-controller"
}