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.2.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.2-py3-none-any.whl (76.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yokatlas_py-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 c97603276cb319de5892019531f57b77a4dedcce6c5145994b028222927868c7
MD5 d3d7c5ae6e0dcecf83a97795d2cb2b9e
BLAKE2b-256 528993091f8f511096308e10225126370ad54c52faec621e3e4e51a07bf704bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yokatlas_py-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 76.7 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 65e2f648b1d45ab362a941450ce516a782773f1ebf3691502dd13f9a3bef9148
MD5 be224b3913e88378926ca6d92df4a659
BLAKE2b-256 abd34597c7d9b288a6f7c4f7901aff09686cb5c9e6f71cc9f5e9c3f7123a4616

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