Metadata-Version: 1.1
Name: optimoida
Version: 1.0.0b1
Summary: The optimoida is a command line application to optimize image file (jpg, png only) by TinyPNG API
Home-page: https://github.com/alice1017/optimoida
Author: Hayato Tominaga
Author-email: takemehighermore@gmail.com
License: MIT License
Description: optimoida
        =========
        
        |forthebadge|
        
        📄 Overview
        ---------------------------
        
        The **optimoida** is a command line application to **optimize image
        file** (``jpg``, ``png`` only) by `TinyPNG <https://tinypng.com/>`__
        
        ⌛️ Prepare to use optimoida
        ------------------------------------
        
        1. Get TinyPNG API Key
        ~~~~~~~~~~~~~~~~~~~~~~
        
        You have to get TinyPNG API Key at
        `here <https://tinypng.com/developers>`__.
        
        2. Write optimoida.ini
        ~~~~~~~~~~~~~~~~~~~~~~
        
        Please write API Key you got to ``optimoida.ini``. And move
        ``optimoida.ini`` to ``~/.optimoida.ini``
        
        ::
        
            $ mv optimoida.ini ~/.optimoida.ini
        
        ✏️ Usage
        ---------------
        
        ::
        
            optimoida [PATH [PATH ...]]
        
        argument
        ~~~~~~~~
        
        -  **PATH** - The image file or directory path. allowed multiple
           argument.
        
        📥 Installation
        --------------------------
        
        ::
        
            $ git clone git@github.com:alice1017/optimoida.git
            $ cd optimoida
            $ python setup.py build install
        
        👀 Contribution
        -------------------
        
        1. Forks on `Github <https://github.com/alice1017/optimoida>`__
        2. Find a bug? Send a pull request to get it merged and published.
        
        .. |forthebadge| image:: http://forthebadge.com/images/badges/made-with-python.svg
           :target: http://forthebadge.com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Utilities
