torrent-downloader-react 1.0.9__py3-none-any.whl → 1.0.11__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -143,4 +143,12 @@ async def open_downloads():
143
143
  success = open_folder(str(DOWNLOAD_PATH))
144
144
  if not success:
145
145
  raise HTTPException(status_code=500, detail="Failed to open downloads folder")
146
- return {"message": "Downloads folder opened successfully"}
146
+ return {"message": "Downloads folder opened successfully"}
147
+
148
+ def main():
149
+ """Entry point for the application."""
150
+ import uvicorn
151
+ uvicorn.run(app, host="127.0.0.1", port=8000)
152
+
153
+ if __name__ == "__main__":
154
+ main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: torrent-downloader-react
3
- Version: 1.0.9
3
+ Version: 1.0.11
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,8 +27,7 @@ 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; platform_system != "Darwin"
31
- Requires-Dist: libtorrent-python>=2.0.0; platform_system == "Darwin"
30
+ Requires-Dist: libtorrent>=2.0.0
32
31
 
33
32
  # Torrent Downloader
34
33
 
@@ -0,0 +1,11 @@
1
+ torrent_downloader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ torrent_downloader/server.py,sha256=hcoMqaK6vw6aoVzBiBfbwQ_gK7DkW6YJFTRXBMEsZ1I,4766
3
+ torrent_downloader/static/index.html,sha256=zzC3ohQn0Mw48CgKPhvFnrYJfFz00-c3vC-GS-eCjv8,464
4
+ torrent_downloader/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
5
+ torrent_downloader/static/assets/index-BWN4x5dM.js,sha256=FWGVaR7i3650zle1WwZ7OHFd0er5X6UNKpyCz1Fpo48,188702
6
+ torrent_downloader/static/assets/index-DVy8AvwL.css,sha256=5bEvGbnqbN9-WNs8tlnCu9rLWY5ubfi33-xuAF4Hkz4,3517
7
+ torrent_downloader_react-1.0.11.dist-info/METADATA,sha256=-I2pYJVSK3K8nJqJ-tdUJTmqHmrAOREXRrIspPQ6dwk,4441
8
+ torrent_downloader_react-1.0.11.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ torrent_downloader_react-1.0.11.dist-info/entry_points.txt,sha256=zkljgTNEM0p9I4xw4FN0N5PVrNmB6KVLUWjBO32n0do,76
10
+ torrent_downloader_react-1.0.11.dist-info/top_level.txt,sha256=THWnh7qxxVmoQ89QVJ8v6mmSzEQdFdXnryplXTQXuCA,19
11
+ torrent_downloader_react-1.0.11.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- torrent_downloader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- torrent_downloader/server.py,sha256=f3FZu4Nl-NhIQhQ3LAc_TSKrET6f_vRnA4UWuvRNybs,4602
3
- torrent_downloader/static/index.html,sha256=zzC3ohQn0Mw48CgKPhvFnrYJfFz00-c3vC-GS-eCjv8,464
4
- torrent_downloader/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
5
- torrent_downloader/static/assets/index-BWN4x5dM.js,sha256=FWGVaR7i3650zle1WwZ7OHFd0er5X6UNKpyCz1Fpo48,188702
6
- torrent_downloader/static/assets/index-DVy8AvwL.css,sha256=5bEvGbnqbN9-WNs8tlnCu9rLWY5ubfi33-xuAF4Hkz4,3517
7
- torrent_downloader_react-1.0.9.dist-info/METADATA,sha256=HWoKvpGtiBRnEARqy7eeeFfarNiUdXAQstD2_F3j9-0,4545
8
- torrent_downloader_react-1.0.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- torrent_downloader_react-1.0.9.dist-info/entry_points.txt,sha256=zkljgTNEM0p9I4xw4FN0N5PVrNmB6KVLUWjBO32n0do,76
10
- torrent_downloader_react-1.0.9.dist-info/top_level.txt,sha256=THWnh7qxxVmoQ89QVJ8v6mmSzEQdFdXnryplXTQXuCA,19
11
- torrent_downloader_react-1.0.9.dist-info/RECORD,,