Metadata-Version: 2.1
Name: torra
Version: 1.0.26
Summary: Torrent client
Home-page: https://github.com/colin-i/tora
Author: cb
Author-email: costin.botescu@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: appdirs (>=1.4.3)
Provides-Extra: bin
Requires-Dist: python-libtorrent-bin (>=1.2.9) ; extra == 'bin'

# Torrent client

## Install
On Ubuntu, but other distros may have the same tree and dependencies.
```sh
sudo add-apt-repository ppa:colin-i/ppa
sudo apt-get update
sudo apt-get install torra
```

## From source
Using libtorrent (arvidn) with python bindings (example: python3-libtorrent, or unofficial binaries python package python-libtorrent-bin).\
libgtk-4.so.1 required.\
With setup.py or the other python setup script.

## From pypi
```sh
pip3 install torra
```
And having the dependencies.

## Donations
| Name      | Address                                    |
|-----------|--------------------------------------------|
| Bitcoin   | 1DcXWYXpmopfgg3oZYWVBTLbDTmQ6nWG7s         |
| Ethereum  | 0xd8ea69f877b93fa663652bc2d944e71a338cd5f9 |
| Dogecoin  | DP28QjzNcWCF4XqdUoDcZ7DeWKhjTmZqY9         |
| Decred    | DsSdAMyVkKbX18fXK5pYJbNgXhfisc4onT9        |
| Digibyte  | DPK6t296EMSHNMzuoMyP2zbxRjtisaaCRu         |
| Ravencoin | RECqJbqzqNiGQeodcRSBqkAZjh2fbroUHL         |

