Metadata-Version: 2.4
Name: mdp_package
Version: 0.1
Summary: A simple string to slug converter
Home-page: https://github.com/yourusername/simpleslug
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.11.1
Dynamic: requires-dist

# MDP

A simple Python function to implement Markov Decision Process

## Installation
```bash
pip install mdp_package
