Skip to content

browniebroke/browniebroke-utils

Repository files navigation

Browniebroke Utils

CI Status Test coverage percentage

Poetry Ruff pre-commit

PyPI Version Supported Python versions License


Source Code: https://github.com/browniebroke/browniebroke-utils


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 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):

Bruno Alla
Bruno Alla

💻 🤔 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.