netjsonconfig


Namenetjsonconfig JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttp://netjsonconfig.openwisp.org
SummaryNetjsonconfig is a python library that converts NetJSON DeviceConfiguration objects into real router configurations that can be installed on systems like OpenWRT or OpenWisp Firmware.
upload_time2022-12-02 14:46:43
maintainer
docs_urlNone
authorFederico Capoano
requires_python
licenseGPL3
keywords openwrt openwisp netjson networking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            netjsonconfig
=============

.. image:: https://github.com/openwisp/netjsonconfig/workflows/Netjsonconfig%20CI%20Build/badge.svg?branch=master
   :target: https://github.com/openwisp/netjsonconfig/actions?query=workflow%3A%22Netjsonconfig+CI+Build%22

.. image:: https://coveralls.io/repos/openwisp/netjsonconfig/badge.svg
  :target: https://coveralls.io/r/openwisp/netjsonconfig

.. image:: https://img.shields.io/librariesio/release/github/openwisp/netjsonconfig
   :target: https://libraries.io/github/openwisp/netjsonconfig#repository_dependencies
   :alt: Dependency monitoring 

.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square
   :target: https://gitter.im/openwisp/general

.. image:: https://badge.fury.io/py/netjsonconfig.svg
   :target: http://badge.fury.io/py/netjsonconfig

.. image:: https://pepy.tech/badge/netjsonconfig
   :target: https://pepy.tech/project/netjsonconfig
   :alt: downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://pypi.org/project/black/
   :alt: code style: black

------------

Netjsonconfig is a part of the `OpenWISP project <http://openwisp.org>`_ and it's the official
configuration engine of `OpenWISP 2 <https://github.com/openwisp/ansible-openwisp2>`_.

.. image:: http://netjsonconfig.openwisp.org/en/latest/_images/openwisp.org.svg
  :target: http://openwisp.org

**netjsonconfig** is a python library that converts `NetJSON <http://netjson.org>`_
*DeviceConfiguration* objects into real router configurations that can be installed
on systems like `OpenWRT <http://openwrt.org>`_, `LEDE <https://www.lede-project.org/>`_
or `OpenWisp Firmware <https://github.com/openwisp/OpenWISP-Firmware>`_.

Its main features are listed below for your reference:

* `OpenWRT <http://openwrt.org>`_ / `LEDE <https://www.lede-project.org/>`_ support
* `OpenWisp Firmware <https://github.com/openwisp/OpenWISP-Firmware>`_ support
* `OpenVPN <https://openvpn.net>`_ support
* `WireGuard <https://www.wireguard.com/>`_ support
* Possibility to support more firmwares via custom backends
* Based on the `NetJSON RFC <http://netjson.org/rfc.html>`_
* **Validation** based on `JSON-Schema <http://json-schema.org/>`_
* **Templates**: store common configurations in templates
* **Multiple template inheritance**: reduce repetition to the minimum
* **File inclusion**: easy inclusion of arbitrary files in configuration packages
* **Variables**: reference variables in the configuration
* **Command line utility**: easy to use from shell scripts or from other programming languages

`Documentation <http://netjsonconfig.openwisp.org/>`_ |
`Change log <https://github.com/openwisp/netjsonconfig/blob/master/CHANGES.rst>`_ |
`Support channels <http://openwisp.org/support.html>`_ |
`Issue Tracker <https://github.com/openwisp/netjsonconfig/issues>`_ |
`License <https://github.com/openwisp/netjsonconfig/blob/master/LICENSE>`_

            

