Skip to main content

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


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.24.tar.gz (11.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page