Skip to content

Commit b583a72

Browse files
Update PyAppDevKit.
1 parent 16c1fca commit b583a72

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

PyAppDevKit/pyappdevkit.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
from PyAppDevKit.parameters import *
99
import os
1010

11+
"""
12+
TR:
13+
Uyarı: time() fonksiyonu gerçek bir zaman ölçümü yapmaz bunun yerine döngü oluşturarak bekleme süresi oluşturur bu yüzden bekleme süresi belirtilen süreden farklı olabilir. Eğer gerçek bir zaman ölçümü yapmak istiyorsanız bunun yerine Python programlama dilinde yerleşik olarak gelen time kütüphanesini kullanınız.
14+
15+
EN:
16+
Warning: the time() function does not measure actual time, instead it loops and creates a waiting time, so the waiting time may be different from the specified time. If you want to measure real time, use the time library built into the Python programming language instead.
17+
"""
18+
1119
def time(number,unit):
1220
while number > 0:
1321
number -= 1

PyAppDevKit/pyappdevkit_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
PYTHON_LIB_NAME="PyAppDevKit"
1111
PYTHON_LIB_LICENCE="GPL2"
12-
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web (Site) Agreement"
12+
PYTHON_LIB_IMPLEMENTED_CONTRACTS="LinuxUsersLinuxMint Privacy and Security Agreement , LinuxUsersLinuxMint Web Site Agreement"
1313
PYTHON_LIB_IMPLEMENTED_CONTRACTS_WEB_SITE="https://linuxuserslinuxmint.github.io/Contracts/privacyandsecutryagreement/privacyandsecutryagreement.html , https://linuxuserslinuxmint.github.io/Contracts/linuxuserslinuxmintwebsiteagreement/linuxuserslinuxmintwebsiteagreement.html"
14-
PYTHON_LIB_VER="2.1.2"
14+
PYTHON_LIB_VER="2.1.3"
1515
PYTHON_LIB_SUPPORT_PLATFORM="Windows/Linux/macOS/otherOS"
1616
PYTHON_LIB_RELEASE_DATE="6/9/2024, Time: 17:54"
17-
PYTHON_LIB_LAST_UPDATE_DATE="4/30/2025, Time: 23:55 / 11:55 PM"
17+
PYTHON_LIB_LAST_UPDATE_DATE="5/13/2025, Time: 22:57 / 10:57 PM"
1818
PYTHON_LIB_AUTHOR="LinuxUsersLinuxMint"
1919
PYTHON_LIB_AUTHOR_WEB_SITE="https://linuxuserslinuxmint.github.io"
2020

test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
test1
2-
test2
1+
test1
2+
test2

0 commit comments

Comments
 (0)