Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.34 KB

py-bitswap

Python implementation of the Bitswap 'data exchange' protocol used by IPFS

standard-readme compliant Build Status

Work in Progress

Still under development. Currently, I am referring to the js-ipfs-bitswap repo, and am trying to replicate its functionality.

Table of Contents

Install

Not ready as yet

Usage

Not ready as yet

Documentation

Not ready as yet

Contributing

Bug reports

You can submit bug reports using the GitHub issue tracker.

Pull requests

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.

License

MIT © Aliabbas Merchant