Raw data

            {
    "_id": null,
    "home_page": "http://netjsonconfig.openwisp.org",
    "name": "netjsonconfig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "openwrt,openwisp,netjson,networking",
    "author": "Federico Capoano",
    "author_email": "federico.capoano@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/1b/b5da1a331bcfac16d466c533039d520ba5edee0cb3f04d873c231bf5b1c0/netjsonconfig-1.0.2.tar.gz",
    "platform": null,
    "description": "netjsonconfig\n=============\n\n.. image:: https://github.com/openwisp/netjsonconfig/workflows/Netjsonconfig%20CI%20Build/badge.svg?branch=master\n   :target: https://github.com/openwisp/netjsonconfig/actions?query=workflow%3A%22Netjsonconfig+CI+Build%22\n\n.. image:: https://coveralls.io/repos/openwisp/netjsonconfig/badge.svg\n  :target: https://coveralls.io/r/openwisp/netjsonconfig\n\n.. image:: https://img.shields.io/librariesio/release/github/openwisp/netjsonconfig\n   :target: https://libraries.io/github/openwisp/netjsonconfig#repository_dependencies\n   :alt: Dependency monitoring \n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square\n   :target: https://gitter.im/openwisp/general\n\n.. image:: https://badge.fury.io/py/netjsonconfig.svg\n   :target: http://badge.fury.io/py/netjsonconfig\n\n.. image:: https://pepy.tech/badge/netjsonconfig\n   :target: https://pepy.tech/project/netjsonconfig\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------------\n\nNetjsonconfig is a part of the `OpenWISP project <http://openwisp.org>`_ and it's the official\nconfiguration engine of `OpenWISP 2 <https://github.com/openwisp/ansible-openwisp2>`_.\n\n.. image:: http://netjsonconfig.openwisp.org/en/latest/_images/openwisp.org.svg\n  :target: http://openwisp.org\n\n**netjsonconfig** is a python library that converts `NetJSON <http://netjson.org>`_\n*DeviceConfiguration* objects into real router configurations that can be installed\non systems like `OpenWRT <http://openwrt.org>`_, `LEDE <https://www.lede-project.org/>`_\nor `OpenWisp Firmware <https://github.com/openwisp/OpenWISP-Firmware>`_.\n\nIts main features are listed below for your reference:\n\n* `OpenWRT <http://openwrt.org>`_ / `LEDE <https://www.lede-project.org/>`_ support\n* `OpenWisp Firmware <https://github.com/openwisp/OpenWISP-Firmware>`_ support\n* `OpenVPN <https://openvpn.net>`_ support\n* `WireGuard <https://www.wireguard.com/>`_ support\n* Possibility to support more firmwares via custom backends\n* Based on the `NetJSON RFC <http://netjson.org/rfc.html>`_\n* **Validation** based on `JSON-Schema <http://json-schema.org/>`_\n* **Templates**: store common configurations in templates\n* **Multiple template inheritance**: reduce repetition to the minimum\n* **File inclusion**: easy inclusion of arbitrary files in configuration packages\n* **Variables**: reference variables in the configuration\n* **Command line utility**: easy to use from shell scripts or from other programming languages\n\n`Documentation <http://netjsonconfig.openwisp.org/>`_ |\n`Change log <https://github.com/openwisp/netjsonconfig/blob/master/CHANGES.rst>`_ |\n`Support channels <http://openwisp.org/support.html>`_ |\n`Issue Tracker <https://github.com/openwisp/netjsonconfig/issues>`_ |\n`License <https://github.com/openwisp/netjsonconfig/blob/master/LICENSE>`_\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "Netjsonconfig is a python library that converts NetJSON DeviceConfiguration objects into real router configurations that can be installed on systems like OpenWRT or OpenWisp Firmware.",
    "version": "1.0.2",
    "split_keywords": [
        "openwrt",
        "openwisp",
        "netjson",
        "networking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "c9d1397c56ee4796e271d019173f6726",
                "sha256": "228a7e7e63549852f2434daa398d915e1ebb29219123973ad6e98f84ef6348a2"
            },
            "downloads": -1,
            "filename": "netjsonconfig-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9d1397c56ee4796e271d019173f6726",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 93521,
            "upload_time": "2022-12-02T14:46:40",
            "upload_time_iso_8601": "2022-12-02T14:46:40.669371Z",
            "url": "https://files.pythonhosted.org/packages/5d/98/e169e3bdaa03cedadd3b5215d15088ef5cfee8d256d62e451906b7354a59/netjsonconfig-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9c20d8563c30088863abe5b3b52797dd",
                "sha256": "4cc0831d81a0b5ef51c452fabac502da1ee154b2c0789f7169117299c1b6b0ab"
            },
            "downloads": -1,
            "filename": "netjsonconfig-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9c20d8563c30088863abe5b3b52797dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 78281,
            "upload_time": "2022-12-02T14:46:43",
            "upload_time_iso_8601": "2022-12-02T14:46:43.236239Z",
            "url": "https://files.pythonhosted.org/packages/9e/1b/b5da1a331bcfac16d466c533039d520ba5edee0cb3f04d873c231bf5b1c0/netjsonconfig-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 14:46:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "netjsonconfig"
}
        
Elapsed time: 0.01446s