Metadata-Version: 2.1
Name: finmetrics
Version: 0.1.3
Summary: A python package to perform financial operations
Home-page: https://github.com/MihirGajjar27/finmetrics
Author: Mihir Gajjar
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9.6
Description-Content-Type: text/markdown

# Finmetrics

## About

Finmetrics is a open source python and npm package aimed to help speed up the process of developing financial applications and programs using both platforms. This package contains pre-built classes, methods, and functions, and (future) charts and visualizations.

This package can be used by almost anyone from casual investors to professionals in finance.

## Documentation

We have an in-depth documentation site you can access by clicking the link below: 

[Documentation Page](https://finmetrics-docs.vercel.app)
https:finmetrics-docs.vercel.app


## Installation

To install the python library

```commandline
pip install finmetrics
```

To install the npm library

```commandline
npm install finmetrics
```
