Metadata-Version: 2.1
Name: hatool-compiler
Version: 0.0.2
Summary: Compiler for hatool, a versatile scriptable chatbot-like interface for Angular
Home-page: https://github.com/akariv/hatool-compiler
Author: Adam Kariv
Author-email: adam.kariv@gmail.com
License: MIT
Description: # Hatool Compiler
        
        Command line tool to prepare [Hatool](https://github.com/akariv/hatool) scripts for use.
        
        [Hatool](https://github.com/akariv/hatool) is a versatile scripted chatbot-style interface for Angular.
        
        ## Quickstart
        
        ```bash
        
        $ pip install hatool-compiler
        
        $ hatool <input-file> <output-file>
        
        ```
        
        ## Source file reference
        
        See [Hatool script-file reference](https://github.com/akariv/hatool) for more details on writing script files.
Keywords: data,ui,chatbot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: develop
