Metadata-Version: 2.1
Name: Shiprocket-sdk
Version: 1.0.2
Summary: This is the python client for the shiprocket
Home-page: https://github.com/singhAnike/shiprocket.git
Author: Aniket Singh
Author-email: singh7509811123@gmail.com
License: UNKNOWN
Keywords: python client for the uses of the shiprocket
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Shiprocket Python SDK

[![PyPI version](https://badge.fury.io/py/shiprocket.svg)](https://pypi.org/project/shiprocket/)
[![License](https://img.shields.io/badge/License-[your_license]-blue.svg)](LICENSE)
[![Build Status](https://github.com/singhAnike/shiprocket/actions/workflows/python-package.yml/badge.svg)](https://github.com/singhAnike/shiprocket/actions/workflows/python-package.yml)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

This is a Python SDK that provides a convenient and easy-to-use interface for interacting with the Shiprocket API. It allows you to integrate Shiprocket's shipping, order management, and other services directly into your Python applications.

## Features

* **[List key features of your SDK, e.g.:]**
    * Simplified interaction with the Shiprocket API endpoints.
    * Handles authentication automatically.
    * Provides Pythonic methods for common Shiprocket operations.
    * Supports [mention specific Shiprocket API sections supported, e.g., order creation, shipment tracking, address verification].
    * Includes helpful error handling.
    * [Add any other unique features your SDK offers].

## Installation

You can install the Shiprocket Python SDK using pip:

```bash
pip install shiprocket-sdk

