Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Repository files navigation

Unofficial Sendy python API Wrapper

The wrapper provides convenient access to the Sendy Logistics API from applications written in server-side python.

TestingCreating a ReleaseUpload Python Package to PYPIBuild StatusCoverage StatusMaintainability

Installation

pip install pysendyit

Usage

In order to run the demo, export the the following values to your environment. They can be found/generated at the API Dashboard.

export API_USERNAME="{your-api-username}"export API_KEY="{your-api-key}"export BASE_URL="{your-base-url}"
frompysendyit.pysendyitimportSendyimportos# Creating an instance of the Sendy Classsendy=Sendy(api_username=os.getenv('API_USERNAME'), api_key=os.getenv('API_KEY'), base_url=os.getenv('BASE_URL'))
# Printing responseprint(sendy.track_or_cancel_delivery(command="track", order_no="AA2395374", request_token_id="request_token_id"))

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Sendy Logistics

About

Python wrapper for Sendy's API. https://www.sendyit.com/api

Topics

Resources

Code of conduct

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages