Python API Seur Valencia carrier
Project description
Python API Seur Valencia carrier, Spain.
Seur Valencia use API methods not equal than Seur (general).
Features
Services
Test connection
Get cities by zio
Create/Send shipments to Seur Valencia
Get today deliveries (shipments) in PDF
Usage Examples
Example API in test.py file
Services
from seur.utils import services
services()
Test connection
with API(username, password, debug) as seurvalencia_api:
print seurvalencia_api.test_connection()
Get Cities
with API(username, password, debug) as seurvalencia_api:
print seurvalencia_api.get_city('08720')
Create/send shipment to Seur Valencia
with Picking(username, password, debug) as picking_api:
data = {...}
reference, label, error = picking_api.create(data)
Get today deliveries (shipments) in PDF
with Picking(username, password, debug) as picking_api:
pdf = picking_api.info()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for seurvalencia-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 229f65416152c398094087195d975d12d2de8ee0291d79ca962bf9e4de42c50f |
|
MD5 | ee8d5b15a820dd09f00e53aba3a9aaea |
|
BLAKE2b-256 | 800ba6496fe0f5a5c2bc1140873e6df89ac024e827eafc0eb8860eb6660550d1 |