Metadata-Version: 2.1
Name: hemlock-cli
Version: 0.0.11
Summary: Command line interface for hemlock projects
Home-page: https://dsbowen.github.io/hemlock
Author: Dillon Bowen
Author-email: dsbowen@wharton.upenn.edu
License: UNKNOWN
Description: Hemlock-CLI is the command line tool for [hemlock](https://dsbowen.github.io/hemlock/).
        
        ## Installation
        
        ```bash
        $ pip install hemlock-cli
        ```
        
        ## Quickstart
        
        Initialize a hemlock project with:
        
        ```bash
        $ hlk init <my-project-name>
        ```
        
        Run the hello world app locally:
        
        ```bash
        $ hlk serve
        ```
        
        And navigate to <http://localhost:5000/> in your browser.
        
        ## Citation
        
        ```
        @software{bowen2020hemlock-cli,
          author = {Dillon Bowen},
          title = {Hemlock},
          url = {https://dsbowen.github.io/hemlock/},
          date = {2020-07-10},
        }
        ```
        
        ## License
        
        Users must cite this package in any publications which use it.
        
        It is licensed with the [Hemlock Research License](https://github.com/dsbowen/hemlock/blob/master/LICENSE). The license permits free use for academic research, and requires written permission from hemlock's author, Dillon Bowen, for commercial use.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
