Audio-dataset-converter-all

Latest version: v0.0.2

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.2

------------------

- switched to underscores in project name
- upgraded audio_dataset_converter to 0.0.2
- upgraded audio_dataset_converter_faster_whisper to 0.0.2
- upgraded audio_dataset_converter_visualization to 0.0.2

0.0.1

------------------

- initial release



PyPi
====

Preparation:

* increment version in `setup.py`
* add new changelog section in `CHANGES.rst`
* align `DESCRIPTION.rst` with `README.md`
* commit/push all changes

Commands for releasing on pypi.org (requires twine >= 1.8.0):


find -name "*~" -delete
rm dist/*
python3 setup.py clean
python3 setup.py sdist
twine upload dist/*



Github
======

Steps:

* start new release (version: `vX.Y.Z`)
* enter release notes, i.e., significant changes since last release
* upload `audio_dataset_converter_all-X.Y.Z.tar.gz` previously generated with `setup.py`
* publish


Docker
======

* create copy of [docker/latest](docker/latest) and rename it to just released version
* link to new version from [docker/README.md](docker/README.md)
* update version in `bash.bashrc`
* update versions of additional audio-dataset-converter libraries if necessary
* push out to in-house registry and docker hub

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.