Metadata-Version: 2.1
Name: finstmt
Version: 0.3.2
Summary: Python package for working with financial statement data
Home-page: https://github.com/nickderobertis/py-finstmt
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/py-finstmt
Project-URL: Documentation, https://nickderobertis.github.io/py-finstmt
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
Requires-Dist: pandas
Requires-Dist: sympy
Requires-Dist: xlrd
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: statsmodels
Provides-Extra: forecast
Requires-Dist: fbprophet ; extra == 'forecast'

# py-finstmt

## Overview

Work with financial statement data in Python. Can calculate free cash flows and help project
financial statements.


## Links

See the
[documentation here.](
https://nickderobertis.github.io/py-finstmt/
)

## Author

Created by Nick DeRobertis. MIT License.

