py-libp2p/libp2p
Jonathan de Jong b1248ff315 enforced f-strings everywhere, %s on logging
extended _multiaddr_from_socket to support UDP and IPv6 automatically
changed TCPListener to use _ip4_or_6_from_multiaddr to get host, and not ip4 only

enforced `from error` everywhere with raises
added call braces to exceptions
2019-12-19 17:31:18 +01:00
..
crypto enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
host enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
identity Handle StreamClosed in identify protocol handler 2019-11-16 16:56:58 +08:00
io Merge pull request #331 from dmuhs/fix/docs-format 2019-10-28 09:39:52 -06:00
network enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
peer enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
protocol_muxer enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
pubsub Merge pull request #372 from ralexstokes/add-py36-compatibility 2019-12-10 17:28:49 -08:00
routing Remove kademlia module (#377) 2019-12-06 14:14:33 +08:00
security enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
stream_muxer enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
tools enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
transport enforced f-strings everywhere, %s on logging 2019-12-19 17:31:18 +01:00
__init__.py Remove kademlia module (#377) 2019-12-06 14:14:33 +08:00
exceptions.py Add automatic docstring formatter and apply 2019-10-24 08:41:10 +02:00
typing.py Use ReadWriteCloser for conns and streams 2019-09-05 23:24:17 +08:00
utils.py Fix mypy errors 2019-10-24 08:53:19 +02:00