{ "info": { "author": "Anybox", "author_email": "contact@anybox.fr", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Customer Service", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Bug Tracking" ], "description": "LogiSkipper\n============\n\n**Logiskypper** is a Python library for generating and parsing files in SKIPPER format.\n\n\nUsage\n=====\n\nYou can use this module to\n\n * Create or write file, which generates files\n - for expected\n - for headers of shipping orders \n - for shipping delivery addresses\n - for shipping billing addresses\n - for shipping control lines\n\nGenerator example::\n >>> from skipper.writer import generator as gen\n >>> from datetime import date\n >>> d = date(2015,01,12)\n >>> g = gen.Generator()\n >>> 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)\n >>> filename = g.renderExpected(directory='out', filename='test_file', datas=[ex_data])\n >>> print filename\n test_file\n\n * Read files\n - for receptions\n - for control shipments (detail)\n - for stocks\n\nKnown issues / Roadmap\n======================\n\n*\n\nBug Tracker\n===========\n\nBugs are tracked on `Bitbucket Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\n\n\nCredits\n=======\n\nContributors\n------------\n\n* Clovis Nzouendjou \n\nMaintainer\n----------\n\nThis module is maintained by the `Anybox `_ teams.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/anybox/logiskipper", "keywords": "skipper generator analyzer", "license": "GPL v3", "maintainer": null, "maintainer_email": null, "name": "logiskipper", "package_url": "https://pypi.org/project/logiskipper/", "platform": "any", "project_url": "https://pypi.org/project/logiskipper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/anybox/logiskipper" }, "release_url": "https://pypi.org/project/logiskipper/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Pure Python lib to read/write SKIPPER files.", "version": "0.1.1" }, "last_serial": 1875918, "releases": { "0.1.1": [] }, "urls": [] }