Metadata-Version: 2.1
Name: yogi-formula
Version: 0.1.2
Summary: My first Python library
Home-page: https://github.com/yogeshnile/fin-formula
Author: Yogesh Nile
Author-email: yogeshnile.work4u@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# fin formula &nbsp;[![](https://camo.githubusercontent.com/17fa56d1fbad7bb4082c9711a77b984b85e79446/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f507974686f6e2d332e362d627269676874677265656e2e737667)](https://python.org)

In this project I have developed my first python package. It is simple package that contain investment related formula.

[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)

# How to install in local system? 
```pip install yogi-formula```

# Example of package

```python
from yogi_formula.fin_formula import get_valuation

valuation = get_valuation(27726, 10)

print(f"Company Valuation is {valuation}")
```

## Bug / Feature Request 
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/fin-formula/issues/new) by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/yogeshnile/fin-formula/issues/new). Please include sample queries and their corresponding results.


## Connect with Author! 🌐
Known on internet as **Yogesh Nile**

[![][I_LinkedIn]][LinkedIn]  [![][I_Github]][Github] [![][I_Twitter]][Twitter] [![][I_Telegram]][Telegram] [![][I_Instagram]][Instagram]  [![][I_Instagram Personal]][Instagram Personal]   [![][I_discord]][discord]

## Email Me :e-mail:

[![][I_Email]][E-mail]


[LinkedIn]: https://bit.ly/2Ky3ho6
[Github]: https://bit.ly/2yoggit
[Twitter]: https://bit.ly/3dbLJLC
[Telegram]: https://t.me/yogeshnile
[Instagram]: https://bit.ly/3b9Qeo4
[Instagram Personal]: https://bit.ly/32SXHV0
[E-mail]: mailto:yogeshnile.work4u@gmail.com
[discord]: https://discord.gg/R2ug3gR

[I_discord]: https://img.icons8.com/bubbles/50/000000/discord-logo.png
[I_LinkedIn]: https://img.icons8.com/bubbles/50/000000/linkedin.png
[I_Github]: https://img.icons8.com/bubbles/50/000000/github.png
[I_Twitter]: https://img.icons8.com/bubbles/50/000000/twitter.png
[I_Telegram]: https://img.icons8.com/bubbles/50/000000/telegram-app.png
[I_Instagram]: https://img.icons8.com/bubbles/50/000000/instagram-new.png
[I_Instagram Personal]: https://img.icons8.com/bubbles/50/000000/instagram.png
[I_Email]: https://img.icons8.com/bubbles/50/000000/secured-letter.png


