{ "info": { "author": "Brendan Quinn", "author_email": "brendan@cluefulmedia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "AdsML - Python implementation of the AdsML standard\n===================================================\n\nAdsML is a suite of business-to-business electronic commerce standards intended to\nsupport the exchange of advertising business messages and content delivery using\nXML. Typical users include newspapers, advertising agencies, broadcasters and\nothers who buy or sell advertising.\n\nThis module is a part-implementation of the protocol in Python. Currently it\nimplements part of the AdsML-Bookings component of the standard.\n\nCurrently built for Python 3 only - please let me know if you require Python 2 support.\n\nInstallation\n------------\n\nInstalling from PyPI::\n\n pip install adsml\n\nUsage\n-----\n\nExample::\n\n import adsml\n\n parser = AdsMLParser(\"adsml-file.txt\")\n\n # process the header\n header = parser.get_header()\n order = parser.get_order()\n\n print (\"Order: {}: (buyers ref {})\".format(order, order.buyers_reference))\n print (\"Booking party: {}\".format(order.booking_party))\n print (\"Selling party: {}\".format(order.selling_party))\n print (\"Campaign: {}\".format(order.campaign))\n print (\"Payer information: {}\".format(order.payer_information))\n print (\"Placement: {}\".format(order.placement))\n print (\"Notes: {})\".format(order.notes))\n\nRelease notes\n-------------\n\n* 0.1 - First working release, pinned to Python 3 only (use pip >9.0 to ensure pip Python version requirement works properly)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/bquinn/python-adsml/archive/0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bquinn/python-adsml", "keywords": "api,media,publishing,advertising", "license": "", "maintainer": "", "maintainer_email": "", "name": "adsml", "package_url": "https://pypi.org/project/adsml/", "platform": "", "project_url": "https://pypi.org/project/adsml/", "project_urls": { "Download": "https://github.com/bquinn/python-adsml/archive/0.1.tar.gz", "Homepage": "https://github.com/bquinn/python-adsml" }, "release_url": "https://pypi.org/project/adsml/0.1/", "requires_dist": null, "requires_python": ">=3", "summary": "Python implementation of the AdsML spec (www.adsml.biz)", "version": "0.1" }, "last_serial": 3477547, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9e9aa497910f2de93f7fb1ae857c4c66", "sha256": "e01ec520db45fe93a2372a22e3856e8992e7633627eddfc983ab0d029fcdf8b2" }, "downloads": -1, "filename": "adsml-0.1.tar.gz", "has_sig": false, "md5_digest": "9e9aa497910f2de93f7fb1ae857c4c66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8713, "upload_time": "2018-01-10T13:27:57", "url": "https://files.pythonhosted.org/packages/8b/9c/4ed26e6091889ed648540cc474cd91b5ac05a3167c02912502ea63922311/adsml-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e9aa497910f2de93f7fb1ae857c4c66", "sha256": "e01ec520db45fe93a2372a22e3856e8992e7633627eddfc983ab0d029fcdf8b2" }, "downloads": -1, "filename": "adsml-0.1.tar.gz", "has_sig": false, "md5_digest": "9e9aa497910f2de93f7fb1ae857c4c66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 8713, "upload_time": "2018-01-10T13:27:57", "url": "https://files.pythonhosted.org/packages/8b/9c/4ed26e6091889ed648540cc474cd91b5ac05a3167c02912502ea63922311/adsml-0.1.tar.gz" } ] }