torrent-downloader-react 1.1.1__tar.gz → 1.1.3__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (15) hide show
  1. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/PKG-INFO +7 -7
  2. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/setup.py +7 -9
  3. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/PKG-INFO +7 -7
  4. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/setup.cfg +0 -0
  5. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/__init__.py +0 -0
  6. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/server.py +0 -0
  7. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/static/assets/index-BAUKkMK0.js +0 -0
  8. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/static/assets/index-DpeprjRI.css +0 -0
  9. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/static/index.html +0 -0
  10. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader/static/vite.svg +0 -0
  11. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/SOURCES.txt +0 -0
  12. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/dependency_links.txt +0 -0
  13. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/entry_points.txt +0 -0
  14. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/requires.txt +0 -0
  15. {torrent-downloader-react-1.1.1 → torrent-downloader-react-1.1.3}/torrent_downloader_react.egg-info/top_level.txt +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: torrent-downloader-react
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: A modern, user-friendly torrent downloader application
5
- Home-page: https://github.com/yourusername/torrent-downloader
6
- Author: Your Name
7
- Author-email: your.email@example.com
8
- Project-URL: Bug Tracker, https://github.com/yourusername/torrent-downloader/issues
9
- Project-URL: Documentation, https://github.com/yourusername/torrent-downloader#readme
10
- Project-URL: Source Code, https://github.com/yourusername/torrent-downloader
5
+ Home-page: https://github.com/stevenbtc/torrent-downloader
6
+ Author: Steven Yan
7
+ Author-email: yulong.yan@uqconnect.edu.au
8
+ Project-URL: Bug Tracker, https://github.com/stevenbtc/torrent-downloader/issues
9
+ Project-URL: Documentation, https://github.com/stevenbtc/torrent-downloader#readme
10
+ Project-URL: Source Code, https://github.com/stevenbtc/torrent-downloader
11
11
  Keywords: torrent,downloader,p2p,bittorrent,libtorrent
12
12
  Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Environment :: Web Environment
@@ -7,14 +7,12 @@ with open(os.path.join(os.path.dirname(os.path.dirname(__file__)), "README.md"),
7
7
 
8
8
  setup(
9
9
  name="torrent-downloader-react",
10
- version="1.1.1",
10
+ version="1.1.3",
11
11
  packages=find_packages(),
12
12
  install_requires=[
13
13
  "fastapi>=0.109.0",
14
14
  "uvicorn>=0.27.0",
15
15
  "pydantic>=2.0.0",
16
- # Note: On macOS, you need to install libtorrent-rasterbar first:
17
- # brew install libtorrent-rasterbar
18
16
  "libtorrent>=2.0.0",
19
17
  "pytest>=8.0.0",
20
18
  "httpx>=0.27.0"
@@ -24,17 +22,17 @@ setup(
24
22
  "torrent-downloader-react=torrent_downloader.server:main",
25
23
  ],
26
24
  },
27
- author="Your Name",
28
- author_email="your.email@example.com",
25
+ author="Steven Yan",
26
+ author_email="yulong.yan@uqconnect.edu.au",
29
27
  description="A modern, user-friendly torrent downloader application",
30
28
  long_description=long_description,
31
29
  long_description_content_type="text/markdown",
32
30
  keywords="torrent, downloader, p2p, bittorrent, libtorrent",
33
- url="https://github.com/yourusername/torrent-downloader",
31
+ url="https://github.com/stevenbtc/torrent-downloader",
34
32
  project_urls={
35
- "Bug Tracker": "https://github.com/yourusername/torrent-downloader/issues",
36
- "Documentation": "https://github.com/yourusername/torrent-downloader#readme",
37
- "Source Code": "https://github.com/yourusername/torrent-downloader",
33
+ "Bug Tracker": "https://github.com/stevenbtc/torrent-downloader/issues",
34
+ "Documentation": "https://github.com/stevenbtc/torrent-downloader#readme",
35
+ "Source Code": "https://github.com/stevenbtc/torrent-downloader",
38
36
  },
39
37
  classifiers=[
40
38
  "Development Status :: 4 - Beta",
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: torrent-downloader-react
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: A modern, user-friendly torrent downloader application
5
- Home-page: https://github.com/yourusername/torrent-downloader
6
- Author: Your Name
7
- Author-email: your.email@example.com
8
- Project-URL: Bug Tracker, https://github.com/yourusername/torrent-downloader/issues
9
- Project-URL: Documentation, https://github.com/yourusername/torrent-downloader#readme
10
- Project-URL: Source Code, https://github.com/yourusername/torrent-downloader
5
+ Home-page: https://github.com/stevenbtc/torrent-downloader
6
+ Author: Steven Yan
7
+ Author-email: yulong.yan@uqconnect.edu.au
8
+ Project-URL: Bug Tracker, https://github.com/stevenbtc/torrent-downloader/issues
9
+ Project-URL: Documentation, https://github.com/stevenbtc/torrent-downloader#readme
10
+ Project-URL: Source Code, https://github.com/stevenbtc/torrent-downloader
11
11
  Keywords: torrent,downloader,p2p,bittorrent,libtorrent
12
12
  Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Environment :: Web Environment