Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.27 KB

File metadata and controls

40 lines (28 loc) · 1.27 KB

zohal-sdk

PyPi Package Version Supported Python versions License: MIT PyPi status

Overview

zohal-sdk is a Python SDK for interfacing with zohal.io. It simplifies the process of interacting with the API by providing clean, Pythonic abstractions for all key functionalities.

Installation

Install the SDK using pip:

pip install zohal-sdk

Getting Started

Here's a quick example to get you started:

from zohal_sdk import Client

# Initialize the client
client = Client(token="your_api_key")

# Example usage
response = client.shahkar(mobile="your mobile number", national_code="your national code")
print(response)

For detailed usage, check the documentation. Documentation

Documentation

Full documentation is available at Documentation.

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.