Metadata-Version: 2.1
Name: autoclasswrapper
Version: 0.1.4
Summary: Simple Python wrapper for autoclass-c.
Home-page: https://github.com/pierrepo/autoclasswrapper
Author: Pierre Poulain
Author-email: pierre.poulain@cupnet.net
License: BSD 3-Clause
Description: # Python wrapper for AutoClass clustering
        
        AutoClass is an unsupervised Bayesian classification system.
        
        [AutoClass C](https://ti.arc.nasa.gov/tech/rse/synthesis-projects-applications/autoclass/autoclass-c/) is an implementation of the AutoClass algorithm made by the NASA.
        
        autoclasswrapper is a wrapper written in Python to ease the use of Autoclass C.
        
        
        **Dev**
        
        **0.1.4**
        - add MANIFEST.in
        
        **0.1.3**
        - remove tests from Python package
        
        **0.1.2**
        - add Markdown support for README description
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4
Description-Content-Type: text/markdown
