{ "info": { "author": "Leonardo De Marchi", "author_email": "leodema@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This software aims to automate tests analysis\n\n\nInstallation:\npip install ABtests\n\nUsage example:\n\n```python\nimport numpy as np\nfrom ABtests.analysis import TtestIndip\n\nmu_test, sigma = 0, 0.1 # mean and standard deviation\nmu_control = 0.2\n\ntest = np.random.normal(mu_test, sigma, 500)\ncontrol = np.random.normal(mu_control, sigma, 500)\n\nanalysis = TtestIndip(test, control)\n\nanalysis.report()\n\nprint(analysis.p_value)\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/leodema/ABtests", "keywords": "", "license": "Apache Software License", "maintainer": "", "maintainer_email": "", "name": "ABtests", "package_url": "https://pypi.org/project/ABtests/", "platform": "any", "project_url": "https://pypi.org/project/ABtests/", "project_urls": { "Homepage": "https://github.com/leodema/ABtests" }, "release_url": "https://pypi.org/project/ABtests/0.0.2.1/", "requires_dist": [ "matplotlib (==1.5.3)", "numpy (==1.11.2)", "pandas (==0.19.0)", "scipy (==0.18.1)", "seaborn (==0.7.1)", "setuptools (==28.3.0)", "statsmodels (==0.8.0rc1)", "stats; extra == 'testing'" ], "requires_python": "", "summary": "Automated AB tests", "version": "0.0.2.1" }, "last_serial": 2495349, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "26d648944f2013cfb8cc1c5d1a68dcd1", "sha256": "b13ef98852a528a743b6b5f174b34e8b631fdd32f66d3362bf71e85cb4bfb147" }, "downloads": -1, "filename": "ABtests-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "26d648944f2013cfb8cc1c5d1a68dcd1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2592, "upload_time": "2016-11-06T14:10:05", "url": "https://files.pythonhosted.org/packages/25/bf/a3b31a090190a2072a0a59f9ca5522483afc5ab551f738829a5964975d22/ABtests-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4e2317eb43896991c4e8cf1961c65ab4", "sha256": "75b564df06fc26c3c2af3cd7ad770d3a1bb031295fd3ce047f722ae9fedc8e44" }, "downloads": -1, "filename": "ABtests-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4e2317eb43896991c4e8cf1961c65ab4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9119, "upload_time": "2016-11-06T16:56:35", "url": "https://files.pythonhosted.org/packages/37/69/1c5b0bdf7e5f96d951e5ca98b80a6eab44e43d95df197b829d943aa33929/ABtests-0.0.2-py2.py3-none-any.whl" } ], "0.0.2.1": [ { "comment_text": "", "digests": { "md5": "f7b118b14c6042f5c945957cafa3921a", "sha256": "f379c1751be1854d4468e5b18fa47cd49e9cced435a769867181513d71a84772" }, "downloads": -1, "filename": "ABtests-0.0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7b118b14c6042f5c945957cafa3921a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11248, "upload_time": "2016-12-02T08:02:24", "url": "https://files.pythonhosted.org/packages/fd/c4/c527cd95a735862c736ea5b3d42bc9c2791bde463db0143dea53e324507e/ABtests-0.0.2.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7b118b14c6042f5c945957cafa3921a", "sha256": "f379c1751be1854d4468e5b18fa47cd49e9cced435a769867181513d71a84772" }, "downloads": -1, "filename": "ABtests-0.0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f7b118b14c6042f5c945957cafa3921a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11248, "upload_time": "2016-12-02T08:02:24", "url": "https://files.pythonhosted.org/packages/fd/c4/c527cd95a735862c736ea5b3d42bc9c2791bde463db0143dea53e324507e/ABtests-0.0.2.1-py2.py3-none-any.whl" } ] }