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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ConsoleType
3
- Version: 1.2
4
- Summary: My Project
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
- Проста выводит текст как print
44
+ Simply outputs text as print.
45
45
 
46
46
  ### Login
47
- Функция обеспечивает вход в аккаунт с использованием технологии IDLogin. Все данные
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.2
4
- Summary: My Project
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
- Проста выводит текст как print
44
+ Simply outputs text as print.
45
45
 
46
46
  ### Login
47
- Функция обеспечивает вход в аккаунт с использованием технологии IDLogin. Все данные
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
- Проста выводит текст как print
19
+ Simply outputs text as print.
20
20
 
21
21
  ### Login
22
- Функция обеспечивает вход в аккаунт с использованием технологии IDLogin. Все данные
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.2',
5
+ version='1.3',
6
6
  packages=find_packages(),
7
- description='My Project',
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