Metadata-Version: 2.1
Name: torra
Version: 1.0.29
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
Provides-Extra: bin

# Torrent client

## Install
On Ubuntu from PPA.
```sh
sudo add-apt-repository ppa:colin-i/ppa
```
Or the *manual installation step* from this link *https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6* \
Install:
```sh
sudo apt-get install torra
```
\
On Fedora, <i>.rpm</i> file from [releases](https://github.com/colin-i/tora/releases).
```sh
yum install torra-*.*.rpm
```
\
From pypi:
```sh
pip3 install torra
```
And having the dependencies.

## 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.

## Donations
The *donations* section is here
*https://gist.github.com/colin-i/e324e85e0438ed71219673fbcc661da6*


