Metadata-Version: 2.4
Name: fincy
Version: 0.0.1.dev0
Summary: A lightweight and extensible Python toolkit for calculating financial metrics
Home-page: https://github.com/finofunda/fincy
Author: FinoFunda
License: MIT
Project-URL: Bug Reports, https://github.com/finofunda/fincy/issues
Project-URL: Source, https://github.com/finofunda/fincy
Project-URL: Documentation, https://fincy.readthedocs.io
Keywords: finance,financial-metrics,financial-analysis,calculator,toolkit
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

<div align = "center">

# 💰 Financial Metrics Toolkit

[![issues](https://img.shields.io/github/issues/finofunda/fincy?style=plastic)](https://github.com/finofunda/fincy/issues)
[![codeforks](https://img.shields.io/github/forks/finofunda/fincy?style=plastic)](https://github.com/finofunda/fincy/forks)
[![stargazers](https://img.shields.io/github/stars/finofunda/fincy?style=plastic)](https://github.com/finofunda/fincy/stargazers)
![codeversion](https://img.shields.io/badge/Python-3.11%2B-blue?logo=python&style=plastic)
[![Documentation Status](https://readthedocs.org/projects/fincy/badge/?version=latest)](https://fincy.readthedocs.io/en/latest/?badge=latest&style=plastic)

</div>

<div align = "justify">

A lightweight and extensible Python toolkit for calculating financial metrics. Designed to work **standalone** or integrate
seamlessly with **external systems** through connectors, this project emphasizes clarity, validation, and modular architecture.

</div>
