Skip to main content

A python wrapper for YOKATLAS API

Project description

YOKATLAS-py

A Python wrapper for YOKATLAS API.

Installation | Kurulum

You can install the package using pip:

Paketi pip kullanarak yükleyebilirsiniz:

pip install yokatlas-py

Usage | Kullanım

English

from yokatlas_py.lisansatlasi import YOKATLASLisansAtlasi
from yokatlas_py.lisanstercihsihirbazi import YOKATLASLisansTercihSihirbazi
from yokatlas_py.onlisansatlasi import YOKATLASOnlisansAtlasi
from yokatlas_py.onlisanstercihsihirbazi import YOKATLASOnlisansTercihSihirbazi

# Example usage of YOKATLASLisansAtlasi
lisans_atlasi = YOKATLASLisansAtlasi({'program_id': '12345', 'year': 2023})
result = lisans_atlasi.fetch_all_details()

# Example usage of YOKATLASLisansTercihSihirbazi
lisans_tercih = YOKATLASLisansTercihSihirbazi({
    'yop_kodu': '001',
    'uni_adi': 'Example University',
    'program_adi': 'Computer Science',
    'sehir_adi': 'Ankara',
    'universite_turu': 'State',
    'ucret_burs': 'Full Scholarship',
    'ogretim_turu': 'Evening',
    'doluluk': 'Full',
    'puan_turu': 'say',
    'ust_bs': 100000,
    'alt_bs': 10000,
    'page': 1
})
result = lisans_tercih.search()

# Example usage of YOKATLASOnlisansAtlasi
onlisans_atlasi = YOKATLASOnlisansAtlasi({'program_id': '67890', 'year': 2023})
result = onlisans_atlasi.fetch_all_details()

# Example usage of YOKATLASOnlisansTercihSihirbazi
onlisans_tercih = YOKATLASOnlisansTercihSihirbazi({
    'yop_kodu': '002',
    'uni_adi': 'Example University',
    'program_adi': 'Information Technology',
    'sehir_adi': 'Istanbul',
    'universite_turu': 'Private',
    'ucret_burs': 'Half Scholarship',
    'ogretim_turu': 'Daytime',
    'doluluk': '80%',
    'ust_puan': 400,
    'alt_puan': 150,
    'page': 1
})
result = onlisans_tercih.search()

Türkçe

from yokatlas_py.lisansatlasi import YOKATLASLisansAtlasi
from yokatlas_py.lisanstercihsihirbazi import YOKATLASLisansTercihSihirbazi
from yokatlas_py.onlisansatlasi import YOKATLASOnlisansAtlasi
from yokatlas_py.onlisanstercihsihirbazi import YOKATLASOnlisansTercihSihirbazi

# YOKATLASLisansAtlasi'nın örnek kullanımı
lisans_atlasi = YOKATLASLisansAtlasi({'program_id': '12345', 'year': 2023})
sonuc = lisans_atlasi.fetch_all_details()

# YOKATLASLisansTercihSihirbazi'nın örnek kullanımı
lisans_tercih = YOKATLASLisansTercihSihirbazi({
    'yop_kodu': '001',
    'uni_adi': 'Örnek Üniversite',
    'program_adi': 'Bilgisayar Mühendisliği',
    'sehir_adi': 'Ankara',
    'universite_turu': 'Devlet',
    'ucret_burs': 'Tam Burs',
    'ogretim_turu': 'İkinci Öğretim',
    'doluluk': 'Dolu',
    'puan_turu': 'say',
    'ust_bs': 100000,
    'alt_bs': 10000,
    'page': 1
})
sonuc = lisans_tercih.search()

# YOKATLASOnlisansAtlasi'nın örnek kullanımı
onlisans_atlasi = YOKATLASOnlisansAtlasi({'program_id': '67890', 'year': 2023})
sonuc = onlisans_atlasi.fetch_all_details()

# YOKATLASOnlisansTercihSihirbazi'nın örnek kullanımı
onlisans_tercih = YOKATLASOnlisansTercihSihirbazi({
    'yop_kodu': '002',
    'uni_adi': 'Örnek Üniversite',
    'program_adi': 'Bilgi Teknolojileri',
    'sehir_adi': 'İstanbul',
    'universite_turu': 'Özel',
    'ucret_burs': 'Yarım Burs',
    'ogretim_turu': 'Gündüz',
    'doluluk': '80%',
    'ust_puan': 400,
    'alt_puan': 150,
    'page': 1
})
sonuc = onlisans_tercih.search()

License | Lisans

This project is licensed under the MIT License - see the LICENSE file for details.

Bu proje MIT Lisansı ile lisanslanmıştır - detaylar için LICENSE dosyasına bakınız.

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

yokatlas_py-0.1.8.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yokatlas_py-0.1.8-py3-none-any.whl (76.8 kB view details)

Uploaded Python 3

File details

Details for the file yokatlas_py-0.1.8.tar.gz.

File metadata

  • Download URL: yokatlas_py-0.1.8.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for yokatlas_py-0.1.8.tar.gz
Algorithm Hash digest
SHA256 c975cb5de7da7063a891585535fef1c230a983da8b584e316df13d2b6323736d
MD5 3c0f1b9bc4b964e7b1012c0ef16287f9
BLAKE2b-256 207e2fce8a64077dd85ce70793dfc0a83153abdef1bb0cce7c69840a37d2a97f

See more details on using hashes here.

File details

Details for the file yokatlas_py-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: yokatlas_py-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 76.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for yokatlas_py-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 22847604b1e544af73f3b71e0e30e7585a510fd5934b7e66ad95f7181388cb3f
MD5 398f2083d0bf8993e4374f8bfe35915b
BLAKE2b-256 79c252a6b2613e569aa976e23796aad482a1a9ea15b6fc2b727d106211ff2271

See more details on using hashes here.

Supported by

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