Metadata-Version: 2.1
Name: pandan
Version: 0.1
Summary: A small library to make decisions out of sequences of evidences
Home-page: https://github.com/zebehn/pandan.git
Author: Minsu Jang
Author-email: minsu@etri.re.kr
License: BSD 3-Clause
Description: # Pandan
        
        Pandan is a small library to make decisions from sequences of evidences.
        
        ## Installation
        Pandan is registered to Python Package Index, and can be installed by:
        
          ```
          pip install pandan
          ```
        
        ## Message Protocol
        
        ## License
        Chaton uses the [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause).
        
        ## Contact
        Any questions or assistance? Please contact me at minsu(at)etri.re.kr.
Keywords: sequential decision making
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
