Metadata-Version: 2.1
Name: fundamentals-of-data-science
Version: 0.1.7
Summary: Companion Python package for Fundamentals of Data Science.
Home-page: https://github.com/fundamentals-of-data-science/ds-fundamentals-python
Author: Andrew Stewart
Author-email: andrew.c.stewart@gmail.com
License: MIT license
Keywords: fundamentals_of_data_science
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: statsmodels
Requires-Dist: sklearn
Requires-Dist: patsy

============================
Fundamentals of Data Science
============================


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

.. image:: https://img.shields.io/travis/fundamentals-of-data-science/ds-fundamentals-python.svg
        :target: https://travis-ci.org/fundamentals-of-data-science/ds-fundamentals-python

.. image:: https://readthedocs.org/projects/fundamentals-of-data-science/badge/?version=latest
        :target: https://fundamentals-of-data-science.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/fundamentals-of-data-science/ds-fundamentals-python/shield.svg
     :target: https://pyup.io/repos/github/fundamentals-of-data-science/ds-fundamentals-python/
     :alt: Updates



Companion Python package for Fundamentals of Data Science.


* Free software: MIT license
* Documentation: https://fundamentals-of-data-science.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 (2019-04-30)
------------------

* First release on PyPI.


