This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.
bigtime
Gercek Python time kutuphanesinin birebir taklitcisi (proxy / wrapper).
bigtime paketine ne yazarsan yaz, istek dogrudan gercek time modulune
iletilir. Yani bigtime kutuphanesi, asil time kutuphanesi gibi calisir.
Kurulum
pip install bigtime
Kullanim
import bigtime
bigtime.sleep(1) # gercek time.sleep'e gider
print(bigtime.time()) # gercek time.time()
print(bigtime.ctime()) # gercek time.ctime()
print(bigtime.strftime("%H:%M:%S"))
print(bigtime.localtime())
Pakette olmayan herhangi bir isim yazarsan da __getattr__ sayesinde
otomatik olarak gercek time'e yonlendirilir.
Nasil calisir?
from time import *ile butun mevcut isimler yeniden disa aktarilir.__getattr__ile bilinmeyen isimlergetattr(time, name)ile gercek module iletilir.- Boylece paket, bir proxy gibi butun cagrilari asil kutuphaneye iletir.
PyPI'ya yukleme
pip install build twine
python -m build
twine upload dist/*
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bigtime-0.1.0.tar.gz.
File metadata
- Download URL: bigtime-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd5566e914c1c4fdfebc1844c39cb936e9dd617a42b2a50750d08c506d82e50b
|
|
| MD5 |
01396a059c30ed596444cd805b77a53c
|
|
| BLAKE2b-256 |
8e0edddf47c642301ae256fea451b273bc8ffaf0518792927a285b29367a8311
|
File details
Details for the file bigtime-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bigtime-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1a78298e6693196fed4b2b06808414374b7b0b1e455d3f2e745c9128901aa1
|
|
| MD5 |
41af2dc0a66bf2d59732d65605294231
|
|
| BLAKE2b-256 |
e51017ada741f8e2e4febbb6bea2111a8c12535cc1d11635658fba75aa801d5a
|