Metadata-Version: 2.1
Name: fichub-cli
Version: 0.2
Summary: A CLI tool for the fichub.net API
Home-page: https://github.com/FicHub/fichub_cli
Author: arzkar
Author-email: roguedevone@gmail.com
License: MIT
Description: <h1 align="center">fichub-cli</h1>
        
        A CLI for the fichub.net API<br>
        
        # Installation
        
        ## Pip method
        
        Install the package using pip
        
        ```
        pip install -U fichub_cli
        ```
        
        ## Executable method
        
        Download the executables from [Releases](https://github.com/FicHub/fichub-cli/releases) and run them.
        
        ### Linux
        
        ```
        ./fichub_cli --help
        ```
        
        # Usage
        
        ```
        > fichub_cli --help
        Usage: fichub_cli [OPTIONS]
        
        Options:
          -i, --infile TEXT    Give a filename to read URLs from
          -o, --out_dir TEXT   Output directory for files
          -f, --format TEXT    Download Format: epub(default), mobi, pdf or html
          -l, --list_url TEXT  Enter a list of urls to download separated by comma
                               enclosed in quotes
        
          -u, --url TEXT       The url of the fanfiction
          -d, --debug          Debug mode
          -v, --version        Display version & quit.
          --help               Show this message and exit.
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
