Metadata-Version: 1.2
Name: stack.chat
Version: 0.0.1.dev1512873436
Summary: an unofficial Python 3 library and command-line tool for Stack Exchange chat
Home-page: https://stack.chat
Author: Jeremy Banks
Author-email: _@jeremy.ca
License: MIT
Description-Content-Type: UNKNOWN
Description: stack.chat
        ==========
        
        stack.chat is an unofficial Python 3 library and command-line tool for Stack Exchange chat.
        
        - https://stack.chat
        - https://pypi.python.org/pypi/stack.chat
        
        ## Installation
        
        Using your Python 3 package manager of choice:
        
        ```
        pip install stack.chat
        ```
        
        ### For Contributors
        
        Contributors who clone this repo can install our dev packages with pipenv:
        
        ```
        pip install pipenv
        pipenv install
        ```
        
        ## Usage
        
        There are no docs. You may want to look at [./stackchat/cli/](./stackchat/cli/).
        
        ### Python
        
        ```
        import stackchat
        ```
        
        ### CLI
        
        ```
        python -m stackchat help
        ```
        
        or
        
        ```
        stack.chat help
        ```
        
        ## License
        
        Licensed under either of
        
         - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
           http://www.apache.org/licenses/LICENSE-2.0)
         - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
        
        at your option.
        
        ### Contribution
        
        Unless you explicitly state otherwise, any contribution intentionally submitted
        for inclusion in the work by you, as defined in the Apache-2.0 license, shall
        be dual licensed as above, without any additional terms or conditions.
        
        ### Contributors
        
        Please see the Git commit history or 
        https://github.com/jeremyBanks/stack.chat/contributors and 
        https://github.com/Manishearth/ChatExchange/contributors.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
