{ "info": { "author": "Doug Bromley", "author_email": "doug+clutils@tintophat.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "CityLink Utilities\n==================\n\nThe following package was developed to help process despatch requests\nwith `City Link`_ couriers based in the UK.\n\nThey lacked an API for easy management of various functions such as\nretrieving manifests, reference codes, etc.\n\nThis package works by using the Mechanize library to navigate your\ncommercial account admin area to carry out requests such as:\n\n- Fetch pending collections\n- Grab company reference numbers\n- Grab CityLink reference numbers\n- Get full HTML copy of collection manifest\n- Email the manifest\n\nRequirements\n------------\n\nThe version below have been tested and working. Its possible other\nearlier and later versions may work. \\* `Mechanize 0.2.5+`_ \\* `lxml\n3.3.3+`_ \\* `Mailer 0.7+`_\n\nExamples\n--------\n\nEmail Manifest\n~~~~~~~~~~~~~~\n\n.. code:: python\n\n import citylink.CityLink\n\n userid = \"XXXXXX\"\n password = \"XXXXXX\"\n\n cl = CityLink(userid, password)\n cl.login()\n cl.mail_manifest(emailfrom=\"from@test.com\", emailto=\"to@test.com\")\n\nGet list of CityLink reference codes\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n import citylink.CityLink\n\n userid = \"XXXXXX\"\n password = \"XXXXXX\"\n\n cl = CityLink(userid, password)\n cl.login()\n print(cl.fetch_citylink_refs())\n\n.. _City Link: https://www.city-link.co.uk/\n.. _Mechanize 0.2.5+: https://pypi.python.org/pypi/mechanize/\n.. _lxml 3.3.3+: https://pypi.python.org/pypi/lxml\n.. _Mailer 0.7+: https://pypi.python.org/pypi/mailer", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OdinsHat/citylink-utils", "keywords": "citylink courier web scraping", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "citylink-utils", "package_url": "https://pypi.org/project/citylink-utils/", "platform": "any", "project_url": "https://pypi.org/project/citylink-utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/OdinsHat/citylink-utils" }, "release_url": "https://pypi.org/project/citylink-utils/0.8/", "requires_dist": null, "requires_python": null, "summary": "Simple utility package to handle CityLink dispatches for commercial customers", "version": "0.8" }, "last_serial": 1155197, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "a3fcb689632ba4d9a0666aab00643dd1", "sha256": "aff2a773e7f27a763a6334640126a93ae5ada5439f275cf1ec65bb953aab273a" }, "downloads": -1, "filename": "citylink-utils-0.8.tar.gz", "has_sig": false, "md5_digest": "a3fcb689632ba4d9a0666aab00643dd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3009, "upload_time": "2014-07-11T20:49:15", "url": "https://files.pythonhosted.org/packages/57/2a/5ae3675b2f0c0328f596c9323f5a66d6a794991b7de055cbd0d450d57bd8/citylink-utils-0.8.tar.gz" } ], "0.8b": [ { "comment_text": "", "digests": { "md5": "ff7e79118ff5f9f504e55c5a638bacb3", "sha256": "751c1211f9a36fbee09e0cb02fc1381ef640d2ed07a0f6c34d75e53dcd481fcb" }, "downloads": -1, "filename": "citylink-utils-0.8b.tar.gz", "has_sig": false, "md5_digest": "ff7e79118ff5f9f504e55c5a638bacb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3006, "upload_time": "2014-07-11T20:46:17", "url": "https://files.pythonhosted.org/packages/9f/b1/376e917948bcf8d247588ef947f36ee912b3a7164e111eb662940e738b39/citylink-utils-0.8b.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3fcb689632ba4d9a0666aab00643dd1", "sha256": "aff2a773e7f27a763a6334640126a93ae5ada5439f275cf1ec65bb953aab273a" }, "downloads": -1, "filename": "citylink-utils-0.8.tar.gz", "has_sig": false, "md5_digest": "a3fcb689632ba4d9a0666aab00643dd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3009, "upload_time": "2014-07-11T20:49:15", "url": "https://files.pythonhosted.org/packages/57/2a/5ae3675b2f0c0328f596c9323f5a66d6a794991b7de055cbd0d450d57bd8/citylink-utils-0.8.tar.gz" } ] }