ShipEngine / shipengine-python-sample-app

Demonstrates how to use ShipEngine™ in a Python app

Home Page:https://docs.shipengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShipEngine Python Sample App

This is a ShipEngine sample app, written in Python 3. It demonstrates how easy it is to use various parts of the ShipEngine API in Python.

Installation & Usage

You can run the sample app directly on your system if you have Python 3 and pip installed. Or, if you have Docker installed, then you can run the app as a Docker container.

Local installation

You can run the app on your local system if you have Python 3 and pip installed.

1. Install dependencies

pip install -r requirements.txt

2. Run the app

python app.py

Docker

If you have Docker installed, then you can run the app as a Docker container.

1. Build the image

docker build --tag se_python_sample_app .

*Note: Don't forget the period (.) at the end of this command

2. Run the container

docker run -it se_python_sample_app

About

Demonstrates how to use ShipEngine™ in a Python app

https://docs.shipengine.com


Languages

Language:Python 99.4%Language:Dockerfile 0.6%