Read issue #1 of Daily Digest, by Mailbrew Team.
29
Wednesday October, 2025
Which linting rules do you always enable or disable?

I'm working on a Python LSP with a type checker and want to add some basic linting rules. So far I've worked on the rules from Pyflakes but was curious if there were any rules or rulesets that you always turn on or off for your projects?

Edit: thank you …

Introducing Kanchi - Free Open Source Celery Monitoring

I just shipped https://kanchi.io - a free open source celery monitoring tool (https://github.com/getkanchi/kanchi)

What does it do

Previously, I used flower, which most of you probably know. And it worked fine. It lacked some features like Slack webhook integration, retries, orphan detection, and a live mode.

I also wanted a …

The HTTP caching Python deserves

What My Project Does

Hishel is an HTTP caching toolkit for python, which includes sans-io caching implementation, storages for effectively storing request/response for later use, and integration with your lovely HTTP tool in python such as HTTPX, requests, fastapi, asgi (for any asgi based library), graphql and more!!

Hishel uses …

PyCharm: Hide library stack frames

Hey,

I made a PyCharm plugin called StackSnack that hides library stack frames.

Not everyone know that other IDEs have it as a built-in, so I've carefully crafted this one & really proud to share it with the community.

What my project does

Helps you to filter out library stack …

ttkbootstrap-icons 2.1 released

3 new installable icon providers added to ttkbootstrap-icons 2.1

  • Eva Iconsttkbootstrap-icons-eva
  • Dev Iconsttkbootstrap-icons-devicon
  • RPG Icons(this one is pretty cool)ttkbootstrap-icons-rpga

Planned for next release (2.2.0)

  • Meteocons
  • StateFace Icons
  • Foundation Icons 3
  • Coure UI Icons
  • Line Awesome Icons
  • Typicons

Planned for 2.3.0

  • Stateful icon utilities

https://github.com/israel-dryer/ttkbootstrap-icons

pyeasydeploy – Simple Python deployment for VPS/local servers

Hey everyone!

I built a small library called pyeasydeploy that I've been using for my own projects, and I thought I'd share it to see if it's useful for anyone else (and get some feedback).

What My Project Does

pyeasydeploy automates deploying Python applications to remote servers (VPS, local servers, …

A new easy way on Windows to pip install GDAL and other tricky geospatial Python packages

What My Project Does

geospatial-wheels-index is a pip-compatible simple index for the cgohlke/geospatial-wheels repository. It's just a few static html files served on GitHub Pages, and all the .whl files are pulled directly from cgohlke/geospatial-wheels. All you need to do is add an index flag:

pip install --index https://gisidx.github.io/gwi …

SHDL: A Minimal Hardware Description Language Built With ONLY Logic Gates - Seeking Contributors!

Hi everyone — I’m excited to share my new project: SHDL (Simple Hardware Description Language). It’s a tiny yet expressive HDL that uses only basic logic gates to build combinational and sequential circuits. You can use it to describe components hierarchically, support vector signals, even generate C code for simulation. …

I built Clockwork: Intelligent, Composable Primitives for Infrastructure in Python

Clockwork: Composable Infrastructure with Adjustable AI

What My Project Does

Clockwork is a Python library that provides composable infrastructure primitives with adjustable AI involvement. Instead of choosing between fully manual infrastructure-as-code or fully automated AI deployment, you get a spectrum - dial the AI up or down per resource based …

mcputil: A lightweight library that converts MCP tools into Python tools.

What My Project Does

mcputil is a lightweight library that converts MCP tools into Python tools (function-like objects).

Installation

pip install mcputil

Basic Usage

Given the following MCP server:

from mcp.server.fastmcp import FastMCP

mcp = FastMCP(name="Basic")


@mcp.tool()
def add(a: int, b: int) -> int:
    """Add two numbers"""
    return a + …
Twitter, RSS, YouTube, Newsletters, Weather, Calendar, ...

You can customize this digest to include all the sites and sources you want.