Metadata-Version: 1.1
Name: topcoder-dl
Version: 0.0.1
Summary: Downloads all TopCoder data-science tutorials and save as PDF
Home-page: https://github.com/tushar-rishav/topcoder-dl/
Author: Tushar Gautam
Author-email: tushar.rishav@gmail.com
License: GNU General Public License v3 (GPLv3)
Description: topcoder-dl :bookmark:
        ----------------------
        
        Downloads Topcoder data-science tutorials and save as PDF
                                                                 
        
        Installation
        ~~~~~~~~~~~~
        
        Build from source
        '''''''''''''''''
        
        .. code:: sh
        
                git clone "https://github.com/tushar-rishav/topcoder-dl.git"
                cd topcoder-dl
                python setup.py install
        
        Using pip
        '''''''''
        
        .. code:: sh
        
                pip install topcoder-dl
        
        Default config:
        ~~~~~~~~~~~~~~~
        
        ::
        
            target  : TopcoderPdf
        
        Usage
        ~~~~~
        
        Fetch single post
        '''''''''''''''''
        
        To fetch single tutorial, say Binary Search, run this in your shell
        
        .. code:: sh
        
        
            topcoder-dl -p https://www.topcoder.com/community/data-science/data-science-tutorials/binary-search/
        
        Note: the above command will save the pdf in default directory
        
        Fetch all tutorial in your custom directory
        '''''''''''''''''''''''''''''''''''''''''''
        
        .. code:: sh
        
            topcoder-dl -t my_directory_abs_path
        
        Note: If the directory do not exists then topcoder-dl will create a new
        one else the PDFs will be saved in the exsting directory
        
        Get help
        ''''''''
        
        .. code:: sh
        
            balert -h
        
        Example
        '''''''
        
        .. code:: sh
        
            topcoder-dl -p https://www.topcoder.com/community/data-science/data-science-tutorials/binary-search/ -t BSearch_TopCoder
        
        The above command will fetch binary-search tutorial from TopCoder and
        save its PDF in Bsearch\_TopCoder directory
        
        Contributions
        ~~~~~~~~~~~~~
        
        Have an idea to make it better? Go ahead! I will be happy to see a pull
        request from you! :blush:
        
        License
        ~~~~~~~
        
        .. figure:: https://cloud.githubusercontent.com/assets/7397433/9025904/67008062-3936-11e5-8803-e5b164a0dfc0.png
           :alt: gpl
        
        
Keywords: pdf,algorithms,tutorials,Topcoder,python,scrapping
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Monitoring
