Metadata-Version: 2.1
Name: breviar
Version: 0.0.1rc0
Summary: URL shortener cli
Home-page: UNKNOWN
Author: Damir Chanyshev
Author-email: hairygeek@yandex.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/hairygeek/breviar
Project-URL: Documentation, https://github.com/hairygeek/breviar
Project-URL: Source Code, https://github.com/hairygeek/breviar
Description: URL shortener cli.
        ## Installation
        ```shell script
        pip3 install breviar
        ```
        
        ## Usage 
        ```
        Usage: breviar [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --help  Show this message and exit.
        
        Commands:
          configure  Configure a service
          shorten    Shorten a link
        ```
        
        ## Usage examples
        
        **Configure service**
        ```shell script
        breviar configure
        ```
        **Shorten a link**
         ```shell script
        breviar cut https://russkie_vpered.com
        ```
        
Keywords: link url shortener cli bilty
Platform: UNKNOWN
Description-Content-Type: text/markdown
