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.
Install the SDK using pip:
pip install zohal-sdkHere'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
Full documentation is available at Documentation.
We welcome contributions! See CONTRIBUTING.md for guidelines.