# make_better
make_better is a Python package designed to improve the quality of your code by providing preconfigured linters and a
code formatter. The package is built to make it easy for Python developers to maintain high standards in their code by
running a single command.
## Features
- Preconfigured linters to check your code for potential issues without being too annoying.
- A preconfigured code formatter to ensure your code is formatted according to best practices.
- Easy to use: simply run a single command to check and format your code.
- Saves time by removing the routine of having to check and format code manually.
## Installation
You can install make_better via pip:
```bash
pip install make_better
```
## Usage
To check and format your code, simply navigate to the directory containing your Python files and run the following
command:
```bash
make_better --autoformat
```
This will run the preconfigured linters and code formatter on your code. Any potential issues will be flagged, and your
code will be formatted according to best practices.
## Why line-length 90
We use a line length of 90, so that people on laptops with a diagonal of 16 do not have problems during the review
Raw data
{
"_id": null,
"home_page": "https://github.com/Roktober/make_better",
"name": "make_better",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.1,<4.0.0",
"maintainer_email": "",
"keywords": "autoformat,flake8,lint",
"author": "roktober",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/78/7f/ef431fd8e40b94fc45b7ccbe84264682ac93fcb2749ee5ba437db928be33/make_better-0.5.0.tar.gz",
"platform": null,
"description": "# make_better\n\nmake_better is a Python package designed to improve the quality of your code by providing preconfigured linters and a\ncode formatter. The package is built to make it easy for Python developers to maintain high standards in their code by\nrunning a single command.\n\n## Features\n\n- Preconfigured linters to check your code for potential issues without being too annoying.\n- A preconfigured code formatter to ensure your code is formatted according to best practices.\n- Easy to use: simply run a single command to check and format your code.\n- Saves time by removing the routine of having to check and format code manually.\n\n## Installation\n\nYou can install make_better via pip:\n\n```bash\npip install make_better\n```\n\n## Usage\n\nTo check and format your code, simply navigate to the directory containing your Python files and run the following\ncommand:\n\n```bash\nmake_better --autoformat\n```\n\nThis will run the preconfigured linters and code formatter on your code. Any potential issues will be flagged, and your\ncode will be formatted according to best practices.\n\n## Why line-length 90\n\nWe use a line length of 90, so that people on laptops with a diagonal of 16 do not have problems during the review\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easy lint and format you code",
"version": "0.5.0",
"project_urls": {
"Homepage": "https://github.com/Roktober/make_better",
"Repository": "https://github.com/Roktober/make_better"
},
"split_keywords": [
"autoformat",
"flake8",
"lint"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d38d4bdc58774db1c31cc6ac6f9e7a211055a21bf52eab1b692ad65b78d8662f",
"md5": "e708bca530638b78637b13270676478d",
"sha256": "a0ea9a2928c1fe661fc7137cf829d08bd7b6cf0987b2fab00a1f1521f2de7225"
},
"downloads": -1,
"filename": "make_better-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e708bca530638b78637b13270676478d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<4.0.0",
"size": 5490,
"upload_time": "2023-11-23T13:45:03",
"upload_time_iso_8601": "2023-11-23T13:45:03.271418Z",
"url": "https://files.pythonhosted.org/packages/d3/8d/4bdc58774db1c31cc6ac6f9e7a211055a21bf52eab1b692ad65b78d8662f/make_better-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "787fef431fd8e40b94fc45b7ccbe84264682ac93fcb2749ee5ba437db928be33",
"md5": "da2983ec104c72d4a5aece58b45d392e",
"sha256": "19acdcb04a067d86e16555312ab7795cd3cb5e92b9dc83ede9560cc1b6d5f75d"
},
"downloads": -1,
"filename": "make_better-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "da2983ec104c72d4a5aece58b45d392e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<4.0.0",
"size": 4480,
"upload_time": "2023-11-23T13:45:09",
"upload_time_iso_8601": "2023-11-23T13:45:09.369764Z",
"url": "https://files.pythonhosted.org/packages/78/7f/ef431fd8e40b94fc45b7ccbe84264682ac93fcb2749ee5ba437db928be33/make_better-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-23 13:45:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Roktober",
"github_project": "make_better",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "make_better"
}