Code Monkey home page Code Monkey logo

sendcloud's Introduction

SendCloud

Python package Downloads Downloads Downloads

sendcloud-python

Unofficial Python Library

This is a Python library that provides a simple way to communicate with the Sendcloud API.

Installation

pip install sendcloud-python

Example

import sendcloud
from sendcloud.classes import Parcels

sendcloud.API_KEY = "TEST_KEY"
sendcloud.API_SECRET = "TEST_SECRET"

parcels = Parcels().get_parcels()

new_parcel_data = {
    "parcel": {
        "name": "John Doe",
        "company_name": "Sendcloud",
        "address": "Insulindelaan 115",
        "house_number": "115",
        "city": "Eindhoven",
        "postal_code": "5642CV",
        "telephone": "+31612345678",
        "request_label": True,
        "email": "[email protected]",
        "data": [],
        "country": "NL",
        "shipment": {"id": 8,},
        "weight": "10.000",
        "order_number": "1234567890",
        "insured_value": 2000,
    }
}
parcel = Parcels().create_parcel(new_parcel_data)

Develop Mode

For Testing you need to install project in develop mode pip install -e .[develop] and start this command python setup.py test

sendcloud's People

Contributors

bjornraymakers avatar lennart-2001 avatar stasfilin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sendcloud's Issues

Parcels().get_parcel_documents() does not return JSON, it returns the binary label instead

return response.json()

Calling

Parcels().get_parcel_documents(parcel_id, 'label')

raises this exception here:

File "/home/bh/.pyenv/versions/orders/lib/python3.8/site-packages/sendcloud/classes/parcels.py", line 101, in get_parcel_documents
   return response.json()
 File "/home/bh/.pyenv/versions/orders/lib/python3.8/site-packages/requests/models.py", line 900, in json
   return complexjson.loads(self.text, **kwargs)
 File "/home/bh/.pyenv/versions/3.8.3/lib/python3.8/json/__init__.py", line 357, in loads
   return _default_decoder.decode(s)
 File "/home/bh/.pyenv/versions/3.8.3/lib/python3.8/json/decoder.py", line 337, in decode
   obj, end = self.raw_decode(s, idx=_w(s, 0).end())
 File "/home/bh/.pyenv/versions/3.8.3/lib/python3.8/json/decoder.py", line 355, in raw_decode
   raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

The api call returns the binary PDF label instead of JSON.

WIP: Upgrade library

Hey

I probably will do some work to upgrade the library.

So what I want to do:

  • Update requirements versions
  • Review Endpoints
  • Add Async Support
  • Add new endpoints
  • Add more validations

Do you have any suggestions? Write here

Best Regards,
Stanislav Filin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.