# Browniebroke Utils
<p align="center">
<a href="https://github.com/browniebroke/browniebroke-utils/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/browniebroke/browniebroke-utils/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://codecov.io/gh/browniebroke/browniebroke-utils">
<img src="https://img.shields.io/codecov/c/github/browniebroke/browniebroke-utils.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json" alt="Poetry">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/browniebroke-utils/">
<img src="https://img.shields.io/pypi/v/browniebroke-utils.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/browniebroke-utils.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/browniebroke-utils.svg?style=flat-square" alt="License">
</p>
---
**Source Code**: <a href="https://github.com/browniebroke/browniebroke-utils" target="_blank">https://github.com/browniebroke/browniebroke-utils </a>
---
A collections of small scripts.
## Installation
Install this via pip (or your favourite package manager):
`pip install browniebroke-utils`
## Usage
This tool provides a few random scripts I use in my day to day work.
### `pych-prettier`
Configure [Prettier](https://prettier.io/) as file watcher in the current PyCharm project. This is done by editing the appropriate files in the `.idea` folder.
### `pych-pywatchers`
Setup a few Python-related linting tools as file watchers in the current PyCharm project:
- Black
- isort
- pyupgrade
This is done by editing the appropriate files in the `.idea` folder.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://browniebroke.com/"><img src="https://avatars.githubusercontent.com/u/861044?v=4?s=80" width="80px;" alt="Bruno Alla"/><br /><sub><b>Bruno Alla</b></sub></a><br /><a href="https://github.com/browniebroke/browniebroke-utils/commits?author=browniebroke" title="Code">💻</a> <a href="#ideas-browniebroke" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/browniebroke/browniebroke-utils/commits?author=browniebroke" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": "https://github.com/browniebroke/browniebroke-utils",
"name": "browniebroke-utils",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Bruno Alla",
"author_email": "alla.brunoo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/74/fb/2883990fe006a503f0fb359702580b816af5077c4dffa57cfb7c54e386de/browniebroke_utils-1.2.0.tar.gz",
"platform": null,
"description": "# Browniebroke Utils\n\n<p align=\"center\">\n <a href=\"https://github.com/browniebroke/browniebroke-utils/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/browniebroke/browniebroke-utils/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://codecov.io/gh/browniebroke/browniebroke-utils\">\n <img src=\"https://img.shields.io/codecov/c/github/browniebroke/browniebroke-utils.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/astral-sh/ruff\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/browniebroke-utils/\">\n <img src=\"https://img.shields.io/pypi/v/browniebroke-utils.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/browniebroke-utils.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/browniebroke-utils.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Source Code**: <a href=\"https://github.com/browniebroke/browniebroke-utils\" target=\"_blank\">https://github.com/browniebroke/browniebroke-utils </a>\n\n---\n\nA collections of small scripts.\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install browniebroke-utils`\n\n## Usage\n\nThis tool provides a few random scripts I use in my day to day work.\n\n### `pych-prettier`\n\nConfigure [Prettier](https://prettier.io/) as file watcher in the current PyCharm project. This is done by editing the appropriate files in the `.idea` folder.\n\n### `pych-pywatchers`\n\nSetup a few Python-related linting tools as file watchers in the current PyCharm project:\n\n- Black\n- isort\n- pyupgrade\n\nThis is done by editing the appropriate files in the `.idea` folder.\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://browniebroke.com/\"><img src=\"https://avatars.githubusercontent.com/u/861044?v=4?s=80\" width=\"80px;\" alt=\"Bruno Alla\"/><br /><sub><b>Bruno Alla</b></sub></a><br /><a href=\"https://github.com/browniebroke/browniebroke-utils/commits?author=browniebroke\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#ideas-browniebroke\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"https://github.com/browniebroke/browniebroke-utils/commits?author=browniebroke\" title=\"Documentation\">\ud83d\udcd6</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A collections of small scripts.",
"version": "1.2.0",
"project_urls": {
"Bug Tracker": "https://github.com/browniebroke/browniebroke-utils/issues",
"Changelog": "https://github.com/browniebroke/browniebroke-utils/blob/main/CHANGELOG.md",
"Homepage": "https://github.com/browniebroke/browniebroke-utils",
"Mastodon": "https://fosstodon.org/@browniebroke",
"Repository": "https://github.com/browniebroke/browniebroke-utils",
"Twitter": "https://twitter.com/_BrunoAlla"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "12c1259fa5be1dae64ef343e3b94d3a2b670bc353aa8135d477450ca7e2fd8c5",
"md5": "07d3dbfe594bcd28a8af3d92b68890dd",
"sha256": "823e4b7afb41daac7173fcc3655931ca8cfe63d5fc37e36ee95da405b648fa15"
},
"downloads": -1,
"filename": "browniebroke_utils-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "07d3dbfe594bcd28a8af3d92b68890dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 6729,
"upload_time": "2024-10-31T19:40:32",
"upload_time_iso_8601": "2024-10-31T19:40:32.098976Z",
"url": "https://files.pythonhosted.org/packages/12/c1/259fa5be1dae64ef343e3b94d3a2b670bc353aa8135d477450ca7e2fd8c5/browniebroke_utils-1.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "74fb2883990fe006a503f0fb359702580b816af5077c4dffa57cfb7c54e386de",
"md5": "20eafb6b7e7cb0d82bc68cf84ff371c8",
"sha256": "33d7ac35ea9a3008360ed73f802fc3f7dd764ccbcfe2dd6180843427e5569ccd"
},
"downloads": -1,
"filename": "browniebroke_utils-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "20eafb6b7e7cb0d82bc68cf84ff371c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 5370,
"upload_time": "2024-10-31T19:40:33",
"upload_time_iso_8601": "2024-10-31T19:40:33.843139Z",
"url": "https://files.pythonhosted.org/packages/74/fb/2883990fe006a503f0fb359702580b816af5077c4dffa57cfb7c54e386de/browniebroke_utils-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 19:40:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "browniebroke",
"github_project": "browniebroke-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "browniebroke-utils"
}