Metadata-Version: 1.1
Name: course-backup
Version: 0.1.4
Summary: backup open edx courses
Home-page: https://github.com/wwj718/course_backup
Author: wenjie wu
Author-email: wuwenjie718@gmail.com
License: ISCL
Description: ===============================
        course_backup
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/course_backup.svg
                :target: https://pypi.python.org/pypi/course_backup
        
        .. image:: https://img.shields.io/travis/wwj718/course_backup.svg
                :target: https://travis-ci.org/wwj718/course_backup
        
        .. image:: https://readthedocs.org/projects/course_backup/badge/?version=latest
                :target: https://readthedocs.org/projects/course_backup/?badge=latest
                :alt: Documentation Status
        
        
        backup open edx courses
        
        * Free software: ISC license
        * Documentation: https://course_backup.readthedocs.org.
        
        Features
        --------
        
        * 自动备份用户创建的课程
        * 定时下载
        * 多线程下载
        
        Todo
        --------
        
        *  滚动备份
        *  只备份差异版本
        *  间隔时间选择
        *  云端同步
        
        Install
        --------
        
        *  pip install course_backup
        *  for dev 
          *  git clone https://github.com/wwj718/course_backup.git
          *  pip install -e ./course_backup
        
        Usage
        --------
        
        course_backup --help
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-04-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: course_backup
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
