torrra


Nametorrra JSON
Version 1.2.4 PyPI version JSON
download
home_pageNone
SummaryA Python tool that lets you find and download torrents without leaving your CLI.
upload_time2025-07-28 10:35:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseMIT
keywords cli download filesharing jackett libtorrent magnet p2p terminal textual torrent torrent-client torrent-search tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Torrra - “rrr”

> A Python tool that lets you find and download torrents without leaving your CLI.

[![Python Versions](https://img.shields.io/pypi/pyversions/torrra?style=flat-square)](https://pypi.org/project/torrra/)
[![PyPI](https://img.shields.io/pypi/v/torrra?style=flat-square)](https://pypi.org/project/torrra/)
[![AUR Version](https://img.shields.io/aur/version/torrra?style=flat-square)](https://aur.archlinux.org/packages/torrra)
[![Pepy Total Downloads](https://img.shields.io/pepy/dt/torrra?style=flat-square&color=blue)](https://pypi.org/project/torrra/)
[![Docs](https://readthedocs.org/projects/torrra/badge/?version=latest&style=flat-square)](https://torrra.readthedocs.io/)
[![License](https://img.shields.io/github/license/stabldev/torrra?style=flat-square)](https://github.com/stabldev/torrra/blob/main/LICENSE)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/stabldev/torrra?style=flat-square)](https://github.com/stabldev/torrra/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](https://github.com/stabldev/torrra/issues)

![demo](./docs/_static/demo.gif)

_Torrra_ provides a streamlined command-line interface for torrent search and downloads, powered by Jackett/Prowlarr and Libtorrent. Built with Textual, it offers a beautiful TUI with pause/resume support - all without leaving your terminal.

**Full documentation**: https://torrra.readthedocs.io/en/latest/

## Installation

```bash
pipx install torrra
```

Other options: [`AUR`](https://aur.archlinux.org/packages/torrra), [`standalone binaries`](https://github.com/stabldev/torrra/releases), [`Homebrew`](https://github.com/Maniacsan/homebrew-torrra) or [`Docker`](https://hub.docker.com/r/stabldev/torrra).

[See full install options →](https://torrra.readthedocs.io/en/latest/installation.html)

## Quick Usage

```bash
torrra jackett --url http://localhost:9117 --api-key <your_api_key>
```

Then use the arrow keys to navigate, `Enter` to download, `p` to pause, `r` to resume, `q` to quit.

[See full CLI & TUI guide →](https://torrra.readthedocs.io/en/latest/usage.html)

## Features

- Search with [`Jackett`](https://github.com/Jackett/Jackett) or [`Prowlarr`](https://github.com/Prowlarr/Prowlarr)
- Download torrents with [`Libtorrent`](https://libtorrent.org)
- Full-screen TUI with pause/resume
- Smart config + opt-in caching
- Native support for Linux/macOS/Windows

[Full feature list →](https://torrra.readthedocs.io/en/latest/#features)

## Contributing

Found a bug? Want to help?
Check out [Contributing](https://torrra.readthedocs.io/en/latest/contributing.html) or [open an issue](https://github.com/stabldev/torrra/issues).

## License

[MIT](https://github.com/stabldev/torrra/blob/main/LICENSE) Copyright (c) [stabldev](https://github.com/stabldev)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "torrra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "cli, download, filesharing, jackett, libtorrent, magnet, p2p, terminal, textual, torrent, torrent-client, torrent-search, tui",
    "author": null,
    "author_email": "stabldev <thestabldev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/55/37/e9db2b634baf8ef2c92bff4d48837b85e0c15cbd6c0a32278526189b7b39/torrra-1.2.4.tar.gz",
    "platform": null,
    "description": "# Torrra - \u201crrr\u201d\n\n> A Python tool that lets you find and download torrents without leaving your CLI.\n\n[![Python Versions](https://img.shields.io/pypi/pyversions/torrra?style=flat-square)](https://pypi.org/project/torrra/)\n[![PyPI](https://img.shields.io/pypi/v/torrra?style=flat-square)](https://pypi.org/project/torrra/)\n[![AUR Version](https://img.shields.io/aur/version/torrra?style=flat-square)](https://aur.archlinux.org/packages/torrra)\n[![Pepy Total Downloads](https://img.shields.io/pepy/dt/torrra?style=flat-square&color=blue)](https://pypi.org/project/torrra/)\n[![Docs](https://readthedocs.org/projects/torrra/badge/?version=latest&style=flat-square)](https://torrra.readthedocs.io/)\n[![License](https://img.shields.io/github/license/stabldev/torrra?style=flat-square)](https://github.com/stabldev/torrra/blob/main/LICENSE)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/stabldev/torrra?style=flat-square)](https://github.com/stabldev/torrra/issues)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](https://github.com/stabldev/torrra/issues)\n\n![demo](./docs/_static/demo.gif)\n\n_Torrra_ provides a streamlined command-line interface for torrent search and downloads, powered by Jackett/Prowlarr and Libtorrent. Built with Textual, it offers a beautiful TUI with pause/resume support - all without leaving your terminal.\n\n**Full documentation**: https://torrra.readthedocs.io/en/latest/\n\n## Installation\n\n```bash\npipx install torrra\n```\n\nOther options: [`AUR`](https://aur.archlinux.org/packages/torrra), [`standalone binaries`](https://github.com/stabldev/torrra/releases), [`Homebrew`](https://github.com/Maniacsan/homebrew-torrra) or [`Docker`](https://hub.docker.com/r/stabldev/torrra).\n\n[See full install options \u2192](https://torrra.readthedocs.io/en/latest/installation.html)\n\n## Quick Usage\n\n```bash\ntorrra jackett --url http://localhost:9117 --api-key <your_api_key>\n```\n\nThen use the arrow keys to navigate, `Enter` to download, `p` to pause, `r` to resume, `q` to quit.\n\n[See full CLI & TUI guide \u2192](https://torrra.readthedocs.io/en/latest/usage.html)\n\n## Features\n\n- Search with [`Jackett`](https://github.com/Jackett/Jackett) or [`Prowlarr`](https://github.com/Prowlarr/Prowlarr)\n- Download torrents with [`Libtorrent`](https://libtorrent.org)\n- Full-screen TUI with pause/resume\n- Smart config + opt-in caching\n- Native support for Linux/macOS/Windows\n\n[Full feature list \u2192](https://torrra.readthedocs.io/en/latest/#features)\n\n## Contributing\n\nFound a bug? Want to help?\nCheck out [Contributing](https://torrra.readthedocs.io/en/latest/contributing.html) or [open an issue](https://github.com/stabldev/torrra/issues).\n\n## License\n\n[MIT](https://github.com/stabldev/torrra/blob/main/LICENSE) Copyright (c) [stabldev](https://github.com/stabldev)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python tool that lets you find and download torrents without leaving your CLI.",
    "version": "1.2.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/stabldev/torrra/issues",
        "homepage": "https://github.com/stabldev/torrra",
        "repository": "https://github.com/stabldev/torrra"
    },
    "split_keywords": [
        "cli",
        " download",
        " filesharing",
        " jackett",
        " libtorrent",
        " magnet",
        " p2p",
        " terminal",
        " textual",
        " torrent",
        " torrent-client",
        " torrent-search",
        " tui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "047fecfcc7de906a1a96cef5df36757f5a5bd09fa6683bbfec9b74e235a753d9",
                "md5": "7f535396cca030630f06019ce72909fd",
                "sha256": "22cfe1defd29ce3d55e1124b166c9054d10be495742b23d3c8ed7635c23018cb"
            },
            "downloads": -1,
            "filename": "torrra-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f535396cca030630f06019ce72909fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 19056,
            "upload_time": "2025-07-28T10:35:49",
            "upload_time_iso_8601": "2025-07-28T10:35:49.183455Z",
            "url": "https://files.pythonhosted.org/packages/04/7f/ecfcc7de906a1a96cef5df36757f5a5bd09fa6683bbfec9b74e235a753d9/torrra-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5537e9db2b634baf8ef2c92bff4d48837b85e0c15cbd6c0a32278526189b7b39",
                "md5": "b9dc4dcdc20aad614434d51b51b52a5e",
                "sha256": "fb8459b5b0cef862f7e2571bec47b79ae3f69ccc2739451a50a67799a941f29c"
            },
            "downloads": -1,
            "filename": "torrra-1.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b9dc4dcdc20aad614434d51b51b52a5e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 2592561,
            "upload_time": "2025-07-28T10:35:50",
            "upload_time_iso_8601": "2025-07-28T10:35:50.758130Z",
            "url": "https://files.pythonhosted.org/packages/55/37/e9db2b634baf8ef2c92bff4d48837b85e0c15cbd6c0a32278526189b7b39/torrra-1.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 10:35:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stabldev",
    "github_project": "torrra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "torrra"
}
        
Elapsed time: 0.39306s