Skip to content

zohal-io/python-zohal-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Zohal sdk

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages