Metadata-Version: 1.1
Name: FetchNovels
Version: 0.9.6
Summary: Fetch novels from Internet
Home-page: https://github.com/wangjiezhe/FetchNovels
Author: wangjiezhe
Author-email: wangjiezhe@gmail.com
License: GPLv3
Description: FetchNovels
        ===========
        
        |Dependency Status| |Requirements Status| |Documentation Status| |Code
        Health|
        
        |PyPI| |GPL Licence| |Status| |Pyversions| |Downloads|
        
        |BADGINATOR|
        
        Fetch novels from internet.
        
        A renewed version.
        
        Usage
        -----
        
        ::
        
            $ fetchnovels -h
            usage: fetchnovels [-h] [-V] [-u | -d | -l | -ls | -la | -D | -m] [-v] [-r]
                               [-p PROXY | -n]
                               [source] [tid [tid ...]]
        
            Fetch novels from Internet, and write into file.
        
            Available sources:
              bgif2, biquge, dzxsw, feizw, haxtxt, jjwxc, klxsw, lou19,
              lwxs, lwxs520, lwxsw, piaotian, piaotiancc, ranwen, shu69,
              shushu8, sto, ttshuba, ttzw, ttzw5, uks5, wdxs, xs365, yfzww,
              yq33, zhaishu8, doubangroup, ...
        
            positional arguments:
              source                download source
              tid                   id for novels to download
        
            optional arguments:
              -h, --help            show this help message and exit
              -V, --version         show program's version number and exit
              -u, --update          update novels in the database
              -d, --dump-only       dump only without update
              -l, --list            list novels in the database
              -ls, --list-serial    list serials in the database
              -la, --list-article   list articles in the database
              -D, --delete          delete novels in the database
              -m, --mark-finish     mark novels as finished
              -v, --verbose         show in more detail
              -r, --refresh         refresh novel in the database
              -p PROXY, --proxy PROXY
                                    use specific proxy
              -n, --no-proxy        do not use any proxies
        
        Todo
        ----
        
        -  [ ] Get novel in forum
        -  [ ] Login to get token
        -  [x] Add option to dump directly from database (for no network
           connection case)
        -  [x] Fix text width for id and intro
        
        Disclaimer
        ----------
        
        This software does not produce any actual content. All data are grabbed
        from the internet.
        
        .. |Dependency Status| image:: https://dependencyci.com/github/wangjiezhe/FetchNovels/badge
           :target: https://dependencyci.com/github/wangjiezhe/FetchNovels
        .. |Requirements Status| image:: https://requires.io/github/wangjiezhe/FetchNovels/requirements.svg?branch=master
           :target: https://requires.io/github/wangjiezhe/FetchNovels/requirements/?branch=master
        .. |Documentation Status| image:: https://readthedocs.org/projects/docs/badge/?version=latest
           :target: http://fetchnovels.readthedocs.io/en/latest/?badge=latest
        .. |Code Health| image:: https://landscape.io/github/wangjiezhe/FetchNovels/master/landscape.svg?style=flat
           :target: https://landscape.io/github/wangjiezhe/FetchNovels/master
        .. |PyPI| image:: https://img.shields.io/pypi/v/FetchNovels.svg
           :target: https://pypi.python.org/pypi/FetchNovels
        .. |GPL Licence| image:: https://img.shields.io/pypi/l/FetchNovels.svg
           :target: https://www.gnu.org/licenses/gpl-3.0.en.html
        .. |Status| image:: https://img.shields.io/pypi/status/FetchNovels.svg
           :target: https://pypi.python.org/pypi/FetchNovels
        .. |Pyversions| image:: https://img.shields.io/pypi/pyversions/FetchNovels.svg
           :target: https://pypi.python.org/pypi/FetchNovels
        .. |Downloads| image:: https://img.shields.io/pypi/dm/FetchNovels.svg
           :target: https://pypi.python.org/pypi/FetchNovels
        .. |BADGINATOR| image:: https://badginator.herokuapp.com/wangjiezhe/FetchNovels.svg
           :target: https://github.com/defunctzombie/badginator
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
