Skip to main content

⚕ (pyHES), Python ile Hayat Eve Sığar ile ilgili işlemleri yapan bir kütüphane.

Project description

⚕ pyHES

Codacy Badge Repo Boyutu Views Gitpod ready-to-code

PyPI - Python Version PyPI - Status PyPI PyPI - Downloads PyPI - Wheel PyPI - License

(pyHES), Python ile Hayat Eve Sığar ile ilgili işlemleri yapan bir kütüphane.

forthebadge made-with-python ForTheBadge built-with-love

🚀 Kurulum

# Yüklemek
pip install pyHES

# Güncellemek
pip install -U pyHES

📝 Kullanım

SMS Onayı İle Oturum Başlatma

from pyHES import HES
from json import dumps

tokensiz_hes_sinifi = HES(telefon_numarasi = 5451112233)

giris = tokensiz_hes_sinifi.sms_gonder

if giris:
    veri = tokensiz_hes_sinifi.giris_dogrula(int(input("Lütfen SMS Kodunu Giriniz : ")))
    print(dumps(veri, indent=2, ensure_ascii=False, sort_keys=False))

id_token ile İşlem Yapma

from pyHES import HES

hes_sinifi = HES(
    telefon_numarasi = 5451112233,
    id_token         = "ASDQWEQWEQWEQWEASDASD"
)

print(hes_sinifi.bilgilerim())
print(hes_sinifi.hes_kodlarim())
print(hes_sinifi.hes_sorgula("A1B23456"))

Çıktılar

// .giris_dogrula(123456)
{
  "id_token": "ASDQWEQWEQWEQWEASDASD",
  "telefon": "+905451112233",
  "ad": "Ömer Faruk",
  "soyad": "Sancak",
  "cinsiyet": "Erkek",
  "dogum_tarihi": "07-10-1995",
  "durum": "Risksiz"
}
// .bilgilerim()
{
  "id_token": "ASDQWEQWEQWEQWEASDASD",
  "telefon": "+905451112233",
  "ad": "Ömer Faruk",
  "soyad": "Sancak",
  "cinsiyet": "Erkek",
  "dogum_tarihi": "07-10-1995",
  "durum": "Risksiz",
  "hes_kodlarim": [
    {
      "hes_kodu": "A1B23456",
      "aciklama": "İstanbul Seyahati",
      "olusturma": "27-08-2020",
      "olusturan": "HES-EDEVLET",
      "gecerlilik": "27-02-2022"
    }
  ]
}
// .hes_kodlarim()
[
  {
    "hes_kodu": "A1B23456",
    "aciklama": "İstanbul Seyahati",
    "olusturma": "27-08-2020",
    "olusturan": "HES-EDEVLET",
    "gecerlilik": "27-02-2022"
  }
]
// .hes_sorgula("A1B23456")
{
  "hes_kodu": "A1B23456",
  "tc_kimlik_no": "********646",
  "ad": "ÖM**** FA****",
  "soyad": "SA**** ",
  "durum": "Risksiz",
  "gecerlilik": "27-02-2022"
}

🌐 Telif Hakkı ve Lisans

♻️ İletişim

Benimle iletişime geçmek isterseniz, Telegram'dan mesaj göndermekten çekinmeyin; @keyiflerolsun

💸 Bağış Yap

☕️ Kahve Ismarla

@KekikAkademi için yazılmıştır..

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyHES-0.1.2.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

pyHES-0.1.2-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file pyHES-0.1.2.tar.gz.

File metadata

  • Download URL: pyHES-0.1.2.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.9

File hashes

Hashes for pyHES-0.1.2.tar.gz
Algorithm Hash digest
SHA256 46e1d5e24dcfaaba7694bf64bbaf07a58ec85499854ef93d21d231903c00cd1f
MD5 4f9d5cdf01aeacdfc934dc330cf90546
BLAKE2b-256 ff827f1d65adcd9576fef734637b41a7d2263562ac0f44e7ada1f3ffcfd319c3

See more details on using hashes here.

File details

Details for the file pyHES-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyHES-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 17.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.9

File hashes

Hashes for pyHES-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a1c7d5dc01a8d9355a00ebe14ed2a589125da6309f7730bd8afe0f4c4e18f0bd
MD5 320ccbfeabe6cd8bdb951f6a7bd80b83
BLAKE2b-256 27616a6c4a4715ae3cc2e2fbc18155b9b4d43193bb988c4a97251dbcd61f4c2a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page