Added
- Initial release of PynneX (rebranded from temitter)
- Comprehensive emitter-listener mechanism with Python 3.10+ features
- Core Features:
- Robust emitter-listener communication pattern
- Thread-safe operations with automatic thread affinity
- Full async/await support
- Weak reference support for automatic cleanup
- One-shot connections
- Worker thread pattern
- Simplified decorator aliases (emitter, listener, with_emitters, with_worker)
- Comprehensive test suite with 100% coverage
- Full documentation and examples
Requirements
- Python 3.10 or higher (for stable asyncio operations)