Kekik 1.6.0__tar.gz → 1.6.1__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.
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/HexCodec.py +6 -1
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/PKG-INFO +1 -1
- {kekik-1.6.0 → kekik-1.6.1}/PKG-INFO +1 -1
- {kekik-1.6.0 → kekik-1.6.1}/setup.py +1 -1
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/BIST.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Domain2IP.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Nesne.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/AESManager.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/CryptoJS.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/NaysHash.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/Packer.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/StringCodec.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/Sifreleme/__init__.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/__init__.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/cli.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/csv2dict.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/dict2csv.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/dict2json.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/dosya2set.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/dosya_indir.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/hwid_kontrol.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/kisi_ver/__init__.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/kisi_ver/biyografiler.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/kisi_ver/isimler.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/kisi_ver/soyisimler.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/link_islemleri.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/list2html.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/liste_fetis.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/mail_gonder.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/okunabilir_byte.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/proxy_ver.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/qr_ver.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/ses_fetis.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/slugify.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/terminal_baslik.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/txt_fetis.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/unicode_tr.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik/zaman_donustur.py +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/SOURCES.txt +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/dependency_links.txt +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/entry_points.txt +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/requires.txt +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/Kekik.egg-info/top_level.txt +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/LICENSE +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/MANIFEST.in +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/README.md +0 -0
- {kekik-1.6.0 → kekik-1.6.1}/setup.cfg +0 -0
|
@@ -11,7 +11,12 @@ class HexCodec:
|
|
|
11
11
|
@staticmethod
|
|
12
12
|
def decode(escaped_hex: str) -> str:
|
|
13
13
|
"""Kaçış dizileri içeren bir hex stringini UTF-8 formatındaki stringe dönüştürür."""
|
|
14
|
-
|
|
14
|
+
escaped_hex = escaped_hex.strip().replace("\\X", "\\x")
|
|
15
|
+
|
|
16
|
+
if isinstance(escaped_hex, str) and not escaped_hex.startswith(r"\x"):
|
|
17
|
+
return escaped_hex.encode("unicode_escape").decode("utf-8")
|
|
18
|
+
|
|
19
|
+
hex_string = escaped_hex.replace("\\x", "")
|
|
15
20
|
byte_data = bytes.fromhex(hex_string)
|
|
16
21
|
|
|
17
22
|
return byte_data.decode("utf-8")
|
|
@@ -6,7 +6,7 @@ from io import open
|
|
|
6
6
|
setup(
|
|
7
7
|
# ? Genel Bilgiler
|
|
8
8
|
name = "Kekik",
|
|
9
|
-
version = "1.6.
|
|
9
|
+
version = "1.6.1",
|
|
10
10
|
url = "https://github.com/keyiflerolsun/Kekik",
|
|
11
11
|
description = "İşlerimizi kolaylaştıracak fonksiyonların el altında durduğu kütüphane..",
|
|
12
12
|
keywords = ["Kekik", "KekikAkademi", "keyiflerolsun"],
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|