yta-core 0.0.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
yta_core/__init__.py
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
"""
|
2
|
+
This library is the core of Youtube Autonomous,
|
3
|
+
where all the functionalities are joint and the
|
4
|
+
magic can happen.
|
5
|
+
|
6
|
+
This library manages whole projects and is
|
7
|
+
capable of creating awesome videos from scratch.
|
8
|
+
Using AI, video effects, audio narrations and
|
9
|
+
many more things that you'll discover inside.
|
10
|
+
|
11
|
+
- The wizard: danielalcalavalera@gmail.com
|
12
|
+
"""
|
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2018 The Python Packaging Authority
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
SOFTWARE.
|
@@ -0,0 +1,21 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: yta-core
|
3
|
+
Version: 0.0.1
|
4
|
+
Summary: Youtube Autonomous Core
|
5
|
+
Home-page: UNKNOWN
|
6
|
+
Author: Daniel Alcalá
|
7
|
+
Author-email: <danielalcalavalera@gmail.com>
|
8
|
+
License: UNKNOWN
|
9
|
+
Keywords: youtube autonomous core
|
10
|
+
Platform: UNKNOWN
|
11
|
+
Classifier: Development Status :: 3 - Alpha
|
12
|
+
Classifier: Intended Audience :: Education
|
13
|
+
Classifier: Programming Language :: Python :: 2
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
15
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
16
|
+
Classifier: Operating System :: Microsoft :: Windows
|
17
|
+
Requires-Dist: yta-general-utils
|
18
|
+
|
19
|
+
Youtube Autonomous Core - where the magic happens.
|
20
|
+
|
21
|
+
|
@@ -0,0 +1,6 @@
|
|
1
|
+
yta_core/__init__.py,sha256=iXbyfBsyihXU2HuLevPgslAUaLLiX8dAxHYI5dX0UNg,362
|
2
|
+
yta_core-0.0.1.dist-info/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
|
3
|
+
yta_core-0.0.1.dist-info/METADATA,sha256=Fc0MScUAHoCWfQHRO_2euddZnqQY-GTNviAFqtoE-Jo,613
|
4
|
+
yta_core-0.0.1.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
5
|
+
yta_core-0.0.1.dist-info/top_level.txt,sha256=a2KtRadO6zb5sTpnLUiJZnXQQGRQjWSzIcHbP87Dk-E,9
|
6
|
+
yta_core-0.0.1.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
yta_core
|