ConsoleType 1.2__tar.gz → 1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {consoletype-1.2 → consoletype-1.3}/ConsoleType.egg-info/PKG-INFO +5 -6
- {consoletype-1.2 → consoletype-1.3}/PKG-INFO +5 -6
- {consoletype-1.2 → consoletype-1.3}/README.md +3 -4
- {consoletype-1.2 → consoletype-1.3}/setup.py +2 -2
- {consoletype-1.2 → consoletype-1.3}/ConsoleType/__init__.py +0 -0
- {consoletype-1.2 → consoletype-1.3}/ConsoleType.egg-info/SOURCES.txt +0 -0
- {consoletype-1.2 → consoletype-1.3}/ConsoleType.egg-info/dependency_links.txt +0 -0
- {consoletype-1.2 → consoletype-1.3}/ConsoleType.egg-info/top_level.txt +0 -0
- {consoletype-1.2 → consoletype-1.3}/LICENSE +0 -0
- {consoletype-1.2 → consoletype-1.3}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ConsoleType
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.3
|
|
4
|
+
Summary: Update README
|
|
5
5
|
Home-page: https://github.com/Vaddlkk
|
|
6
6
|
Author: Vadim | Mur Studio
|
|
7
7
|
Author-email: somerare23@gmail.com
|
|
@@ -34,15 +34,14 @@ Dynamic: summary
|
|
|
34
34
|
<hr>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
|
-
##
|
|
37
|
+
## Functions
|
|
38
38
|
|
|
39
39
|
### Prints
|
|
40
40
|
This function displays text and controls its movement across the field according to the
|
|
41
41
|
specified parameters.
|
|
42
42
|
|
|
43
43
|
### Title
|
|
44
|
-
|
|
44
|
+
Simply outputs text as print.
|
|
45
45
|
|
|
46
46
|
### Login
|
|
47
|
-
|
|
48
|
-
сохраняются и обрабатываются на вашем сервере.
|
|
47
|
+
This feature enables account login using IDLogin technology. All data is stored and processed on your server.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ConsoleType
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.3
|
|
4
|
+
Summary: Update README
|
|
5
5
|
Home-page: https://github.com/Vaddlkk
|
|
6
6
|
Author: Vadim | Mur Studio
|
|
7
7
|
Author-email: somerare23@gmail.com
|
|
@@ -34,15 +34,14 @@ Dynamic: summary
|
|
|
34
34
|
<hr>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
|
-
##
|
|
37
|
+
## Functions
|
|
38
38
|
|
|
39
39
|
### Prints
|
|
40
40
|
This function displays text and controls its movement across the field according to the
|
|
41
41
|
specified parameters.
|
|
42
42
|
|
|
43
43
|
### Title
|
|
44
|
-
|
|
44
|
+
Simply outputs text as print.
|
|
45
45
|
|
|
46
46
|
### Login
|
|
47
|
-
|
|
48
|
-
сохраняются и обрабатываются на вашем сервере.
|
|
47
|
+
This feature enables account login using IDLogin technology. All data is stored and processed on your server.
|
|
@@ -9,15 +9,14 @@
|
|
|
9
9
|
<hr>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## Functions
|
|
13
13
|
|
|
14
14
|
### Prints
|
|
15
15
|
This function displays text and controls its movement across the field according to the
|
|
16
16
|
specified parameters.
|
|
17
17
|
|
|
18
18
|
### Title
|
|
19
|
-
|
|
19
|
+
Simply outputs text as print.
|
|
20
20
|
|
|
21
21
|
### Login
|
|
22
|
-
|
|
23
|
-
сохраняются и обрабатываются на вашем сервере.
|
|
22
|
+
This feature enables account login using IDLogin technology. All data is stored and processed on your server.
|
|
@@ -2,9 +2,9 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='ConsoleType',
|
|
5
|
-
version='1.
|
|
5
|
+
version='1.3',
|
|
6
6
|
packages=find_packages(),
|
|
7
|
-
description='
|
|
7
|
+
description='Update README',
|
|
8
8
|
long_description=open('README.md').read(),
|
|
9
9
|
long_description_content_type='text/markdown',
|
|
10
10
|
author='Vadim | Mur Studio',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|