Library to sort Amazon and Shopify shipping labels
Project description
Ecom-label-sorter
Description:
- A python program to sort Amazon and Shopify pdf shipping labels.
- Each sorted group of orders will be stored in a dedicated pdf file which is named after the product name and quantity.
- On Miscellaneous orders these pdf file will be named "Mixed".
- All of these files will be stored inside a folder which is named after the input pdf file.
Reason to develop this project
Manually sorting a large PDF containing multiple orders is time-consuming and prone to human error.
Installation
pip install ecom_label_sorter
Usage
from label_sorter import Label_sorter
sorter_instance = Label(pdf_path = <path to the pdf file>)
# Creating sorted pdf files
# this will create a folder named after the pdf file and will be containig sorted pdf files and summary json fle.
sorter_instance.created_sorted_pdf_files()
Classes and their descriptions
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
label_sorter-0.1.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file label_sorter-0.1.tar.gz.
File metadata
- Download URL: label_sorter-0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fabdc303e747d0cbd2a4dcccec4169857038450cc95d0e7df44f4335f7ff8762
|
|
| MD5 |
858e8a130e974ac31f5b00a6efbcbc55
|
|
| BLAKE2b-256 |
f363a43daee17f1aa904f1104981076f881a44355441cda89772703f7d26b7d1
|
File details
Details for the file label_sorter-0.1-py3-none-any.whl.
File metadata
- Download URL: label_sorter-0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
311b03df9cb94d6f914c54809eb4385a7b5715a2d8e5d561ab47436495731812
|
|
| MD5 |
c3e5976ea52a9a99fc459f217d5db46b
|
|
| BLAKE2b-256 |
eca32a2139f14d83f20bf9133b6cb065c8fd08f2d2297efa0a07abe6e258ab58
|