Metadata-Version: 2.1
Name: pyfreya
Version: 0.3.0
Summary: Cohort Analysis Tool
Home-page: https://gitlab.com/Yggdrasil27/pyfreya
Author: Morten Andreasen
Author-email: yggdrasil.the.binder@gmail.com
License: MIT license
Keywords: pyfreya
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: aiocontextvars (==0.2.2)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: contextvars (==2.4)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: immutables (==0.12)
Requires-Dist: kiwisolver (==1.2.0)
Requires-Dist: loguru (==0.4.1)
Requires-Dist: matplotlib (==3.2.1)
Requires-Dist: numpy (==1.18.4)
Requires-Dist: pandas (==0.25.3)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: six (==1.14.0)
Requires-Dist: uncertainties (==3.1.2)
Requires-Dist: win32-setctime (==1.0.1)

=======
PyFreya
=======


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

.. image:: https://img.shields.io/travis/morten/pyfreya.svg
        :target: https://travis-ci.org/morten/pyfreya

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


Cohort Analysis Tool


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


Features
--------

* Simulate retention
* Estimate daily active users
* Add revenue profiles
* Handles and propagates uncertainties



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

0.2.1 (2020-04-13)
------------------

* First release on PyPI.


