Metadata-Version: 2.1
Name: fin-model-course
Version: 0.1.15
Summary: A Python and Excel Financial Modeling Course
Home-page: https://github.com/nickderobertis/fin-model-course
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/fin-model-course
Project-URL: Documentation, https://nickderobertis.github.io/fin-model-course
Description: 
        [![](https://codecov.io/gh/nickderobertis/fin-model-course/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/fin-model-course)
        
        # fin-model-course
        
        ## Overview
        
        A Python and Excel Financial Modeling Course
        
        ## Getting Started
        
        Install `fin_model_course`:
        
        ```
        pip install fin_model_course
        ```
        
        A simple example:
        
        ```python
        import fin_model_course
        
        # Do something with fin_model_course
        ```
        
        ## Links
        
        See the
        [documentation here.](
        https://nickderobertis.github.io/fin-model-course/
        )
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
