forked from scivision/PyLivestream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
67 lines (64 loc) · 1.59 KB
/
Copy pathsetup.cfg
File metadata and controls
67 lines (64 loc) · 1.59 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = pylivestream
version = 1.9.7
author = Michael Hirsch, Ph.D.
author_email = scivision@users.noreply.github.com
description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, Mixer, and many more
url = https://github.com/scivision/pylivestream
keywords =
youtube
ffmpeg
twitch
periscope
facebook live
restream.io
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Topic :: Multimedia :: Video :: Capture
license_files =
LICENSE.txt
long_description = file: README.md
long_description_content_type = text/markdown
[options]
python_requires = >= 3.6
packages = find:
include_package_data = True
zip_safe = False
scripts =
Glob.py
Screenshare.py
Loop.py
ScreenCapture2disk.py
Webcam.py
Microphone.py
visual_tests.py
install_requires =
[options.extras_require]
tests =
pytest
pytest-timeout
lint =
flake8
flake8-bugbear
flake8-builtins
flake8-blind-except
mypy
captions =
tinytag
[options.entry_points]
console_scripts =
FileGlobLivestream = Glob:main
ScreenshareLivestream = Screenshare:main
FileLoopLivestream = Loop:main
ScreenCapture2disk = ScreenCapture2disk:main
WebcamLivestream = Webcam:main
MicrophoneLivestream = Microphone:main