norfab


Namenorfab JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/dmulyalin/norfab
SummaryNetwork Automations Fabric [NorFab] - communication networks automations
upload_time2025-02-23 10:38:10
maintainerDenis Mulyalin
docs_urlNone
authorDenis Mulyalin
requires_python<3.12,>=3.9
licenseApache-2.0 license
keywords network automation devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Downloads][pepy-downloads-badge]][pepy-downloads-link]
[![PyPI][pypi-latest-release-badge]][pypi-latest-release-link]
[![PyPI versions][pypi-pyversion-badge]][pypi-pyversion-link]
[![GitHub Discussion][github-discussions-badge]][github-discussions-link]
[![Code style: black][black-badge]][black-link]


# ![logo](docs/images/logo_small.jpg) Network Automations Fabric - NORFAB

---
**Documentation**: [NorFab Docs](https://dmulyalin.github.io/NORFAB/)

---

NORFAB is a tool for extreme network automations.

Interested? read [documentation](https://dmulyalin.github.io/NORFAB/) or welcome to [#norfab](https://networktocode.slack.com/archives/C0894SVH7BQ) to have a chat.

# The IDEA

Most of the software to manage networks falls into one of the two categories: 

- heavyweight platforms running on dedicated infrastructure
- lightweight scripts or tools developed and run locally

NORFAB goal is to be both - software you can run equally well on your laptop or on a 
server, centralized or fully distributed, lightweight and feature reach. Capable of 
doing any use cases without the need to throw gazillions of dollars and man hours at 
it. Always ready to serve the purpose of unlocking engineers superpowers managing
modern network and making their life better.

# Key Features

- Run Anywhere - Windows, MAC, Linux, in a container or VM, on-prem or in cloud, centralized or distributed
- Extend Anything - extendability is in the core of NORFAB
- Integrate with Everything - Python API, REST API, CLI northbound interfaces
- Manage Anything - develop your own services or use built-in to manage your network infrastructure
- Model and data driven - Pydantic models for API, validation and documentation
- Automate Anything - we mean it, sky is the limit on what you can do with NORFAB automating your networks

# Architecture

**TLDR** Service-Oriented Architecture (SOA)

Clients communicate with broker to run the jobs, broker distributes jobs across workers comprising the service.

# History

NORFAB is a successor of Salt-Nornir SaltStack proxy minion aiming 
to surpass its limitations.

# Use Cases (Eye Catching ASCII Cinema Staff)

**Collect show commands**
![collect show commands](docs/images/nornir_cli_demo.gif)

**Configure network devices**
![configure network devices](docs/images/nornir_cfg_demo.gif)

**Test your network**
![test network](docs/images/nornir_test_demo.gif)

**Diagram your network**
![diagram your network](docs/images/nornir_diagram_demo_layer3.gif)

**And many more** [read documentation](https://dmulyalin.github.io/NORFAB/)

[github-discussions-link]:     https://github.com/dmulyalin/norfab/discussions
[github-discussions-badge]:    https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[black-badge]:                 https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]:                  https://github.com/psf/black
[pypi-pyversion-link]:         https://pypi.python.org/pypi/norfab/
[pypi-pyversion-badge]:        https://img.shields.io/pypi/pyversions/norfab.svg
[pepy-downloads-link]:         https://pepy.tech/project/norfab
[pepy-downloads-badge]:        https://pepy.tech/badge/norfab
[pypi-latest-release-badge]:   https://img.shields.io/pypi/v/norfab.svg
[pypi-latest-release-link]:    https://pypi.python.org/pypi/norfab
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dmulyalin/norfab",
    "name": "norfab",
    "maintainer": "Denis Mulyalin",
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": "d.mulyalin@gmail.com",
    "keywords": "Network, Automation, DevOps",
    "author": "Denis Mulyalin",
    "author_email": "d.mulyalin@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/44/94b0e8923090dea3b8da0599fbfe3ec0b3a15b6a63bbaf33688083b17662/norfab-0.6.0.tar.gz",
    "platform": null,
    "description": "[![Downloads][pepy-downloads-badge]][pepy-downloads-link]\n[![PyPI][pypi-latest-release-badge]][pypi-latest-release-link]\n[![PyPI versions][pypi-pyversion-badge]][pypi-pyversion-link]\n[![GitHub Discussion][github-discussions-badge]][github-discussions-link]\n[![Code style: black][black-badge]][black-link]\n\n\n# ![logo](docs/images/logo_small.jpg) Network Automations Fabric - NORFAB\n\n---\n**Documentation**: [NorFab Docs](https://dmulyalin.github.io/NORFAB/)\n\n---\n\nNORFAB is a tool for extreme network automations.\n\nInterested? read [documentation](https://dmulyalin.github.io/NORFAB/) or welcome to [#norfab](https://networktocode.slack.com/archives/C0894SVH7BQ) to have a chat.\n\n# The IDEA\n\nMost of the software to manage networks falls into one of the two categories: \n\n- heavyweight platforms running on dedicated infrastructure\n- lightweight scripts or tools developed and run locally\n\nNORFAB goal is to be both - software you can run equally well on your laptop or on a \nserver, centralized or fully distributed, lightweight and feature reach. Capable of \ndoing any use cases without the need to throw gazillions of dollars and man hours at \nit. Always ready to serve the purpose of unlocking engineers superpowers managing\nmodern network and making their life better.\n\n# Key Features\n\n- Run Anywhere - Windows, MAC, Linux, in a container or VM, on-prem or in cloud, centralized or distributed\n- Extend Anything - extendability is in the core of NORFAB\n- Integrate with Everything - Python API, REST API, CLI northbound interfaces\n- Manage Anything - develop your own services or use built-in to manage your network infrastructure\n- Model and data driven - Pydantic models for API, validation and documentation\n- Automate Anything - we mean it, sky is the limit on what you can do with NORFAB automating your networks\n\n# Architecture\n\n**TLDR** Service-Oriented Architecture (SOA)\n\nClients communicate with broker to run the jobs, broker distributes jobs across workers comprising the service.\n\n# History\n\nNORFAB is a successor of Salt-Nornir SaltStack proxy minion aiming \nto surpass its limitations.\n\n# Use Cases (Eye Catching ASCII Cinema Staff)\n\n**Collect show commands**\n![collect show commands](docs/images/nornir_cli_demo.gif)\n\n**Configure network devices**\n![configure network devices](docs/images/nornir_cfg_demo.gif)\n\n**Test your network**\n![test network](docs/images/nornir_test_demo.gif)\n\n**Diagram your network**\n![diagram your network](docs/images/nornir_diagram_demo_layer3.gif)\n\n**And many more** [read documentation](https://dmulyalin.github.io/NORFAB/)\n\n[github-discussions-link]:     https://github.com/dmulyalin/norfab/discussions\n[github-discussions-badge]:    https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github\n[black-badge]:                 https://img.shields.io/badge/code%20style-black-000000.svg\n[black-link]:                  https://github.com/psf/black\n[pypi-pyversion-link]:         https://pypi.python.org/pypi/norfab/\n[pypi-pyversion-badge]:        https://img.shields.io/pypi/pyversions/norfab.svg\n[pepy-downloads-link]:         https://pepy.tech/project/norfab\n[pepy-downloads-badge]:        https://pepy.tech/badge/norfab\n[pypi-latest-release-badge]:   https://img.shields.io/pypi/v/norfab.svg\n[pypi-latest-release-link]:    https://pypi.python.org/pypi/norfab",
    "bugtrack_url": null,
    "license": "Apache-2.0 license",
    "summary": "Network Automations Fabric [NorFab] - communication networks automations",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://dmulyalin.github.io/NORFAB/",
        "Homepage": "https://github.com/dmulyalin/norfab",
        "Repository": "https://github.com/dmulyalin/norfab"
    },
    "split_keywords": [
        "network",
        " automation",
        " devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5811e0a3ae1237869ca1149426de4e858463af6ec8718cc516883f29f9156826",
                "md5": "9a655f098331205e3e6cb06dfedec13f",
                "sha256": "ec916100b3e83c897062e6f2399636f304c54a6afdd7925a47253119f1a7de70"
            },
            "downloads": -1,
            "filename": "norfab-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a655f098331205e3e6cb06dfedec13f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 123192,
            "upload_time": "2025-02-23T10:38:07",
            "upload_time_iso_8601": "2025-02-23T10:38:07.945889Z",
            "url": "https://files.pythonhosted.org/packages/58/11/e0a3ae1237869ca1149426de4e858463af6ec8718cc516883f29f9156826/norfab-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "924494b0e8923090dea3b8da0599fbfe3ec0b3a15b6a63bbaf33688083b17662",
                "md5": "33fd8d68b7cbbe4da8c6ce7af67ce23b",
                "sha256": "5974e050b1a4553c6cfce839c102bc03959521ddb6d0865faca1a6859041f6f4"
            },
            "downloads": -1,
            "filename": "norfab-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "33fd8d68b7cbbe4da8c6ce7af67ce23b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 90711,
            "upload_time": "2025-02-23T10:38:10",
            "upload_time_iso_8601": "2025-02-23T10:38:10.243593Z",
            "url": "https://files.pythonhosted.org/packages/92/44/94b0e8923090dea3b8da0599fbfe3ec0b3a15b6a63bbaf33688083b17662/norfab-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 10:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dmulyalin",
    "github_project": "norfab",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "norfab"
}
        
Elapsed time: 0.42422s