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.1.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

pyHES-0.1.1-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyHES-0.1.1.tar.gz
  • Upload date:
  • Size: 16.9 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.6

File hashes

Hashes for pyHES-0.1.1.tar.gz
Algorithm Hash digest
SHA256 efe16486850a1bf505d1e040bdbdbb88568f6809b1df328257dc4b2722ca8bb2
MD5 b6db3f0a7d8213b31c7c29a4e1c5f654
BLAKE2b-256 ca8bbcf7546895ccff41b47e4fba7ed658f6d32740b71fb17359e17cdf378230

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyHES-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 17.1 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.6

File hashes

Hashes for pyHES-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ffb335f1556299e9d223852e36404692875df7408daf1b649576750fc2cf20fb
MD5 5ef91e6e8c3f9826411ada08d9d93030
BLAKE2b-256 1e5a4887f4058a82d8325e29b808c697ec36a99397f2ccbe170485987b3c5f34

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