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.1.tar.gz (21.9 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.1-py3-none-any.whl (75.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yokatlas_py-0.1.1.tar.gz
  • Upload date:
  • Size: 21.9 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.1.tar.gz
Algorithm Hash digest
SHA256 6d2cc0dedf4221b16c8ba5d374831f79f90c1530ebc8996e789cf26bafcc159d
MD5 813d6161b2551793dd9ca810ad337205
BLAKE2b-256 02672b387614dab225d577a20179b04cabb831bbfed2478fe06ea0dff61ab584

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yokatlas_py-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 75.6 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f08eb1575a6ce14cc4f97853a5d16c3ebb0e6ce6933bf6777f00d915b0e9330e
MD5 0388800d7f573beb1bbbff6cfcb34aa2
BLAKE2b-256 a273ee033bd6d89e8f1a4100fe9df641228a61aa1d4d2062e0320ddba87b97e2

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