netjsonconfig


Namenetjsonconfig JSON
Version 1.1 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_time2024-11-22 18:03:37
maintainerNone
docs_urlNone
authorOpenWISP
requires_pythonNone
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>`_, 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
- `ZeroTier <https://www.zerotier.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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "openwrt, openwisp, netjson, networking",
    "author": "OpenWISP",
    "author_email": "support@openwisp.io",
    "download_url": "https://files.pythonhosted.org/packages/ba/e3/a6814de2b62df39181f190555a30e4bc50a45a84289de977a7c9d8bb4f5b/netjsonconfig-1.1.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>`_\nand it's the official configuration engine of `OpenWISP 2\n<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\n<http://netjson.org>`_ *DeviceConfiguration* objects into real router\nconfigurations that can be installed on systems like `OpenWRT\n<http://openwrt.org>`_, or `OpenWisp Firmware\n<https://github.com/openwisp/OpenWISP-Firmware>`_.\n\nIts main features are listed below for your reference:\n\n- `OpenWRT <http://openwrt.org>`_ / `LEDE\n  <https://www.lede-project.org/>`_ support\n- `OpenWisp Firmware <https://github.com/openwisp/OpenWISP-Firmware>`_\n  support\n- `OpenVPN <https://openvpn.net>`_ support\n- `WireGuard <https://www.wireguard.com/>`_ support\n- `ZeroTier <https://www.zerotier.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\n  packages\n- **Variables**: reference variables in the configuration\n- **Command line utility**: easy to use from shell scripts or from other\n  programming languages\n\n`Documentation <http://netjsonconfig.openwisp.org/>`_ | `Change log\n<https://github.com/openwisp/netjsonconfig/blob/master/CHANGES.rst>`_ |\n`Support channels <http://openwisp.org/support.html>`_ | `Issue Tracker\n<https://github.com/openwisp/netjsonconfig/issues>`_ | `License\n<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.1",
    "project_urls": {
        "Download": "https://github.com/openwisp/netjsonconfig/releases",
        "Homepage": "http://netjsonconfig.openwisp.org"
    },
    "split_keywords": [
        "openwrt",
        " openwisp",
        " netjson",
        " networking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8474bce1c4023761a281e68b657c0cb94498a0a7dfffd793372ea2cd40aef385",
                "md5": "d2d9932c1b3406c43c4ff32bdcdeb5e4",
                "sha256": "71c1383582eab47084d04d3bec8a70ca3ead5df9ff073b49f0425405eb8f7b62"
            },
            "downloads": -1,
            "filename": "netjsonconfig-1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2d9932c1b3406c43c4ff32bdcdeb5e4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 109645,
            "upload_time": "2024-11-22T18:03:35",
            "upload_time_iso_8601": "2024-11-22T18:03:35.321195Z",
            "url": "https://files.pythonhosted.org/packages/84/74/bce1c4023761a281e68b657c0cb94498a0a7dfffd793372ea2cd40aef385/netjsonconfig-1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bae3a6814de2b62df39181f190555a30e4bc50a45a84289de977a7c9d8bb4f5b",
                "md5": "2b7e53cb01f1d171649d3afbcb700953",
                "sha256": "4410da6c3cdc6b705074a79f698f7406e253ac40709d0ac080798999dbecff9d"
            },
            "downloads": -1,
            "filename": "netjsonconfig-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2b7e53cb01f1d171649d3afbcb700953",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 91797,
            "upload_time": "2024-11-22T18:03:37",
            "upload_time_iso_8601": "2024-11-22T18:03:37.018219Z",
            "url": "https://files.pythonhosted.org/packages/ba/e3/a6814de2b62df39181f190555a30e4bc50a45a84289de977a7c9d8bb4f5b/netjsonconfig-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 18:03:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openwisp",
    "github_project": "netjsonconfig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "netjsonconfig"
}
        
Elapsed time: 0.36155s