Skip to content

Get Started

Brew Python Resources

PyPI Version TOML Python Version PyPI Downloads Pepy Total Downloads Codecov Workflow Test GitHub Last Commit GitHub Issues GitHub Discussions GitHub Forks GitHub Repo Stars GitHub Org Stars Discord Ko-fi

Generate and Update Homebrew Formula (Brew) Python Resources.

To get started see the Quick Start section or check out the Features.

uv tool install brew-python-resources
pip install brew-python-resources
brew install cssnr/tap/brew-python-resources
curl https://i.jpillora.com/cssnr/brew-python-resources! | bash  # (1)!
  1. Note: the ! installs into /usr/local/bin.

    Omit the ! to use the current directory.

    See jpillora/installer for more details.

If you run into any issues or have any questions, support is available.

There are detailed Install and Usage guides available.

Features

  • Works on published packages or package files
  • Include and Exclude regex or single resource
  • Does not require Homebrew or formula files
  • Does not create a venv or install packages
  • Uses caching for repeated runs

For more details see the full reference.

Quick Start

Install from PyPI , Homebrew or GitHub .

uv tool install brew-python-resources
pip install brew-python-resources
brew install cssnr/tap/brew-python-resources
curl https://i.jpillora.com/cssnr/brew-python-resources! | bash  # (1)!
  1. Note: the ! installs into /usr/local/bin.

    Omit the ! to use the current directory.

    See jpillora/installer for more details.

Run with.

bpr [package name or file]

Or, run without installing using astral-sh/uv .

uvx brew-python-resources [package name or file]

  Install Guide

  Usage Guide

 

Question

If you need help getting started or run into any issues, support is available!