ConsoleType 1.1__tar.gz → 1.2__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.1 → consoletype-1.2}/ConsoleType/__init__.py +6 -1
- {consoletype-1.1 → consoletype-1.2}/ConsoleType.egg-info/PKG-INFO +4 -4
- {consoletype-1.1 → consoletype-1.2}/PKG-INFO +4 -4
- {consoletype-1.1 → consoletype-1.2}/README.md +2 -2
- {consoletype-1.1 → consoletype-1.2}/setup.py +2 -2
- {consoletype-1.1 → consoletype-1.2}/ConsoleType.egg-info/SOURCES.txt +0 -0
- {consoletype-1.1 → consoletype-1.2}/ConsoleType.egg-info/dependency_links.txt +0 -0
- {consoletype-1.1 → consoletype-1.2}/ConsoleType.egg-info/top_level.txt +0 -0
- {consoletype-1.1 → consoletype-1.2}/LICENSE +0 -0
- {consoletype-1.1 → consoletype-1.2}/setup.cfg +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ConsoleType
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: My Project
|
|
5
|
-
Home-page: https://github.com
|
|
5
|
+
Home-page: https://github.com/Vaddlkk
|
|
6
6
|
Author: Vadim | Mur Studio
|
|
7
7
|
Author-email: somerare23@gmail.com
|
|
8
8
|
License: MIT
|
|
@@ -37,8 +37,8 @@ Dynamic: summary
|
|
|
37
37
|
## Функции
|
|
38
38
|
|
|
39
39
|
### Prints
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
This function displays text and controls its movement across the field according to the
|
|
41
|
+
specified parameters.
|
|
42
42
|
|
|
43
43
|
### Title
|
|
44
44
|
Проста выводит текст как print
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ConsoleType
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2
|
|
4
4
|
Summary: My Project
|
|
5
|
-
Home-page: https://github.com
|
|
5
|
+
Home-page: https://github.com/Vaddlkk
|
|
6
6
|
Author: Vadim | Mur Studio
|
|
7
7
|
Author-email: somerare23@gmail.com
|
|
8
8
|
License: MIT
|
|
@@ -37,8 +37,8 @@ Dynamic: summary
|
|
|
37
37
|
## Функции
|
|
38
38
|
|
|
39
39
|
### Prints
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
This function displays text and controls its movement across the field according to the
|
|
41
|
+
specified parameters.
|
|
42
42
|
|
|
43
43
|
### Title
|
|
44
44
|
Проста выводит текст как print
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
## Функции
|
|
13
13
|
|
|
14
14
|
### Prints
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
This function displays text and controls its movement across the field according to the
|
|
16
|
+
specified parameters.
|
|
17
17
|
|
|
18
18
|
### Title
|
|
19
19
|
Проста выводит текст как print
|
|
@@ -2,14 +2,14 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='ConsoleType',
|
|
5
|
-
version='1.
|
|
5
|
+
version='1.2',
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
description='My Project',
|
|
8
8
|
long_description=open('README.md').read(),
|
|
9
9
|
long_description_content_type='text/markdown',
|
|
10
10
|
author='Vadim | Mur Studio',
|
|
11
11
|
author_email='somerare23@gmail.com',
|
|
12
|
-
url='https://github.com
|
|
12
|
+
url='https://github.com/Vaddlkk',
|
|
13
13
|
install_requires=[],
|
|
14
14
|
license="MIT",
|
|
15
15
|
classifiers=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|