rupython 1.1.7__tar.gz → 1.1.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.
Files changed (16) hide show
  1. {rupython-1.1.7 → rupython-1.1.8}/PKG-INFO +1 -1
  2. {rupython-1.1.7 → rupython-1.1.8}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/221/320/224.py +9 -1
  3. {rupython-1.1.7 → rupython-1.1.8}/rupython.egg-info/PKG-INFO +1 -1
  4. {rupython-1.1.7 → rupython-1.1.8}/setup.py +1 -1
  5. {rupython-1.1.7 → rupython-1.1.8}/LICENSE +0 -0
  6. {rupython-1.1.7 → rupython-1.1.8}/README.md +0 -0
  7. {rupython-1.1.7 → rupython-1.1.8}/rupython/__main__.py +0 -0
  8. {rupython-1.1.7 → rupython-1.1.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" +0 -0
  9. {rupython-1.1.7 → rupython-1.1.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
  10. {rupython-1.1.7 → rupython-1.1.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
  11. {rupython-1.1.7 → rupython-1.1.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
  12. {rupython-1.1.7 → rupython-1.1.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
  13. {rupython-1.1.7 → rupython-1.1.8}/rupython.egg-info/SOURCES.txt +0 -0
  14. {rupython-1.1.7 → rupython-1.1.8}/rupython.egg-info/dependency_links.txt +0 -0
  15. {rupython-1.1.7 → rupython-1.1.8}/rupython.egg-info/top_level.txt +0 -0
  16. {rupython-1.1.7 → rupython-1.1.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rupython
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: Исполнитель кода Русского Питона
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
@@ -16,7 +16,7 @@ import sqlite3
16
16
 
17
17
  Словарь_перевода = {
18
18
  'НАЧАТЬ': 'BEGIN',
19
- 'ЗАКОНЧИТЬ': 'END',
19
+ 'ЗАВЕШИТЬ': 'END',
20
20
  'ТРАНЗАКЦИЮ': 'TRANSACTION',
21
21
  'ОТЛОЖЕННО': 'DEFERRED',
22
22
  'НЕМЕДЛЕННО': 'IMMEDIATE',
@@ -80,6 +80,13 @@ import sqlite3
80
80
  'ЕСЛИ': 'IF',
81
81
  'СУЩЕСТВУЕТ': 'EXISTS',
82
82
 
83
+ 'ОПРЕДЕЛИВ': 'WITH',
84
+ 'ВЫБОР': 'CASE',
85
+ 'ЕСЛИ': 'WHEN',
86
+ 'ТО': 'THEN',
87
+ 'КОНЕЦ': 'END',
88
+ 'РЕКУРСИВНО': 'RECURSIVE',
89
+
83
90
  'ЦЕЛОЕ': 'INTEGER',
84
91
  'ВЕЩЕСТВЕННОЕ': 'REAL',
85
92
  'ТЕКСТ': 'TEXT',
@@ -98,6 +105,7 @@ import sqlite3
98
105
  'НЕТ': 'FALSE',
99
106
  'ПО_УМОЛЧАНИЮ': 'DEFAULT',
100
107
  'САМОУВЕЛИЧИВАЮЩЕЕСЯ': 'AUTO_INCREMENT',
108
+ 'ССЫЛАЕТСЯ НА': 'REFERENCES',
101
109
 
102
110
  'КОЛИЧЕСТВО': 'COUNT',
103
111
  'СУММА': 'SUM',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rupython
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: Исполнитель кода Русского Питона
5
5
  Description-Content-Type: text/markdown
6
6
  License-File: LICENSE
@@ -3,7 +3,7 @@ from pathlib import Path as Путь
3
3
 
4
4
  Установить(
5
5
  name = 'rupython',
6
- version = '1.1.7',
6
+ version = '1.1.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