command line wget downloader alternative, this can be module/package
Project description
pywget
command line wget downloader alternative, this can be module/package
Installing
Install and update using pip
_:
.. code-block:: text
$ pip install pywget
pywget supports Python 2 and newer, Python 3 and newer, and PyPy.
.. _pip: https://pip.pypa.io/en/stable/quickstart/
Example
What does it look like? Here is an example of a simple pywget program:
.. code-block:: python
from pywget import wget
link = "http://www.test.com/test.tar.gz"
wget.download(link, "/home/root/Downloads")
or run on terminal
.. code-block:: text
$ python wget.py "http://www.test.com/test.tar.gz" -p /home/root/Downloads
Support
- Python 2.7 +, Python 3.x
- Windows, Linux
Links
- License:
BSD <https://bitbucket.org/licface/pywget/src/default/LICENSE.rst>
_ - Code: https://bitbucket.org/licface/pywget
- Issue tracker: https://bitbucket.org/licface/pywget/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywget-0.31.tar.gz
(11.9 kB
view details)
Built Distribution
pywget-0.31-py2.py3-none-any.whl
(13.4 kB
view details)
File details
Details for the file pywget-0.31.tar.gz
.
File metadata
- Download URL: pywget-0.31.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6a39f0ff6c284015f10313c5e8a2549652ef39daece24212300e6e27d9de1ce |
|
MD5 | 18a353dbc7c2ed63588a85996212278f |
|
BLAKE2b-256 | e2cf24bf284aec19eba79c434434cfd9139d09dfe9e384e331ea0dcd893f97de |
File details
Details for the file pywget-0.31-py2.py3-none-any.whl
.
File metadata
- Download URL: pywget-0.31-py2.py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4891a624716235bad6f6b81ee561b8c94c8a7bcb6a940a84ff6cf53feebef1b2 |
|
MD5 | b77a1763bbb5fd962f584f3d18adc1a6 |
|
BLAKE2b-256 | 7f9550c18a5252cce92ed2b928e21fa9c5a56ee3c2c7504a86b04ab0314ee7e5 |