File size: 707 Bytes
0088d37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[DEFAULT]
host = github
lib_name = annotator
user = deven367
description = annotate yt videos on-the-fly
keywords = streamlit whisper
author = Deven Mistry
author_email = masterdeven@gmail.com
copyright = Deven Mistry
branch = master
version = 0.0.1
min_python = 3.7
audience = Developers
language = English
license = apache2
status = 2
requirements = streamlit
            openai-whisper
            youtube-dl
            fastcore
dev_requirements = black
doc_path = docs
repo = annotator
doc_host =  https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(repo)s/
lib_path = %(lib_name)s
title = %(lib_name)s
console_scripts = run_app=annotator.utils:start_app