Metadata-Version: 2.4
Name: dhmmlearn
Version: 0.1.8
Summary: Python library for Machine Learning and Generative AI code templates
Author: jhj
License: [project]
        name = "dhmmlearn"
        version = "0.1.8"
        description = "Machine Learning and Generative AI code template library"
        authors = [
            {name = jjt"}
        ]
        readme = "README.md"
        requires-python = ">=3.7"
        
        [build-system]
        requires = ["setuptools", "wheel"]
        build-backend = "setuptools.build_meta"
        
        [tool.setuptools.package-data]
        dhmmlearn = ["templates/*.txt"]
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: license
Dynamic: license-file



pip install dhmmlearn

## Usage

```python
from dhmmlearn import about

print(about())
