Metadata-Version: 2.3
Name: funkshuns
Version: 0.1.1
Summary: Add your description here
Author: openSourcerer9000
Author-email: openSourcerer9000 <openSourcerer9000@gmail.com>
Requires-Dist: aiofiles>=24.1
Requires-Dist: h5py>=3.11
Requires-Dist: ipykernel>=6.29,<7
Requires-Dist: myst-parser>=3,<4
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=2.2
Requires-Dist: pytest>=8.4,<9
Requires-Dist: pytest-asyncio>=0.24,<2
Requires-Dist: requests>=2.32,<2.34
Requires-Dist: scipy>=1.13.1
Requires-Dist: sphinx>=7.4,<8
Requires-Dist: tqdm>=4.67
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# funkshuns

[![PyPI](https://img.shields.io/pypi/v/funkshuns.svg)](https://pypi.python.org/pypi/funkshuns)
[![Build](https://img.shields.io/travis/openSourcerer9000/funkshuns.svg)](https://travis-ci.com/openSourcerer9000/funkshuns)

We got the funk, it's in this repo.

- Free software: MIT license

## Installation

Add funkshuns to a uv-managed project:

```shell
uv add funkshuns
```

Or install it into the active environment:

```shell
uv pip install funkshuns
# or
pip install funkshuns
```

## Features

- TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.
