-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34bac02
commit a32a359
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,25 +7,15 @@ authors = [{ name = "Hunter Hogan", email = "[email protected]" }] | |
classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Other Audience", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Typing :: Typed", ] | ||
dependencies = [ "cachetools", "librosa", "numpy", "torch", "torchmetrics[audio]", "tqdm", "Z0Z-tools", ] | ||
description = "Measure one or more aspects of one or more audio files." | ||
# entry-points | ||
# gui-scripts | ||
keywords = ["audio", "analysis", "measurement", "metrics", "torch"] | ||
license = "CC-BY-NC-4.0" | ||
# license-files | ||
# maintainers | ||
name = "analyzeAudio" | ||
readme = { file = "README.md", content-type = "text/markdown" } | ||
requires-python = ">=3.10" | ||
# scripts | ||
version = "0.0.11" | ||
[project.urls] | ||
Homepage = "https://github.com/hunterhogan/analyzeAudio" | ||
Donate = "https://www.patreon.com/integrated" | ||
# Download | ||
# Changelog, Change log, Release notes, News, What's new, History | ||
# Documentation* | ||
# Bug*, Issue*, Tracker*, Report* | ||
# Youtube youtube.com, youtu.be | ||
|
||
[project.optional-dependencies] | ||
testing = ["pytest", "pytest-cov", "pytest-env"] | ||
|