Metadata-Version: 2.1
Name: vulcan-athena
Version: 0.2.4
Summary: Python packaging for Athena's reporting framework
Home-page: https://github.com/mehulnagpurkar/vulcan_athena
Author: Mehul Nagpurkar
Author-email: mehul.nagpurkar@pitcher.com.au
License: MIT license
Keywords: vulcan_athena
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: matplotlib

=============
vulcan_athena
=============


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

.. image:: https://img.shields.io/travis/mehulnagpurkar/vulcan_athena.svg
        :target: https://travis-ci.com/mehulnagpurkar/vulcan_athena

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



|



Python package for Athena's reporting framework


* Free software: MIT license
* Documentation: https://pitcher.atlassian.net/wiki/spaces/DLW/pages/876511524/Athena+Reporting+Framework+Deep+Insights

|

Features
--------

* Deep insights functions
* Multiple algorithms assembled

|

Installations
---------------
Run the following to install:

.. code-block:: html

    pip install vulcan-athena


|

Usage
------

.. code-block:: python

   from vulcan_athena.vulcan_athena import say_hello
   say_hello()


|

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 (2020-05-11)
------------------

* First release on PyPI.

0.1.4 (2020-05-11)
------------------
* Updates include basic functions

