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.2.tar.gz
(8.1 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.2.tar.gz.
File metadata
- Download URL: label_sorter-0.2.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1cf93448facd986e6f57d7e831858212f3a89e6825b96f70a9daee97dc783f9
|
|
| MD5 |
b42b5f8050ba692281b502db998e4a54
|
|
| BLAKE2b-256 |
644a9853c221095b16096f8af84ada8f4cb1ed21a5de4adf7807c79b14e4262a
|
File details
Details for the file label_sorter-0.2-py3-none-any.whl.
File metadata
- Download URL: label_sorter-0.2-py3-none-any.whl
- Upload date:
- Size: 7.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 |
11c6de28cbc1a1f3afb3e28c840145d34d1a5ca93927421edb7a8a711a1cc41d
|
|
| MD5 |
dbbbd9ead6224e47837bc90d6d4f8b9d
|
|
| BLAKE2b-256 |
d5c30c5f105622ba47538114a9721ee45c80dc5429a15b27432ca3181fbd58b7
|