Skip to main content

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

seurvalencia-0.0.5-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file seurvalencia-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: seurvalencia-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for seurvalencia-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 229f65416152c398094087195d975d12d2de8ee0291d79ca962bf9e4de42c50f
MD5 ee8d5b15a820dd09f00e53aba3a9aaea
BLAKE2b-256 800ba6496fe0f5a5c2bc1140873e6df89ac024e827eafc0eb8860eb6660550d1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page