Metadata-Version: 2.0
Name: getit
Version: 2.2
Summary: A cross platform CLI downloader tool written in python.
Home-page: https://github.com/ankitjain28may/getit
Author: Ankit Jain
Author-email: ankitjain28may77@gmail.com
License: MIT
Keywords: download cli,downloaded-tool,cross-platform-cli-downloader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: colorama (>=0.3.7)
Requires-Dist: configparser (>=3.5.0)
Requires-Dist: requests (==2.10.0)

getit
=====

.. image:: https://travis-ci.org/ankitjain28may/getit.svg?branch=master
   :target: https://travis-ci.org/ankitjain28may/getit
.. image:: https://img.shields.io/pypi/v/getit.svg
   :target: https://pypi.python.org/pypi/getit
.. image:: https://img.shields.io/pypi/dm/getit.svg
   :target: https://pypi.python.org/pypi/getit
.. image:: https://landscape.io/github/ankitjain28may/getit/master/landscape.svg?style=flat-square
   :target: https://landscape.io/github/ankitjain28may/getit/master

A cross platform CLI downloader tool written in python 3

Installation
============

-  Using ``pip``

   .. code:: shell

       $ pip install getit

-  From source

   .. code:: shell

       $ git clone https://github.com/ankitjain28may/getit
       $ cd getit
       $ python setup.py install

-  For Setting Extra Utilities like Open File and Folder after the
   Download Completes..

   1- Get the path of the getit using ``where`` for linux users and
   ``which`` for window users.

   2- Copy the directory path where getit is present.

   3- copy the file from
   ``https://raw.githubusercontent.com/ankitjain28may/getit/master/config.cfg``
   to ``Directory_Path\config.cfg``.

   4- Set ``True`` or ``False`` according to your choice.

   .. code:: shell

       $ where getit
       $ Directory_path/getit
       $ getit -d https://raw.githubusercontent.com/ankitjain28may/getit/master/config.cfg -p Directory_Path -f config.cfg

Usage
=====

``getit -d <download url> -p <path> -f <filename with extension>``

``getit -h <help>``

Note : File is downloaded in the Downloads/getit/ folder by default

License
=======

Copyright (c) 2016 Ankit Jain - Released under MIT License

P.S For more python scripts Go To ->
`pythonResources <https://github.com/ankitjain28may/pythonResources>`__


