# pystorm **Repository Path**: mirrors_Automattic/pystorm ## Basic Information - **Project Name**: pystorm - **Description**: Battle-tested Apache Storm Multi-Lang implementation for Python - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-13 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README |logo| |Build Status| |Coverage| Pystorm lets you run Python code against real-time streams of data via Apache Storm. With pystorm you can create Storm bolts and spouts in Python without having to write a single line of Java. It is meant to be used under-the-hood by Storm Python libraries that will provide the command-line tools for actually building/submitting the topologies (e.g., `streamparse `_). (a8c) Build / Publish --------------------- A ``Makefile`` was added to help building and publishing this package. Please note, we currently depend on ``uv`` to setup the Python enviroment. Some helpful commands: - ``make test`` - runs unit tests - ``make dist`` (default) - builds the distribution / wheel - ``TWINE_REPOSITORY_URL='https://...' make publish`` - publishes the package to the repo and index given by ``TWINE_REPOSITORY_URL`` Documentation ------------- * `HEAD `_ * `Stable `_ Contributors ------------ Alphabetical, by last name: - Dan Blanchard (`@dsblanch `__) - Keith Bourgoin (`@kbourgoin `__) - Arturo Filastò (`@hellais `__) - Jeffrey Godwyll (`@rey12rey `__) - Daniel Hodges (`@hodgesds `__) - Wieland Hoffmann (`@mineo `__) - Tim Hopper (`@tdhopper `__) - Omer Katz (`@thedrow `__) - Aiyesha Ma (`@Aiyesha `__) - Andrew Montalenti (`@amontalenti `__) - Rohit Sankaran (`@roadhead `__) - Viktor Shlapakov (`@vshlapakov `__) - Mike Sukmanowsky (`@msukmanowsky `__) - Cody Wilbourn (`@codywilbourn `__) - Antonio Uccio Verardi (`@poros `__) - Curtis Vogt (`@omus `__) .. |Build Status| image:: https://travis-ci.org/pystorm/pystorm.svg?branch=master :target: https://travis-ci.org/pystorm/pystorm .. |logo| image:: https://raw.githubusercontent.com/pystorm/pystorm/master/doc/source/images/logo.png .. |Coverage| image:: https://coveralls.io/repos/github/pystorm/pystorm/badge.svg?branch=master :target: https://coveralls.io/github/pystorm/pystorm?branch=master