Metadata-Version: 2.4
Name: edmkit
Version: 0.0.1a1
Summary: Simple EDM (Empirical Dynamic Modeling) library
Author-email: FUJISHIGE TEMMA <tenma.x0@gmail.com>
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: numpy>=2.4.2
Requires-Dist: scipy>=1.17.0
Requires-Dist: tinygrad>=0.11.0
Description-Content-Type: text/markdown

# edmkit

This library is a collection of tools and utilities that are useful for Empirical Data Modeling (EDM) and related tasks. The library is designed to be fast and lightweight, and easy to use.

::: warning
This library is still under intensive development so API may change in the future.
:::

## Installation

To install the library, you can use pip:

```bash
pip install edmkit
```

Or you can also use [uv](https://docs.astral.sh/uv/):

```bash
uv add edmkit
```

## Usage

Most of the functions accept and return `numpy` arrays or `edmkit.Tensor`(alias to `tinygrad.Tensor`).
