Metadata-Version: 2.1
Name: finstmt
Version: 0.2.2
Summary: Python package for working with financial statement data
Home-page: https://github.com/whoopnip/py-finstmt
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/whoopnip/py-finstmt
Project-URL: Documentation, https://whoopnip.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

# py-finstmt

## Overview

Contains classes to work with financial statement data. Can calculate free cash flows and help project
financial statements.


## Links

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


