Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
console-application
downloader
http
library
multithreading
python
python-3
Last synced: 5 months ago
·
JSON representation
Repository
A multi thread based downloader.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
console-application
downloader
http
library
multithreading
python
python-3
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
MTDL
A multi-thread based python downloader.
Usage
- install:
pip install mtdl - Choose use API or command-line-interface mode
CMD-Line interface
After installed, just type command like format below:
bash
mtdl [-h | --help]
To get usage.
API
Create a MultiThreadDownloader instance and call its start method
python
from mtdl import MultiThreadDownloader
p = MultiThreadDownloader(<Your url>, (chunk_size, filename))
p.start()
LICENSE AND NOTICES
See license file.
Owner
- Name: billloic
- Login: BillLoic
- Kind: user
- Repositories: 2
- Profile: https://github.com/BillLoic
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 18 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
pypi.org: mtdl
Python multi-thread file downloader.
- Documentation: https://mtdl.readthedocs.io/
- License: Copyright (C) 2024 BillLoic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. EXTENDED The purpose of this software is to enable users to have a better online experience. When using this software to access Internet resources, please be sure to abide by relevant copyright and other relevant rules. The developer will not be responsible for this. The libraries used in this software are the trademarks of the original authors. It is prohibited to use this software to access illegal Internet resources, conduct Distributed Denial of Service attacks (DDoS), or conduct activities that violate the laws and regulations of the region. Anyone who violates the regulations shall be solely responsible for the legal liability. This library does not have the function of increasing network bandwidth, and the actual effect depends on the user's current network conditions. This program library is a multi-threaded program and may have known problems in some cases. The developer does not guarantee the effectiveness of this program library. For some compatibility issues, everyone is welcome to adapt.
-
Latest release: 5.6
published over 1 year ago
Rankings
Dependent packages count: 10.8%
Average: 35.8%
Dependent repos count: 60.8%
Maintainers (1)
Last synced:
6 months ago