Skip to main content

Pure Python lib to read/write SKIPPER files.

Project description

LogiSkipper

Logiskypper is a Python library for generating and parsing files in SKIPPER format.

Usage

You can use this module to

  • Create or write file, which generates files
    • for expected

    • for headers of shipping orders

    • for shipping delivery addresses

    • for shipping billing addresses

    • for shipping control lines

Generator example::
>>> from skipper.writer import generator as gen
>>> from datetime import date
>>> d = date(2015,01,12)
>>> g = gen.Generator()
>>> ex_data = g.setExpectedData(segment_id='ATT', depositor_code='353', store_code='002', expected_number='PC150059', supplier_code='0AURAY', supplier_name='Found Yes', station_number='1000', product_code='1002EU', quantity=21, product_name='Lilypad Lid 23cm', received_date=d)
>>> filename = g.renderExpected(directory='out', filename='test_file', datas=[ex_data])
>>> print filename
test_file
  • Read files
    • for receptions

    • for control shipments (detail)

    • for stocks

Known issues / Roadmap

Bug Tracker

Bugs are tracked on Bitbucket Issues. In case of trouble, please check there if your issue has already been reported.

Credits

Contributors

Maintainer

This module is maintained by the Anybox teams.

Project details


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