Metadata-Version: 2.1
Name: searchxmlyandex
Version: 0.0.19
Summary: YandexXMLSearch API, XML to JSON converter
Home-page: https://github.com/0xSaiyajin/searchxmlyandex
Author: 0xSaiyajin
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# Yandex XML Search

You can easily convert XML data to JSON data which fetched from YandexXMLSearch API.

https://xml.yandex.com

# Module Page

https://pypi.org/project/searchxmlyandex/

# Dependencies

* Python >= 3.6

# Prerequisites

- requests

# Installing

``pip install searchxmlyandex``

# Usage

Example usage as shown below.

``from searchxmlyandex.YandexXMLSearch import YandexXMLSearch``

``parser = YandexXMLSearch(user, api_key, query)``

# Method List

- getQuery

- setQuery

- search

- getTotalPageCount

- getTotalResultCount

- getAllResults

- getResponseDate

- getJSONObject

- getResultJSONString

# Authors

- Ataberk Yavuzer - https://github.com/0xSaiyajin

