flake8-tergeo


Nameflake8-tergeo JSON
Version 25.7.9.0 PyPI version JSON
download
home_pageNone
Summaryflake8 plugin which keeps your code clean and tidy
upload_time2025-07-09 10:54:16
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.9
licenseNone
keywords flake8 plugin quality linter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![REUSE status](https://api.reuse.software/badge/github.com/SAP/flake8-tergeo)](https://api.reuse.software/info/github.com/SAP/flake8-tergeo)
[![Coverage Status](https://coveralls.io/repos/github/SAP/flake8-tergeo/badge.svg)](https://coveralls.io/github/SAP/flake8-tergeo)

# flake8-tergeo

## About this project

flake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality.
Out of the box it also brings a curated lists of other plugins without additional efforts needed.
In difference to other projects, the list of included plugins is rather small and actively maintained.

The included plugins and checks are opinionated, meaning that e.g. f-strings are preferred.
Therefore, checks to find other formatting methods are included but none, to find f-strings.

Also, code formatters like ``black`` and ``isort`` are recommended; therefore no code
formatting rules are included.

## Documentation

You can find the documentation [here](https://sap.github.io/flake8-tergeo/).

## Release Actions
* Determine the new version by using the format `YY.M.D.C` with `YY` are the two last digits of the
  year, `M` is the current month (maybe two digits if needed), `D` is the current day (maybe two digits if needed)
  and `C` is a counter of the releases per day starting at 0
* Rename the section `Next version` in the [CHANGELOG](CHANGELOG.md) to the version released
  and create a new empty one
* Push a new tag like X.X.X to trigger the release

## Support, Feedback, Contributing

This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/flake8-tergeo/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).

## Security / Disclosure
If you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/flake8-tergeo/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.

## Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.

## Licensing

Copyright 2025 SAP SE or an SAP affiliate company and flake8-tergeo contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/flake8-tergeo).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flake8-tergeo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "flake8, plugin, quality, linter",
    "author": null,
    "author_email": "Kai Harder <kai.harder@sap.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/e3/4cd2051991f12930d37c6dfb958ba95158b021308ffe4490872da8255dcf/flake8_tergeo-25.7.9.0.tar.gz",
    "platform": null,
    "description": "[![REUSE status](https://api.reuse.software/badge/github.com/SAP/flake8-tergeo)](https://api.reuse.software/info/github.com/SAP/flake8-tergeo)\n[![Coverage Status](https://coveralls.io/repos/github/SAP/flake8-tergeo/badge.svg)](https://coveralls.io/github/SAP/flake8-tergeo)\n\n# flake8-tergeo\n\n## About this project\n\nflake8-tergeo is a flake8 plugin which adds many new rules to improve your code quality.\nOut of the box it also brings a curated lists of other plugins without additional efforts needed.\nIn difference to other projects, the list of included plugins is rather small and actively maintained.\n\nThe included plugins and checks are opinionated, meaning that e.g. f-strings are preferred.\nTherefore, checks to find other formatting methods are included but none, to find f-strings.\n\nAlso, code formatters like ``black`` and ``isort`` are recommended; therefore no code\nformatting rules are included.\n\n## Documentation\n\nYou can find the documentation [here](https://sap.github.io/flake8-tergeo/).\n\n## Release Actions\n* Determine the new version by using the format `YY.M.D.C` with `YY` are the two last digits of the\n  year, `M` is the current month (maybe two digits if needed), `D` is the current day (maybe two digits if needed)\n  and `C` is a counter of the releases per day starting at 0\n* Rename the section `Next version` in the [CHANGELOG](CHANGELOG.md) to the version released\n  and create a new empty one\n* Push a new tag like X.X.X to trigger the release\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/flake8-tergeo/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/SAP/flake8-tergeo/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2025 SAP SE or an SAP affiliate company and flake8-tergeo contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/flake8-tergeo).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "flake8 plugin which keeps your code clean and tidy",
    "version": "25.7.9.0",
    "project_urls": {
        "Changelog": "https://github.com/SAP/flake8-tergeo/blob/main/CHANGELOG.md",
        "Issue Tracker": "https://github.com/SAP/flake8-tergeo/issues"
    },
    "split_keywords": [
        "flake8",
        " plugin",
        " quality",
        " linter"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ace8275e407bfc5bb6571deeb054b1b14c27f4b0d0b7c3056a5a6969e199c1d",
                "md5": "917efc50cc5211a17ea035011d683ae0",
                "sha256": "d61d26f7bc1e0d2cb46a35bc9256e97c18bdc1edb11e32c612cdec0d1806c4b0"
            },
            "downloads": -1,
            "filename": "flake8_tergeo-25.7.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "917efc50cc5211a17ea035011d683ae0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 57839,
            "upload_time": "2025-07-09T10:54:14",
            "upload_time_iso_8601": "2025-07-09T10:54:14.984046Z",
            "url": "https://files.pythonhosted.org/packages/4a/ce/8275e407bfc5bb6571deeb054b1b14c27f4b0d0b7c3056a5a6969e199c1d/flake8_tergeo-25.7.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53e34cd2051991f12930d37c6dfb958ba95158b021308ffe4490872da8255dcf",
                "md5": "174d35f662ffa28c35aaf80ae0712de3",
                "sha256": "6b553919e8c8597ec1ecac6087b60641ace765b9012a5952d6229e7077fe58e5"
            },
            "downloads": -1,
            "filename": "flake8_tergeo-25.7.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "174d35f662ffa28c35aaf80ae0712de3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9",
            "size": 113008,
            "upload_time": "2025-07-09T10:54:16",
            "upload_time_iso_8601": "2025-07-09T10:54:16.601448Z",
            "url": "https://files.pythonhosted.org/packages/53/e3/4cd2051991f12930d37c6dfb958ba95158b021308ffe4490872da8255dcf/flake8_tergeo-25.7.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 10:54:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SAP",
    "github_project": "flake8-tergeo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flake8-tergeo"
}
        
Elapsed time: 1.17269s