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.
@@ -35,4 +35,9 @@ def login(homeurl, error, name):
35
35
  IDLogin = resp.text[4:]
36
36
  return IDLogin
37
37
  else:
38
- print(error)
38
+ print(error)
39
+
40
+ def cval(one, two, onez, twoz):
41
+ one = eval(f"{one}{onez}{two}")
42
+ one = eval(f"{one}{twoz}{two}")
43
+ return one
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ConsoleType
3
- Version: 1.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.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.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