mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Remove kademlia module (#377)
* Remove kademlia and routing/kademlia * cleanup * Fix routed_host test * lint mypy * fix doc * remove set_up_nodes_by_transport_and_disc_opt and fix typing
This commit is contained in:
@ -1,70 +0,0 @@
|
||||
libp2p.kademlia package
|
||||
=======================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
libp2p.kademlia.crawling module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.crawling
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.kad\_peerinfo module
|
||||
------------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.kad_peerinfo
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.network module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.network
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.protocol module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.protocol
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.routing module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.routing
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.storage module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.storage
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.kademlia.utils module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: libp2p.kademlia.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: libp2p.kademlia
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@ -1,30 +0,0 @@
|
||||
libp2p.routing.kademlia package
|
||||
===============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
libp2p.routing.kademlia.kademlia\_content\_router module
|
||||
--------------------------------------------------------
|
||||
|
||||
.. automodule:: libp2p.routing.kademlia.kademlia_content_router
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
libp2p.routing.kademlia.kademlia\_peer\_router module
|
||||
-----------------------------------------------------
|
||||
|
||||
.. automodule:: libp2p.routing.kademlia.kademlia_peer_router
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: libp2p.routing.kademlia
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@ -1,12 +1,6 @@
|
||||
libp2p.routing package
|
||||
======================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
libp2p.routing.kademlia
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
@ -10,7 +10,6 @@ Subpackages
|
||||
libp2p.host
|
||||
libp2p.identity
|
||||
libp2p.io
|
||||
libp2p.kademlia
|
||||
libp2p.network
|
||||
libp2p.peer
|
||||
libp2p.protocol_muxer
|
||||
|
||||
Reference in New Issue
Block a user