معرفی شرکت ها


andreani-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Andreani SDK for python
ویژگی مقدار
سیستم عامل -
نام فایل andreani-1.0.0
نام andreani
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Juan Pablo Senn
ایمیل نویسنده juanpsenn@gmail.com
آدرس صفحه اصلی https://github.com/juanpsenn/andreani
آدرس اینترنتی https://pypi.org/project/andreani/
مجوز MIT
# andreani This is a Python module that provides a class called SDK for interacting with the [Andreani API](https://developers.andreani.com/documentacion/). The SDK class has several methods that allow users to login, estimate shipping fees, retrieve shipping labels, and submit shipments to Andreani. ## SDK class: 1. `login(username: str, password: str) -> typing.Optional[LoginResponse]`: This method logs in to the Andreani API using the provided username and password. It returns a LoginResponse object if the login was successful, or raises an AndreaniException if there was an error. 2. `estimate_price(postalcode: str, contract: str, client: str, office: str, order: Order) -> typing.Optional[FeesResponse]`: This method estimates the shipping fees for a given postalcode, contract, client, office, and order. It returns a FeesResponse object if the request was successful, or raises an AndreaniException if there was an error. 3. `submit_shipment(shipment: Shipment) -> typing.Optional[SubmitShipmentResponse]`: This method submits a shipment to Andreani. It returns a SubmitShipmentResponse object if the request was successful, or raises an AndreaniException if there was an error. 4. `get_shipment_status(shipment_number: str) -> typing.Optional[SubmitShipmentResponse]` 5. `get_label(url:str, save: bool = False, filename: str = None)`: This method fetches the label for a shipment in pdf format. If the `save` parameter is `True`, the method writes the content of the response to a file with the specified `filename`. If `save` is not provided or is `False`, the method returns the content of the response as bytes. ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## License This software is distributed under the MIT licence. See LICENCE for details. Copyright (c) 2021-2022 Juan Pablo Senn <juanpsenn@gmail.com>


نیازمندی

مقدار نام
>=2.28.1 requests


نحوه نصب


نصب پکیج whl andreani-1.0.0:

    pip install andreani-1.0.0.whl


نصب پکیج tar.gz andreani-1.0.0:

    pip install andreani-1.0.0.tar.gz