# auto8
auto8 is a tool that automatically fixes flake8 issues in your Python code.
## Installation
```python
pip install auto8
```
## Usage
Run `auto8` in your project directory:
```python
auto8
```
Run `auto8` on a file:
```python
auto8 example.py
```
This will run flake8 and attempt to fix the issues it finds.
## Note
Automatically fixing code can sometimes lead to unexpected results. Always review the changes and run tests after using auto8.
requirements.txt:
flake8==3.9.2 or above
Raw data
{
"_id": null,
"home_page": "https://github.com/naserjamal/auto8",
"name": "auto8",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Naser Jamal",
"author_email": "naser.dll@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/f0/e9/af507122205a5ce7c7ebc69b63370c56f3c95429c36611d9291a154fc057/auto8-0.1.2.tar.gz",
"platform": null,
"description": "# auto8\r\n\r\nauto8 is a tool that automatically fixes flake8 issues in your Python code.\r\n\r\n## Installation\r\n\r\n```python\r\npip install auto8\r\n```\r\n\r\n## Usage\r\n\r\nRun `auto8` in your project directory:\r\n\r\n```python\r\nauto8\r\n```\r\n\r\nRun `auto8` on a file:\r\n\r\n```python\r\nauto8 example.py\r\n```\r\n\r\nThis will run flake8 and attempt to fix the issues it finds.\r\n\r\n## Note\r\n\r\nAutomatically fixing code can sometimes lead to unexpected results. Always review the changes and run tests after using auto8.\r\n\r\nrequirements.txt:\r\n\r\nflake8==3.9.2 or above\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A tool to automatically fix flake8 issues",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/naserjamal/auto8"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "878db57c2af859b46f8235b839f4b13da44dfecd8ad4ee5ad512b71fbfc535b9",
"md5": "eadc64bb9f94bf0da50e6d646173165f",
"sha256": "6d0914c5c2908e0891fe2e4991bee7f886c731e8b5ccfe5d6bd93ce874ec1ecf"
},
"downloads": -1,
"filename": "auto8-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eadc64bb9f94bf0da50e6d646173165f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9794,
"upload_time": "2024-07-26T08:02:05",
"upload_time_iso_8601": "2024-07-26T08:02:05.122468Z",
"url": "https://files.pythonhosted.org/packages/87/8d/b57c2af859b46f8235b839f4b13da44dfecd8ad4ee5ad512b71fbfc535b9/auto8-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f0e9af507122205a5ce7c7ebc69b63370c56f3c95429c36611d9291a154fc057",
"md5": "0346331fc0f60d7405b28cc5f40c9fbb",
"sha256": "5edc681b185ba37096b7a78bc7efd680d88467e5199b56753917c2d6027121b1"
},
"downloads": -1,
"filename": "auto8-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "0346331fc0f60d7405b28cc5f40c9fbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11414,
"upload_time": "2024-07-26T08:02:06",
"upload_time_iso_8601": "2024-07-26T08:02:06.558259Z",
"url": "https://files.pythonhosted.org/packages/f0/e9/af507122205a5ce7c7ebc69b63370c56f3c95429c36611d9291a154fc057/auto8-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-26 08:02:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "naserjamal",
"github_project": "auto8",
"github_not_found": true,
"lcname": "auto8"
}