Metadata-Version: 2.1
Name: pipepal
Version: 0.0.12
Summary: PipePal is a Python package that simplifies building pipelines for speech and voice analysis (and maybe more in the future).
Home-page: https://github.com/sensein/pipepal
License: Apache-2.0
Keywords: pipeline,speech,audio,voice
Author: fabiocat
Author-email: fabiocat@mit.edu
Maintainer: fabiocat93
Maintainer-email: fabiocat@mit.edu
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Dist: click (>=8.1.7,<9.0.0)
Project-URL: Repository, https://github.com/sensein/pipepal
Description-Content-Type: text/markdown

# Pipepal

[![Build](https://github.com/sensein/pipepal/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sensein/pipepal/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/fabiocat93/pipepal/branch/main/graph/badge.svg?token=IQR1RCYMAA)](https://codecov.io/gh/fabiocat93/pipepal)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![PyPI](https://img.shields.io/pypi/v/pipepal.svg)](https://pypi.org/project/pipepal/)
[![Python Version](https://img.shields.io/pypi/pyversions/pipepal)](https://pypi.org/project/pipepal)
[![License](https://img.shields.io/pypi/l/pipepal)](https://opensource.org/licenses/Apache-2.0)

[![pages](https://img.shields.io/badge/api-docs-blue)](https://sensein.github.io/pipepal)


Welcome to the ```pipepal``` repo! This is a Python package that simplifies building pipelines for speech and voice analysis.

**Caution:**: this package is still under development and may change rapidly over the next few weeks.

## Features

- A few
- Cool
- Things

## Installation
Install this package via :

```sh
pip install pipepal
```

Or get the newest development version via:

```sh
pip install git+https://github.com/sensein/pipepal
```

## Quick start

```Python
from pipepal.app import hello_world

hello_world()
```

## To do:
- [ ] A
- [ ] lot
