Metadata-Version: 1.0
Name: Desire2Download
Version: 0.1.2
Summary: Download all of the content from the University of Waterloo's Desire2Learn LMS
Home-page: https://github.com/sholiday/desire2download
Author: Stephen Holiday
Author-email: stephen.holiday@gmail.com
License: UNKNOWN
Description: 
           
           d2d is a tool to download all of the content from the University of Waterloo's
           new learning management system which uses Desire2Learn instead of the old Angel
           based UWACE.
        
           d2d was inspired by Jamie Wong's fabulous UWAngel-CLI (https://github.com/phleet/UWAngel-CLI)
           written in Ruby.
        
           d2d is somewhat hacky and has not been tested extensively. If you do find a bug,
           please let me know (stephen.holiday@gmail.com).
        
           To install, just do:
        
               python setup.py install
        
           Using d2d is easy:
        
               d2d --username scholida -i ".*.wmv"
               Password: 
               Logging In...
               Logged In
               Finding courses...
               ECE 224 - Fall 2011
                + ECE 224 - Fall 2011/Labs/Lab Tools Tutorial.html (1.70K)
                + ECE 224 - Fall 2011/Labs/Lab 1/lab1_checklist-s2010.pdf (107.65K)
        
               ...
        
        
           d2d will not download a file if it has been already saved.
           
           Credits: Stephen Holiday, Ansis Brammanis
           
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Classifier: Topic :: Education
