This repository contains the python implementation of the multistream-select protocol.
This project uses pytest.
On OSX, running python -m pytest runs all the tests. Amongst known issues, pytest might throw an ImportError if it cannot pull in the right libraries included in the test files. Try installing the library itself in debug mode using pip install -e . as it will then add py-multistream-select to your PYTHONPATH.
This project is licensed under the MIT License - see the LICENSE file for details