pylint-nautobot


Namepylint-nautobot JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/nautobot/pylint-nautobot
SummaryCustom Pylint Rules for Nautobot
upload_time2024-03-11 15:39:41
maintainer
docs_urlNone
authorCristian Sirbu
requires_python>=3.8,<3.12
licenseApache-2.0
keywords nautobot pylint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pylint Nautobot

<p align="center">
  <img src="https://raw.githubusercontent.com/nautobot/pylint-nautobot/main/docs/images/icon-pylint-nautobot.png" class="logo" height="200px">
  <br>
  <a href="https://github.com/nautobot/pylint-nautobot/actions"><img src="https://github.com/nautobot/pylint-nautobot/actions/workflows/ci.yml/badge.svg?branch=main"></a>
  <a href="https://docs.nautobot.com/projects/pylint-nautobot/en/latest"><img src="https://readthedocs.org/projects/pylint-nautobot/badge/"></a>
  <a href="https://pypi.org/project/pylint-nautobot/"><img src="https://img.shields.io/pypi/v/pylint-nautobot"></a>
  <a href="https://pypi.org/project/pylint-nautobot/"><img src="https://img.shields.io/pypi/dm/pylint-nautobot"></a>
  <br>
  An collection of code linting rules for <a href="https://nautobot.com/">Nautobot</a>.
</p>

## Overview

This project contains custom [pylint](https://github.com/pylint-dev/pylint) rules for linting [Nautobot](https://github.com/nautobot/nautobot) and its Apps.

## Documentation

Full documentation for this project can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:

- [Getting Started](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/getting_started/).
- [Development](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/development).
- [Release Notes / Changelog](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/release_notes/).
- [Frequently Asked Questions](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/faq/).

### Contributing to the Documentation

You can find all the Markdown source for the project documentation under the [`docs`](https://github.com/nautobot/pylint-nautobot/tree/main/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.

If you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/) by running `invoke docs` in your local development environment. As your changes to the documentation files are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.

Any PRs with fixes or improvements are very welcome!

## Questions

For any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nautobot/pylint-nautobot",
    "name": "pylint-nautobot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "nautobot,pylint",
    "author": "Cristian Sirbu",
    "author_email": "cristian.sirbu@networktocode.com",
    "download_url": "https://files.pythonhosted.org/packages/71/41/7aa2b383f7dc6b56c3a6d89230a92f2d562868db5160147f97aba9c0ff16/pylint_nautobot-0.3.0.tar.gz",
    "platform": null,
    "description": "# Pylint Nautobot\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/nautobot/pylint-nautobot/main/docs/images/icon-pylint-nautobot.png\" class=\"logo\" height=\"200px\">\n  <br>\n  <a href=\"https://github.com/nautobot/pylint-nautobot/actions\"><img src=\"https://github.com/nautobot/pylint-nautobot/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n  <a href=\"https://docs.nautobot.com/projects/pylint-nautobot/en/latest\"><img src=\"https://readthedocs.org/projects/pylint-nautobot/badge/\"></a>\n  <a href=\"https://pypi.org/project/pylint-nautobot/\"><img src=\"https://img.shields.io/pypi/v/pylint-nautobot\"></a>\n  <a href=\"https://pypi.org/project/pylint-nautobot/\"><img src=\"https://img.shields.io/pypi/dm/pylint-nautobot\"></a>\n  <br>\n  An collection of code linting rules for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\nThis project contains custom [pylint](https://github.com/pylint-dev/pylint) rules for linting [Nautobot](https://github.com/nautobot/nautobot) and its Apps.\n\n## Documentation\n\nFull documentation for this project can be found over on the [Nautobot Docs](https://docs.nautobot.com) website:\n\n- [Getting Started](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/getting_started/).\n- [Development](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/development).\n- [Release Notes / Changelog](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/release_notes/).\n- [Frequently Asked Questions](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/faq/).\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the project documentation under the [`docs`](https://github.com/nautobot/pylint-nautobot/tree/main/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/) by running `invoke docs` in your local development environment. As your changes to the documentation files are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://docs.nautobot.com/projects/pylint-nautobot/en/latest/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Custom Pylint Rules for Nautobot",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/nautobot/pylint-nautobot",
        "Repository": "https://github.com/nautobot/pylint-nautobot"
    },
    "split_keywords": [
        "nautobot",
        "pylint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cbacb84e6bc54c026673064c792ddc3ab2dde2ac61ac3feb50a6e31ab82737a",
                "md5": "a10457c171f40cb17a4f82abdcd2cbb0",
                "sha256": "91fed48d9a9f565c6aa46c679b930d64b06d014061f6e7e802e6de8b6b8e3f87"
            },
            "downloads": -1,
            "filename": "pylint_nautobot-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a10457c171f40cb17a4f82abdcd2cbb0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 24294,
            "upload_time": "2024-03-11T15:39:40",
            "upload_time_iso_8601": "2024-03-11T15:39:40.350906Z",
            "url": "https://files.pythonhosted.org/packages/1c/ba/cb84e6bc54c026673064c792ddc3ab2dde2ac61ac3feb50a6e31ab82737a/pylint_nautobot-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71417aa2b383f7dc6b56c3a6d89230a92f2d562868db5160147f97aba9c0ff16",
                "md5": "aa719cba66105f04a431602bc0cb5437",
                "sha256": "387a1d73b49186a7b325b6c1a3634e2c57ec0f2350e93494304c47073400099b"
            },
            "downloads": -1,
            "filename": "pylint_nautobot-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aa719cba66105f04a431602bc0cb5437",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 18304,
            "upload_time": "2024-03-11T15:39:41",
            "upload_time_iso_8601": "2024-03-11T15:39:41.562304Z",
            "url": "https://files.pythonhosted.org/packages/71/41/7aa2b383f7dc6b56c3a6d89230a92f2d562868db5160147f97aba9c0ff16/pylint_nautobot-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 15:39:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nautobot",
    "github_project": "pylint-nautobot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pylint-nautobot"
}
        
Elapsed time: 0.21176s