Metadata-Version: 2.4
Name: bioacoustics-augmentation
Version: 0.0.2
Summary: A bioacoustic augmentation
Home-page: https://github.com/itepifanio/bioacoustics
Author: Ítalo Epifânio
Author-email: italo.epifanio@shapedigital.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: librosa>=0.11.0
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: numpy<2.3.0,>=2.0.0
Requires-Dist: numba>=0.61.2
Requires-Dist: soundfile>=0.13.1
Requires-Dist: thin-plate-spline>=1.2.0
Requires-Dist: python-stretch>=0.3.1
Provides-Extra: dev
Requires-Dist: nbformat>=5.10.4; extra == "dev"
Requires-Dist: jupyterlab>=4.4.4; extra == "dev"
Requires-Dist: itables>=2.4.4; extra == "dev"
Requires-Dist: nbdev>=2.4.5; extra == "dev"
Requires-Dist: jupyterlab-quarto>=0.3.5; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Bioacoustic Augmentations


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install bioacoustics in Development mode

``` sh
# make sure bioacoustics package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to bioacoustics
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/itepifanio/bioacoustics):

``` sh
$ pip install git+https://github.com/itepifanio/bioacoustics.git
```

or from [conda](https://anaconda.org/itepifanio/bioacoustics)

``` sh
$ conda install -c itepifanio bioacoustics
```

or from [pypi](https://pypi.org/project/bioacoustics/)

``` sh
$ pip install bioacoustics
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/itepifanio/bioacoustics)’s
[pages](https://itepifanio.github.io/bioacoustics/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/itepifanio/bioacoustics) and
[pypi](https://pypi.org/project/bioacoustics/) respectively.
