Python implementation of the Bitswap 'data exchange' protocol used by IPFS
Still under development. Currently, I am referring to the js-ipfs-bitswap repo, and am trying to replicate its functionality.
Not ready as yet
Not ready as yet
Not ready as yet
You can submit bug reports using the GitHub issue tracker.
Pull requests are welcome. Before submitting a new pull request, please make sure that your code passes the unit tests and the codestyle tests:
$ tox
$ tox -e codestyle
Please make sure to include new unit tests for new features or changes in behavior.
MIT © Aliabbas Merchant