Metadata-Version: 2.4
Name: transcribe_everything
Version: 1.5.14
Summary: transcribe transcriptions ai whisper
Home-page: https://github.com/zackees/transcribe-everything
Maintainer: Zachary Vorhies
License: BSD 3-Clause License
Keywords: ai,transcribe,anything,everything,s3,remote,big,data
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: transcribe-anything>=3.0.4
Requires-Dist: virtual-fs>=1.0.14
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer

# template-python-cmd
A template for quickly making a python lib that has a command line program attached

[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)

[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)

Replace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's
correct.

To develop software, run `. ./activate.sh`

# Windows

This environment requires you to use `git-bash`.

# Linting

Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.
