rupython 1.4.7__tar.gz → 1.4.8__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.
- {rupython-1.4.7 → rupython-1.4.8}/PKG-INFO +5 -1
- {rupython-1.4.7 → rupython-1.4.8}/README.md +4 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython/__/320/227/320/260/320/263/320/276/320/273/320/276/320/262/320/276/321/207/320/275/321/213/320/271_/320/272/320/276/320/264__.py +3 -1
- {rupython-1.4.7 → rupython-1.4.8}/rupython.egg-info/PKG-INFO +5 -1
- {rupython-1.4.7 → rupython-1.4.8}/setup.py +1 -1
- {rupython-1.4.7 → rupython-1.4.8}/LICENSE +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython/__main__.py +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython/__/320/236/320/261/321/211/320/270/320/265_/321/204/321/203/320/275/320/272/321/206/320/270/320/270__.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/220/321/201/320/270/320/275/321/205/321/200/320/276/320/275/320/275/320/276/321/201/321/202/321/214.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/221/320/224.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/224/320/260/321/202/320/260/320/222/321/200/320/265/320/274/321/217.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/232/320/276/320/273/320/273/320/265/320/272/321/206/320/270/320/270.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/232/321/203/321/207/320/260.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/234/320/260/321/202/320/265/320/274.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/236/321/207/320/265/321/200/320/265/320/264/321/214.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/237/320/276/321/202/320/276/320/272/320/270.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/240/320/265/320/263/320/222/321/213/321/200.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/241/320/273/321/203/321/207.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/244/320/260/320/271/320/273/321/213.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython//320/237/321/200/320/265/320/276/320/261/321/200/320/260/320/267/320/276/320/262/320/260/321/202/320/265/320/273/321/214.py" +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython.egg-info/SOURCES.txt +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython.egg-info/dependency_links.txt +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/rupython.egg-info/top_level.txt +0 -0
- {rupython-1.4.7 → rupython-1.4.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rupython
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.8
|
|
4
4
|
Summary: Исполнитель кода Русского Питона
|
|
5
5
|
Home-page: https://gitflic.ru/project/russky/rupython
|
|
6
6
|
Author: Сообщество русских программистов
|
|
@@ -654,6 +654,10 @@ x = 0
|
|
|
654
654
|
Методы:
|
|
655
655
|
|
|
656
656
|
- `Целое()` — проверяет, является ли число равно целому.
|
|
657
|
+
|
|
658
|
+
#### `Вещ`, `Байты`, `БайтМассив`
|
|
659
|
+
Методы:
|
|
660
|
+
|
|
657
661
|
- `В_шестн()` — возвращает шестнадцатеричное строковое представление.
|
|
658
662
|
- `Из_шестн(строка)` — создаёт число из шестнадцатеричной строки.
|
|
659
663
|
|
|
@@ -628,6 +628,10 @@ x = 0
|
|
|
628
628
|
Методы:
|
|
629
629
|
|
|
630
630
|
- `Целое()` — проверяет, является ли число равно целому.
|
|
631
|
+
|
|
632
|
+
#### `Вещ`, `Байты`, `БайтМассив`
|
|
633
|
+
Методы:
|
|
634
|
+
|
|
631
635
|
- `В_шестн()` — возвращает шестнадцатеричное строковое представление.
|
|
632
636
|
- `Из_шестн(строка)` — создаёт число из шестнадцатеричной строки.
|
|
633
637
|
|
|
@@ -119,7 +119,9 @@ def Установить_поле(класс, атрибут, значение):
|
|
|
119
119
|
'.denominator': 'знаменатель'
|
|
120
120
|
},
|
|
121
121
|
'float': {
|
|
122
|
-
'is_integer': 'Целое'
|
|
122
|
+
'is_integer': 'Целое'
|
|
123
|
+
},
|
|
124
|
+
('float', 'bytes', 'bytearray'): {
|
|
123
125
|
'hex': 'В_шестн',
|
|
124
126
|
'fromhex': 'Из_шестн'
|
|
125
127
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rupython
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.8
|
|
4
4
|
Summary: Исполнитель кода Русского Питона
|
|
5
5
|
Home-page: https://gitflic.ru/project/russky/rupython
|
|
6
6
|
Author: Сообщество русских программистов
|
|
@@ -654,6 +654,10 @@ x = 0
|
|
|
654
654
|
Методы:
|
|
655
655
|
|
|
656
656
|
- `Целое()` — проверяет, является ли число равно целому.
|
|
657
|
+
|
|
658
|
+
#### `Вещ`, `Байты`, `БайтМассив`
|
|
659
|
+
Методы:
|
|
660
|
+
|
|
657
661
|
- `В_шестн()` — возвращает шестнадцатеричное строковое представление.
|
|
658
662
|
- `Из_шестн(строка)` — создаёт число из шестнадцатеричной строки.
|
|
659
663
|
|
|
@@ -3,7 +3,7 @@ from pathlib import Path as Путь
|
|
|
3
3
|
|
|
4
4
|
Установить(
|
|
5
5
|
name = 'rupython',
|
|
6
|
-
version = '1.4.
|
|
6
|
+
version = '1.4.8',
|
|
7
7
|
description = "Исполнитель кода Русского Питона",
|
|
8
8
|
packages = [ 'rupython', 'rupython.Модули' ],
|
|
9
9
|
long_description = (Путь(__file__).parent / 'README.md').read_text('UTF-8'),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|