Metadata-Version: 2.1
Name: mba
Version: 1.0.0
Summary: Market Basket Analysis.
Home-page: https://github.com/HassanRady/mba
Author: Hassan Rady
Author-email: hassan.khaled.rady@gmail.com
License: MIT license
Keywords: mba
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: scipy
Requires-Dist: bump2version
Requires-Dist: wheel
Requires-Dist: watchdog
Requires-Dist: flake8
Requires-Dist: tox (==3.14.0)
Requires-Dist: coverage (==4.5.4)
Requires-Dist: Sphinx (==1.8.5)
Requires-Dist: twine (==1.14.0)
Requires-Dist: build
Requires-Dist: pytest (==6.2.4)
Requires-Dist: pydantic
Requires-Dist: strictyaml
Requires-Dist: plotly
Requires-Dist: pandas
Requires-Dist: joblib
Requires-Dist: kaleido
Requires-Dist: SQLAlchemy
Requires-Dist: pymysql
Requires-Dist: mlxtend

===
MBA  V0.0.2.1
===


.. image:: https://img.shields.io/pypi/v/mba.svg
        :target: https://pypi.python.org/pypi/mba

.. image:: https://img.shields.io/travis/HassanRady/mba.svg
        :target: https://travis-ci.com/HassanRady/mba

.. image:: https://readthedocs.org/projects/mba/badge/?version=latest
        :target: https://mba.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




market basket analysis


* Free software: MIT license
* Documentation: https://mba.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-11-25)
------------------

* First release on PyPI.


