Metadata-Version: 1.2
Name: chinadaily
Version: 0.1.8
Summary: Download China Daily newspaper PDF
Home-page: https://github.com/yarving/chinadailyproject
Author: ChinaDaily
Author-email: yarving@qq.com
License: GNU General Public License v3
Description: =================
        ChinaDailyProject
        =================
        
        
        .. image:: https://img.shields.io/pypi/v/chinadailyproject.svg
                :target: https://pypi.python.org/pypi/chinadailyproject
        
        .. image:: https://img.shields.io/travis/yarving/chinadailyproject.svg
                :target: https://travis-ci.com/yarving/chinadailyproject
        
        .. image:: https://readthedocs.org/projects/chinadailyproject/badge/?version=latest
                :target: https://chinadailyproject.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Download China Daily newspaper PDF
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://chinadailyproject.readthedocs.io.
        
        
        Installation and Upgrade
        ------------------------
        * Installation: `pip install chinadaily`
        * Upgrade: `pip install --upgrade chinadaily`
        
        Usage
        --------
        * Download today's China Daily newspaper: `chinadaily`
        * Download specific date's newspaper (eg 2020-10-10): `chinadaily 20201010`
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-07-05)
        ------------------
        
        * First release on PyPI.
        
        0.1.6 (2020-10-11)
        ------------------
        * Auto-remove temp files
        * Release first runnable version
        
        0.1.7 (2020-10-13)
        ------------------
        * Support download specified date, default is today
        
        0.1.8 (2020-10-14)
        ------------------
        * Support download multi specified date, default is today
        
        0.1.9
        ------------------
        * Support download specific month(-m/--month) and year(-y/--year) newspaper
        
Keywords: chinadaily
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
