diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2016-11-11 14:59:21 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | dc498c860807b9d6002640d4d3e51f180e83d56d (patch) | |
tree | bc11577065cafa8ab3cacc28ea63c94de7f11e9a /python/txi2p/README | |
parent | e07218116d7464ce11209e4564d22ba6ad2fec04 (diff) | |
download | slackbuilds-dc498c860807b9d6002640d4d3e51f180e83d56d.tar.gz |
python/txi2p: Added (I2P bindings for Twisted).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/txi2p/README')
-rw-r--r-- | python/txi2p/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/txi2p/README b/python/txi2p/README new file mode 100644 index 0000000000..39424bdc43 --- /dev/null +++ b/python/txi2p/README @@ -0,0 +1,13 @@ +txi2p is a set of I2P bindings for Twisted. + +txi2p supports both the SAM and BOB APIs for I2P. +The default API is SAM. + +Having I2P installed is not required for building. +The I2P source already includes a SlackBuild. + +You can get the latest I2P stable release from +https://geti2p.net/en/download#source + +or check +https://github.com/i2p/i2p.i2p |