Metadata-Version: 2.5
Name: densmix
Version: 0.0.1
Summary: Tools for simulating and fitting density mixture models.
Project-URL: Documentation, https://github.com/agehsbargswork-blip/data-science/tree/main/Python/densmix/docs
Project-URL: Issues, https://github.com/agehsbargswork-blip/data-science/issues
Project-URL: Source, https://github.com/agehsbargswork-blip/data-science/tree/main/Python/densmix
Author-email: Aleksandrs Gehsbargs <agehsbargs.work@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: docs
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: pandas; extra == 'docs'
Description-Content-Type: text/markdown

# densmix

[![PyPI - Version](https://img.shields.io/pypi/v/densmix.svg)](https://pypi.org/project/densmix)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/densmix.svg)](https://pypi.org/project/densmix)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install densmix
```

## License

`densmix` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
