Metadata-Version: 2.1
Name: finease
Version: 0.0.1
Summary: FinEase is a Python package for financial calculations and analysis.
Home-page: https://github.com/dipdaiict/finease
Author: dipdaiict
Author-email: dippatel256@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/dipdaiict/finease/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: ensure
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: mypy; extra == "testing"
Requires-Dist: flake8; extra == "testing"
Requires-Dist: tox; extra == "testing"
Requires-Dist: black; extra == "testing"
Requires-Dist: ensure; extra == "testing"


# FinEase

FinEase is a Python package for financial calculations and analysis.

## Installation

You can install FinEase using pip:

```
pip install finease
```

## Features

- Simple Interest Calculator
- Compound Interest Calculator
- Loan EMI Calculator
- Savings Goal Calculator
- Dividend Yield Calculator
- Percentage Change Calculator

## Documentation

- Documentation: [Link to Documentation](https://github.com/dipdaiict/finease/docs)
- Contribution Guidelines: [Link to Contribution Guidelines](https://github.com/dipdaiict/finease/contributing.md)
- Bug Reports: [Link to Bug Reports](https://github.com/dipdaiict/finease/issues)
- Report a Security Vulnerability: [Link to Security Vulnerability Reporting](https://github.com/dipdaiict/finease/security/advisories)

## Testing
```
python -c "import finease, sys; sys.exit(fincalc.test() is False)"
```

## Contributors

- [Dip Patel](https://github.com/dipdaiict)

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/dipdaiict/finease//LICENSE) file for details.
```
