Metadata-Version: 2.1
Name: wand-cli
Version: 1.5
Summary: A cli tool to compile over 26 languages instantly using the wandbox api.
Home-page: https://github.com/v1nam/wandbox-cli
Author: vinam
Author-email: vinamraj01@gmail.com
License: UNKNOWN
Description: # wandbox-cli
        A cli tool which uses the wandbox api to compile over 26 languages instantly
        
        ![](wandbox_preview_cli.gif)
        
        **Note**: The time for the output totally depends upon how fast your internet can make a post request, it can be as slow as mine or instantaneous
        
        # Running
        You can install it with python package manager `pip`
        ```sh
        pip install wand-cli
        ```
        and run with
        ```sh
        wandbox [OPTIONS]
        ```  
        
        # Languages
        |     ..     |     ..     |
        | :--------: | :--------: |
        | python     | f#         |
        | c++        | scala      |
        | c          | swift      |
        | javascript | typescript |
        | java       | vim        |
        | haskell    | lua        |
        | bash       | nim        |
        | cmake      | php        |
        | elixir     | perl       |
        | d          | pony       |
        | sqlite     | go         |
        | lisp       | ruby       |
        
Keywords: wandbox cli compile run
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
