{"id":22371386,"url":"https://github.com/manukumarnm/netjsonconfig","last_synced_at":"2025-03-26T16:43:30.659Z","repository":{"id":37386037,"uuid":"505707643","full_name":"ManukumarNM/netjsonconfig","owner":"ManukumarNM","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-21T05:54:05.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T21:17:58.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManukumarNM.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-21T05:51:18.000Z","updated_at":"2022-06-21T05:54:09.000Z","dependencies_parsed_at":"2022-09-14T23:25:09.709Z","dependency_job_id":null,"html_url":"https://github.com/ManukumarNM/netjsonconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManukumarNM%2Fnetjsonconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManukumarNM%2Fnetjsonconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManukumarNM%2Fnetjsonconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManukumarNM%2Fnetjsonconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManukumarNM","download_url":"https://codeload.github.com/ManukumarNM/netjsonconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245697965,"owners_count":20657971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T20:19:50.268Z","updated_at":"2025-03-26T16:43:30.634Z","avatar_url":"https://github.com/ManukumarNM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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://requires.io/github/openwisp/netjsonconfig/requirements.svg?branch=master\n   :target: https://requires.io/github/openwisp/netjsonconfig/requirements/?branch=master\n   :alt: Requirements Status\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 \u003chttp://openwisp.org\u003e`_ and it's the official\nconfiguration engine of `OpenWISP 2 \u003chttps://github.com/openwisp/ansible-openwisp2\u003e`_.\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 \u003chttp://netjson.org\u003e`_\n*DeviceConfiguration* objects into real router configurations that can be installed\non systems like `OpenWRT \u003chttp://openwrt.org\u003e`_, `LEDE \u003chttps://www.lede-project.org/\u003e`_\nor `OpenWisp Firmware \u003chttps://github.com/openwisp/OpenWISP-Firmware\u003e`_.\n\nIts main features are listed below for your reference:\n\n* `OpenWRT \u003chttp://openwrt.org\u003e`_ / `LEDE \u003chttps://www.lede-project.org/\u003e`_ support\n* `OpenWisp Firmware \u003chttps://github.com/openwisp/OpenWISP-Firmware\u003e`_ support\n* `OpenVPN \u003chttps://openvpn.net\u003e`_ support\n* `WireGuard \u003chttps://www.wireguard.com/\u003e`_ support\n* Possibility to support more firmwares via custom backends\n* Based on the `NetJSON RFC \u003chttp://netjson.org/rfc.html\u003e`_\n* **Validation** based on `JSON-Schema \u003chttp://json-schema.org/\u003e`_\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 \u003chttp://netjsonconfig.openwisp.org/\u003e`_ |\n`Change log \u003chttps://github.com/openwisp/netjsonconfig/blob/master/CHANGES.rst\u003e`_ |\n`Support channels \u003chttp://openwisp.org/support.html\u003e`_ |\n`Issue Tracker \u003chttps://github.com/openwisp/netjsonconfig/issues\u003e`_ |\n`License \u003chttps://github.com/openwisp/netjsonconfig/blob/master/LICENSE\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanukumarnm%2Fnetjsonconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanukumarnm%2Fnetjsonconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanukumarnm%2Fnetjsonconfig/lists"}