Metadata-Version: 1.2
Name: stack.chat
Version: 3.1.0.dev1513065255
Summary: an unofficial Python 3 library and command-line tool for [Stack Exchange chat](https://chat.stackexchange.com/faq)
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://chat.stackexchange.com/faq).
        
        ### Links ###
        
        - [stack.chat](https://stack.chat)
        - [github/jeremyBanks/stack.chat](https://github.com/jeremyBanks/stack.chat)
        - [pypi/stack.chat](https://pypi.python.org/pypi/stack.chat)
        - [stackapps.com/q/7710](https://stackapps.com/q/7710)
        
        
        
        Installation
        ------------
        
        Using your Python 3 package manager of choice:
        
            pip3 install stack.chat
        
        ### For Contributors ###
        
        Contributors who clone this repo can install our dev packages with pipenv:
        
            pip install pipenv
            pipenv install --dev
        
        
        
        Usage
        -----
        
        There are no docs. You may want to look in `stackchat/cli/`.
        
        ### Python ###
        
            import stackchat
        
        ### CLI ###
        
            stack.chat help
        
        or
        
            python3 -m stackchat help
        
        
        
        License
        -------
        
        Licensed under either of
        
         - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))
         - MIT License ([LICENSE-MIT](LICENSE-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
        License, Version 2.0, shall be dual licensed as above, without any
        additional terms or conditions.
        
        ### Contributors ###
        
        Please see the Git commit history or
        [this list on GitHub](https://github.com/jeremyBanks/stack.chat/contributors).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
