torrent-downloader-react 1.0.7__py3-none-any.whl → 1.0.8__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: torrent-downloader-react
3
- Version: 1.0.7
3
+ Version: 1.0.8
4
4
  Summary: A modern, user-friendly torrent downloader application
5
5
  Home-page: https://github.com/yourusername/torrent-downloader
6
6
  Author: Your Name
@@ -27,7 +27,8 @@ Description-Content-Type: text/markdown
27
27
  Requires-Dist: fastapi>=0.109.0
28
28
  Requires-Dist: uvicorn>=0.27.0
29
29
  Requires-Dist: pydantic>=2.0.0
30
- Requires-Dist: python-libtorrent>=2.0.0
30
+ Requires-Dist: python-libtorrent>=2.0.0; platform_system != "Darwin"
31
+ Requires-Dist: libtorrent-python>=2.0.0; platform_system == "Darwin"
31
32
 
32
33
  # Torrent Downloader
33
34
 
@@ -45,45 +46,34 @@ A modern, user-friendly torrent downloader application built with React and Pyth
45
46
 
46
47
  Before installing, make sure you have the required system dependencies:
47
48
 
48
- ### Windows
49
+ ### System Dependencies
50
+
51
+ #### Windows
49
52
  - Python 3.8 or higher
50
53
  - Microsoft Visual C++ Redistributable (latest version)
51
- - Libtorrent:
52
- ```bash
53
- # Option 1: Using pip
54
- pip install python-libtorrent
55
-
56
- # Option 2: Using conda
57
- conda install -c conda-forge libtorrent
58
- ```
59
54
 
60
- ### macOS
55
+ #### macOS
61
56
  ```bash
62
- # Using Homebrew (recommended)
57
+ # Required: Install libtorrent system package
63
58
  brew install libtorrent-rasterbar
64
-
65
- # Or using conda
66
- conda install -c conda-forge libtorrent
67
59
  ```
68
60
 
69
- ### Linux (Ubuntu/Debian)
61
+ #### Linux (Ubuntu/Debian)
70
62
  ```bash
63
+ # Required: Install libtorrent system package
71
64
  sudo apt-get update
72
65
  sudo apt-get install python3-libtorrent
73
-
74
- # Or using conda
75
- conda install -c conda-forge libtorrent
76
66
  ```
77
67
 
78
- ### Linux (Fedora)
68
+ #### Linux (Fedora)
79
69
  ```bash
70
+ # Required: Install libtorrent system package
80
71
  sudo dnf install rb_libtorrent-python3
81
-
82
- # Or using conda
83
- conda install -c conda-forge libtorrent
84
72
  ```
85
73
 
86
- ### Using Conda (All Platforms)
74
+ ### Alternative Installation Methods
75
+
76
+ #### Using Conda (All Platforms)
87
77
  If you're using Conda, you can install libtorrent in your environment:
88
78
  ```bash
89
79
  conda create -n torrent-env python=3.11
@@ -96,12 +86,16 @@ conda install -c conda-forge libtorrent
96
86
  ### Method 1: Using pip (Recommended)
97
87
 
98
88
  ```bash
99
- # 1. Install libtorrent (see Prerequisites section above)
89
+ # 1. Install system dependencies (see Prerequisites section above)
90
+
91
+ # 2. Create and activate a virtual environment (recommended)
92
+ python3 -m venv venv
93
+ source venv/bin/activate # On Windows: venv\Scripts\activate
100
94
 
101
- # 2. Install the package
95
+ # 3. Install the package
102
96
  pip install torrent-downloader-react
103
97
 
104
- # 3. Run the application
98
+ # 4. Run the application
105
99
  torrent-downloader-react
106
100
  ```
107
101
 
@@ -4,8 +4,8 @@ torrent_downloader/static/index.html,sha256=zzC3ohQn0Mw48CgKPhvFnrYJfFz00-c3vC-G
4
4
  torrent_downloader/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
5
5
  torrent_downloader/static/assets/index-BWN4x5dM.js,sha256=FWGVaR7i3650zle1WwZ7OHFd0er5X6UNKpyCz1Fpo48,188702
6
6
  torrent_downloader/static/assets/index-DVy8AvwL.css,sha256=5bEvGbnqbN9-WNs8tlnCu9rLWY5ubfi33-xuAF4Hkz4,3517
7
- torrent_downloader_react-1.0.7.dist-info/METADATA,sha256=tSo3LIly2giQyblTQ6bpadSt4jvnDu7TZ5X4ODxm4VI,4447
8
- torrent_downloader_react-1.0.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- torrent_downloader_react-1.0.7.dist-info/entry_points.txt,sha256=zkljgTNEM0p9I4xw4FN0N5PVrNmB6KVLUWjBO32n0do,76
10
- torrent_downloader_react-1.0.7.dist-info/top_level.txt,sha256=THWnh7qxxVmoQ89QVJ8v6mmSzEQdFdXnryplXTQXuCA,19
11
- torrent_downloader_react-1.0.7.dist-info/RECORD,,
7
+ torrent_downloader_react-1.0.8.dist-info/METADATA,sha256=yiEvsuWfiWhrUJhIZf-SigzTaEBn4pHVs5hUVesr9no,4545
8
+ torrent_downloader_react-1.0.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ torrent_downloader_react-1.0.8.dist-info/entry_points.txt,sha256=zkljgTNEM0p9I4xw4FN0N5PVrNmB6KVLUWjBO32n0do,76
10
+ torrent_downloader_react-1.0.8.dist-info/top_level.txt,sha256=THWnh7qxxVmoQ89QVJ8v6mmSzEQdFdXnryplXTQXuCA,19
11
+ torrent_downloader_react-1.0.8.dist-info/RECORD,,