Metadata-Version: 2.1
Name: devind-yearfrac
Version: 1.0.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

# devind_yearfrac

[![CI](https://github.com/devind-team/devind_yearfrac/workflows/Release/badge.svg)](https://github.com/devind-team/devind_yearfrac/actions)
[![PyPI version](https://badge.fury.io/py/devind_yearfrac.svg)](https://badge.fury.io/py/devind_yearfrac)
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)

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
```

