Skip to content

A python implementation of the multistream-select protocol. This repo is inactive. Please look at the py-libp2p's implementation of multistream-select https://github.com/zixuanzh/py-libp2p/tree/master/protocol_muxer

License

Notifications You must be signed in to change notification settings

ngetahun/py-multistream-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multistream


Build Status

This repository contains the python implementation of the multistream-select protocol.

Getting started


Running the tests

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.

Contributing


License


This project is licensed under the MIT License - see the LICENSE file for details

About

A python implementation of the multistream-select protocol. This repo is inactive. Please look at the py-libp2p's implementation of multistream-select https://github.com/zixuanzh/py-libp2p/tree/master/protocol_muxer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages