Metadata-Version: 2.1
Name: devind-yearfrac
Version: 0.5.0
Summary: Daycount methods to compute date differences in year units
Home-page: https://github.com/devind-team/devind_yearfrac
License: MIT
Author: Ulf Hamster
Author-email: 554c46@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Project-URL: Repository, https://github.com/devind-team/devind_yearfrac
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/yearfrac.svg)](https://badge.fury.io/py/yearfrac)

# devind_yearfrac

This is a fork of [`yearfrac`](https://github.com/kmedian/yearfrac) for use in
[`xlsx_evaluate`](https://github.com/devind-team/xlsx_evaluate).
This fork mainly supports `poetry` and newer versions of Python.

## Installation
```
poetry add devind_yearfrac
```

