pypush
pypush copied to clipboard
Rewrite: Minor refactors and documentation
- Moved
FilteredStreamtofilters.py - Renamed
reconnectto_reconnectto reflect its non-public nature - Added docstrings to many functions
Before this PR is merged, I want to remove the KNOWN_TOPICS_LOOKUP, and instead directly lookup topics inside lifecycle.py based on current filters only. Maybe keep something for debugging, used for __repr__ only?