Metadata-Version: 2.1
Name: akashi
Version: 1.0.0
Summary: Unofficial akashi command line tool.
Home-page: https://github.com/naoki-sawada/akashi-cli
Author: Naoki Sawada
Author-email: 
License: MIT
Description: 
        # Akashi Commnad Line Tool
        
        Unofficial [akashi](https://ak4.jp/) command line tool. 
        
        This command line tool can record your attendance from command lime.
        
        # Requirements
        
        - Python 3.5 or higher
        - [chromedriver](http://chromedriver.chromium.org)
        
        # Install
        
        ```shell
        $ pip install akashi
        ```
        
        # Usage
        
        ```
        $ akashi --help
        Usage: akashi [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --help  Show this message and exit.
        
        Commands:
          attend  Attend to akashi
          leave   Leave to akashi
          login   Login to akashi
          logout  Logout to akashi
        ```
        
        # License
        
        MIT License.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
