nectl


Namenectl JSON
Version 0.19.3 PyPI version JSON
download
home_pagehttps://github.com/adamkirchberger/nectl
SummaryAn end-to-end Python-based Infrastructure as Code framework for network automation and orchestration.
upload_time2023-12-11 12:25:42
maintainer
docs_urlNone
authorAdam Kirchberger
requires_python>=3.8,<4.0
license
keywords network automation network orchestration network engineering automation orchestration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://github.com/adamkirchberger/nectl/raw/main/docs/images/cover_icon_128.png)

# Nectl

An end-to-end Python-based Infrastructure as Code framework for network automation and orchestration.

## Features

- Data modelling and validation.
- Data facts and inheritance.
- Encrypted facts.
- Config rendering using templates.
- Host config manipulation using drivers.
- Integration with external API's and databases.
- Isolated environments with unique requirements.
- **Python used for all the above.**

## Documentation

For information on what the tool does and how it works have a look at the documentation site.

[Nectl Documentation](https://nectl.netlify.app)

### Installation

The _nectl_ tool can be installed using the pip package manager.

```
pip install nectl
```

## Authors

_Nectl_ was created by Adam Kirchberger in 2021.

Anyone is welcome to contribute!

## Support & Help

See docs page [Support & Help](https://nectl.netlify.app/#/project/support)

## License

GNU General Public License v3.0

See [COPYING](https://github.com/adamkirchberger/nectl/blob/main/COPYING).

## Change Log

See [CHANGELOG](https://github.com/adamkirchberger/nectl/blob/main/CHANGELOG.md)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/adamkirchberger/nectl",
    "name": "nectl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "Network automation,Network orchestration,Network engineering,Automation,Orchestration",
    "author": "Adam Kirchberger",
    "author_email": "adamkirchberger@users.noreply.github.com",
    "download_url": "",
    "platform": null,
    "description": "![](https://github.com/adamkirchberger/nectl/raw/main/docs/images/cover_icon_128.png)\n\n# Nectl\n\nAn end-to-end Python-based Infrastructure as Code framework for network automation and orchestration.\n\n## Features\n\n- Data modelling and validation.\n- Data facts and inheritance.\n- Encrypted facts.\n- Config rendering using templates.\n- Host config manipulation using drivers.\n- Integration with external API's and databases.\n- Isolated environments with unique requirements.\n- **Python used for all the above.**\n\n## Documentation\n\nFor information on what the tool does and how it works have a look at the documentation site.\n\n[Nectl Documentation](https://nectl.netlify.app)\n\n### Installation\n\nThe _nectl_ tool can be installed using the pip package manager.\n\n```\npip install nectl\n```\n\n## Authors\n\n_Nectl_ was created by Adam Kirchberger in 2021.\n\nAnyone is welcome to contribute!\n\n## Support & Help\n\nSee docs page [Support & Help](https://nectl.netlify.app/#/project/support)\n\n## License\n\nGNU General Public License v3.0\n\nSee [COPYING](https://github.com/adamkirchberger/nectl/blob/main/COPYING).\n\n## Change Log\n\nSee [CHANGELOG](https://github.com/adamkirchberger/nectl/blob/main/CHANGELOG.md)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An end-to-end Python-based Infrastructure as Code framework for network automation and orchestration.",
    "version": "0.19.3",
    "project_urls": {
        "Documentation": "https://nectl.netlify.app",
        "Homepage": "https://github.com/adamkirchberger/nectl",
        "Repository": "https://github.com/adamkirchberger/nectl"
    },
    "split_keywords": [
        "network automation",
        "network orchestration",
        "network engineering",
        "automation",
        "orchestration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c23f0fd89494b0bab184cc3b00f7fbd19fbd94e1ad352acb8c3e26f149ba17",
                "md5": "d50750387003db079ebaab51cf020791",
                "sha256": "5d9f9af64838bf96737dd3e92eb5b27ce020f7dfa7691556228ffb0d4e6b7a7d"
            },
            "downloads": -1,
            "filename": "nectl-0.19.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d50750387003db079ebaab51cf020791",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 51903,
            "upload_time": "2023-12-11T12:25:42",
            "upload_time_iso_8601": "2023-12-11T12:25:42.213241Z",
            "url": "https://files.pythonhosted.org/packages/39/c2/3f0fd89494b0bab184cc3b00f7fbd19fbd94e1ad352acb8c3e26f149ba17/nectl-0.19.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 12:25:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adamkirchberger",
    "github_project": "nectl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nectl"
}
        
Elapsed time: 0.16257s