# Flake8 Numbers Plugin
[![Build Status](https://github.com/frequenz-floss/flake8-numbers/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/flake8-numbers/actions/workflows/ci.yaml)
[![PyPI Package](https://img.shields.io/pypi/v/flake8-numbers)](https://pypi.org/project/flake8-numbers/)
[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://frequenz-floss.github.io/flake8-numbers/)
## Introduction
Flake8 Numbers Plugin
This plugin ensures that large numbers of all bases are using digit seperators for improved readability.
Some examples of well written numeric literals are:
```python
good_float = 123_456_789.123_456_789
good_hex = 0xA_DEAD_BEEF
good_decimal = 10_000_000
good_binary = 0b1010_1010_1010
```
## Contributing
If you want to know how to build this project and contribute to it, please
check out the [Contributing Guide](CONTRIBUTING.md).
Raw data
{
"_id": null,
"home_page": "",
"name": "flake8-numbers",
"maintainer": "",
"docs_url": null,
"requires_python": "<4,>=3.11",
"maintainer_email": "",
"keywords": "frequenz,python,lib,library,flake8_numbers,flake8,numbers,plugin",
"author": "",
"author_email": "Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>",
"download_url": "https://files.pythonhosted.org/packages/fe/8c/3e55d0df6ce1407af323352015a367ae815d5f10b9efe2d444f1c85dbecd/flake8-numbers-0.1.0.tar.gz",
"platform": null,
"description": "# Flake8 Numbers Plugin\n\n[![Build Status](https://github.com/frequenz-floss/flake8-numbers/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/flake8-numbers/actions/workflows/ci.yaml)\n[![PyPI Package](https://img.shields.io/pypi/v/flake8-numbers)](https://pypi.org/project/flake8-numbers/)\n[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://frequenz-floss.github.io/flake8-numbers/)\n\n## Introduction\n\nFlake8 Numbers Plugin\n\nThis plugin ensures that large numbers of all bases are using digit seperators for improved readability.\n\nSome examples of well written numeric literals are:\n\n```python\ngood_float = 123_456_789.123_456_789\ngood_hex = 0xA_DEAD_BEEF\ngood_decimal = 10_000_000\ngood_binary = 0b1010_1010_1010\n```\n\n## Contributing\n\nIf you want to know how to build this project and contribute to it, please\ncheck out the [Contributing Guide](CONTRIBUTING.md).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Flake8 Numbers Plugin",
"version": "0.1.0",
"project_urls": {
"Changelog": "https://github.com/frequenz-floss/flake8-numbers/releases",
"Issues": "https://github.com/frequenz-floss/flake8-numbers/issues",
"Repository": "https://github.com/frequenz-floss/flake8-numbers",
"Support": "https://github.com/frequenz-floss/flake8-numbers/discussions/categories/support"
},
"split_keywords": [
"frequenz",
"python",
"lib",
"library",
"flake8_numbers",
"flake8",
"numbers",
"plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6d0e747f46214efdba7d5211183f74df30e966786d78dc4b18b779538fc97de4",
"md5": "d65ffed2de5e5c96545ce1a4b98106a3",
"sha256": "c9eb5d23f7ca2a31c35750b5c1456a45f5dc3809154fcd70441c43c0b6331bb5"
},
"downloads": -1,
"filename": "flake8_numbers-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d65ffed2de5e5c96545ce1a4b98106a3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.11",
"size": 6200,
"upload_time": "2023-12-04T11:04:56",
"upload_time_iso_8601": "2023-12-04T11:04:56.382148Z",
"url": "https://files.pythonhosted.org/packages/6d/0e/747f46214efdba7d5211183f74df30e966786d78dc4b18b779538fc97de4/flake8_numbers-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe8c3e55d0df6ce1407af323352015a367ae815d5f10b9efe2d444f1c85dbecd",
"md5": "26be967faa4dd0a6e415027d470c1c0a",
"sha256": "0a9db144cc2f5dc499492d7c26600b1fd52b6af1efab68a2d9cba0f2b0f675f4"
},
"downloads": -1,
"filename": "flake8-numbers-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "26be967faa4dd0a6e415027d470c1c0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.11",
"size": 7354,
"upload_time": "2023-12-04T11:04:57",
"upload_time_iso_8601": "2023-12-04T11:04:57.969754Z",
"url": "https://files.pythonhosted.org/packages/fe/8c/3e55d0df6ce1407af323352015a367ae815d5f10b9efe2d444f1c85dbecd/flake8-numbers-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-04 11:04:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "frequenz-floss",
"github_project": "flake8-numbers",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "flake8-numbers"
}