https://github.com/yogeshnile/fin-formula
In this project I have developed my first python package. It is simple package that contain investment related formula.
https://github.com/yogeshnile/fin-formula
pypi pypi-package pypi-source python python3
Last synced: 7 months ago
JSON representation
In this project I have developed my first python package. It is simple package that contain investment related formula.
- Host: GitHub
- URL: https://github.com/yogeshnile/fin-formula
- Owner: yogeshnile
- Created: 2020-11-13T10:09:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T12:53:37.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T21:48:39.949Z (8 months ago)
- Topics: pypi, pypi-package, pypi-source, python, python3
- Language: Python
- Homepage: https://pypi.org/project/fin-formula/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fin formula [](https://python.org)
In this project I have developed my first python package. It is simple package that contain investment related formula.
[](https://python.org)
# How to install in local system?
```pip install yogi-formula```# Example of package
```python
from yogi_formula.fin_formula import get_valuationvaluation = 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