torrent-downloader-python


Nametorrent-downloader-python JSON
Version 1.1.4 PyPI version JSON
download
home_pagehttps://github.com/stevenbtc/torrent-downloader
SummaryA Torrent Downloader with a graphical user interface built using Tkinter and libtorrent
upload_time2025-02-15 15:42:01
maintainerNone
docs_urlNone
authorSteven Yan
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Torrent Downloader CLI

A lightweight command-line torrent downloader focused on simplicity and efficiency.

## Quick Start

```bash
pip install torrent-downloader-python
torrent-downloader-python "magnet:?xt=urn:btih:..."
```

## System Requirements

- Python 3.8+
- Platform-specific dependencies:
  - **Windows**: Microsoft Visual C++ Redistributable
  - **macOS**: `brew install libtorrent-rasterbar`
  - **Ubuntu/Debian**: `sudo apt-get install python3-libtorrent`
  - **Fedora**: `sudo dnf install rb_libtorrent-python3`

## Features

- Lightweight and efficient downloads
- Simple command-line interface
- Cross-platform support
- Direct magnet link handling
- Progress monitoring

## Usage

```bash
# Basic usage with magnet link
torrent-downloader-python "magnet:?xt=urn:btih:..."

# Specify download directory
torrent-downloader-python --output ~/Downloads "magnet:?xt=urn:btih:..."

# Set download speed limit (in KB/s)
torrent-downloader-python --speed-limit 1000 "magnet:?xt=urn:btih:..."
```

## Alternative Installation: Using Conda

```bash
conda create -n torrent-env python=3.11
conda activate torrent-env
conda install -c conda-forge libtorrent
pip install torrent-downloader-python
```

## Development

```bash
# Clone repository
git clone https://github.com/yourusername/torrent-downloader.git
cd torrent-downloader/torrent-downloader-python

# Install in development mode
pip install -e .

# Run tests
python -m pytest tests/
```

## License

MIT License - See LICENSE file for details.

## Legal Notice

This software is intended for downloading legal torrents only. Users are responsible for compliance with applicable laws. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/stevenbtc/torrent-downloader",
    "name": "torrent-downloader-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Steven Yan",
    "author_email": "yulong.yan@uqconnect.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/df/cf/25f12e029d793361c321ba0baf9cd49cae1d280090c05f3a4e02bc9afd40/torrent_downloader_python-1.1.4.tar.gz",
    "platform": null,
    "description": "# Torrent Downloader CLI\n\nA lightweight command-line torrent downloader focused on simplicity and efficiency.\n\n## Quick Start\n\n```bash\npip install torrent-downloader-python\ntorrent-downloader-python \"magnet:?xt=urn:btih:...\"\n```\n\n## System Requirements\n\n- Python 3.8+\n- Platform-specific dependencies:\n  - **Windows**: Microsoft Visual C++ Redistributable\n  - **macOS**: `brew install libtorrent-rasterbar`\n  - **Ubuntu/Debian**: `sudo apt-get install python3-libtorrent`\n  - **Fedora**: `sudo dnf install rb_libtorrent-python3`\n\n## Features\n\n- Lightweight and efficient downloads\n- Simple command-line interface\n- Cross-platform support\n- Direct magnet link handling\n- Progress monitoring\n\n## Usage\n\n```bash\n# Basic usage with magnet link\ntorrent-downloader-python \"magnet:?xt=urn:btih:...\"\n\n# Specify download directory\ntorrent-downloader-python --output ~/Downloads \"magnet:?xt=urn:btih:...\"\n\n# Set download speed limit (in KB/s)\ntorrent-downloader-python --speed-limit 1000 \"magnet:?xt=urn:btih:...\"\n```\n\n## Alternative Installation: Using Conda\n\n```bash\nconda create -n torrent-env python=3.11\nconda activate torrent-env\nconda install -c conda-forge libtorrent\npip install torrent-downloader-python\n```\n\n## Development\n\n```bash\n# Clone repository\ngit clone https://github.com/yourusername/torrent-downloader.git\ncd torrent-downloader/torrent-downloader-python\n\n# Install in development mode\npip install -e .\n\n# Run tests\npython -m pytest tests/\n```\n\n## License\n\nMIT License - See LICENSE file for details.\n\n## Legal Notice\n\nThis software is intended for downloading legal torrents only. Users are responsible for compliance with applicable laws. \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Torrent Downloader with a graphical user interface built using Tkinter and libtorrent",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://github.com/stevenbtc/torrent-downloader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8e696181137a809ffeb9c90b8c288e64d91a85bd44a769e07cc28a67b6a40b7",
                "md5": "0320bc6e50386f3b250f1c2939f930b9",
                "sha256": "a0f876c9adcbcd598e20f61c6f8db9481b1252089b61074d2cb945dd9a77a5b0"
            },
            "downloads": -1,
            "filename": "torrent_downloader_python-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0320bc6e50386f3b250f1c2939f930b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7241,
            "upload_time": "2025-02-15T15:41:58",
            "upload_time_iso_8601": "2025-02-15T15:41:58.893955Z",
            "url": "https://files.pythonhosted.org/packages/e8/e6/96181137a809ffeb9c90b8c288e64d91a85bd44a769e07cc28a67b6a40b7/torrent_downloader_python-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dfcf25f12e029d793361c321ba0baf9cd49cae1d280090c05f3a4e02bc9afd40",
                "md5": "fec5382bedb189e6e22195ca373ab0e3",
                "sha256": "f258601c0a9c44c5f95e8cbdee560224ae704370e61f6c82107f9ebcff9d1892"
            },
            "downloads": -1,
            "filename": "torrent_downloader_python-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fec5382bedb189e6e22195ca373ab0e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7572,
            "upload_time": "2025-02-15T15:42:01",
            "upload_time_iso_8601": "2025-02-15T15:42:01.048184Z",
            "url": "https://files.pythonhosted.org/packages/df/cf/25f12e029d793361c321ba0baf9cd49cae1d280090c05f3a4e02bc9afd40/torrent_downloader_python-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 15:42:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stevenbtc",
    "github_project": "torrent-downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torrent-downloader-python"
}
        
Elapsed time: 4.36553s