pynnex
PynneX provides a modern emitter-listener (signal-slot) pattern with thread safety, async support, and dynamic connection detection. Build decoupled architectures without heavy frameworks. It’s pure Python 3.10+; minimal overhead. Choose from multiple aliases (signal-slot or publisher-subscriber). (by nexconnectio)
rele
Easy to use Google Pub/Sub (by mercadona)
| pynnex | rele | |
|---|---|---|
| 5 | - | |
| 64 | 204 | |
| - | 0.5% | |
| 7.2 | 4.5 | |
| about 1 year ago | 4 months ago | |
| Python | Python | |
| MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pynnex
Posts with mentions or reviews of pynnex.
We have used some of these posts to build our list of alternatives
and similar projects.
- Show HN: Building Real-Time Web Applications with PynneX and FastAPI
-
FastAPI/SocketIO stock monitor with Python workers
Demo: https://www.youtube.com/shorts/SHthW2KCtmM Code: https://github.com/nexconnectio/pynnex/blob/main/examples/fastapi_socketio_stock_monitor.py
-
Show HN: FastAPI Realtime Stock Monitor with Python worker threads [video]
python examples/fastapi_socketio_stock_monitor.py
Then open http://localhost:8000
Code: https://github.com/nexconnectio/pynnex/blob/main/examples/fa...
-
Why and How I Ended Up Creating PynneX - A Modern Signal/Slot Library for Python
I recently wrote about my journey creating PynneX, a pure-Python signal/slot library that simplifies event-driven programming and thread management. I wanted to share this story with the DEV community as well.
- Show HN: A Lightweight Signal-Slot Library for Async and Multithreaded Python
rele
Posts with mentions or reviews of rele.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning rele yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing pynnex and rele you can also consider the following projects:
python-matlab-octave-engine - Universal Python <-> Matlab/GNU Octave engine/bridge [GET https://api.github.com/repos/precise-simulation/python-matlab-octave-engine: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
kombu - Messaging library for Python.
aiomqtt - The idiomatic asyncio MQTT client
Streamz - Real-time stream processing for python
walnats - 🌰 Nats-powered event-driven background jobs and microservices framework for Python.
mrq - Mr. Queue - A distributed worker task queue in Python using Redis & gevent