Metadata-Version: 2.1
Name: minos-judge
Version: 0.1.1
Summary: Demo library
Home-page: https://minos.readthedocs.io/
Author: AnatoliyChudakov
Author-email: anatoliy.chudakov020@gmail.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst

=============================================================================
The library for AB tests calculations and product reports
=============================================================================

--------
Install
--------
``pip install minos-judge``

------------
Get started
------------
| ``cd /path to your working directory``
| ``mkdir assets``

---------------------
Enjoy your experiment
---------------------

| ``from judge.ab_tests import MetricEstimation``
| ``params = {}``
| ``MetricEstimation(*params)``
