19 lines
239 B
Markdown
19 lines
239 B
Markdown
|
# [Kademlia](http://en.wikipedia.org/wiki/Kademlia) in Python
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```
|
||
|
easy_install kademlia
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
*This assumes you have a working familiarity with Twisted.*
|
||
|
|
||
|
|
||
|
|
||
|
```python
|
||
|
from twisted.internet import reactor
|
||
|
|
||
|
...
|
||
|
```
|