{ "info": { "author": "Kenny Ballou", "author_email": "kb@alpinenow.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "# pylibchorus -- Python Chorus API Library #\n\n[![Build Status](https://travis-ci.org/kennyballou/pylibchorus.svg)](https://travis-ci.org/kennyballou/pylibchorus)\n\nThis intends to be a near complete Python language binding of the\n[Chorus API][1].\n\nThe library itself will likely be very unstable for a little while as\nits development progresses.\n\n## Sample Usage ##\n\nHere is a sample interactive session that demonstrates the current\nusage.\n\n >>> import pylibchorus\n >>> from ConfigParser import SafeConfigParser\n >>> config = SafeConfigParser()\n >>> config.read('/tmp/alpine.cfg')\n ['/tmp/alpine.cfg']\n >>> with pylibchorus.ChorusSession(config) as session:\n ... print(session.sid)\n ... ok, json = pylibchorus.get('/sessions', session)\n ... print(ok)\n ... print(json['response']['session_id'])\n ...\n 49fb8e27e591d9ccb6f0006334eedb8e4d8004a5\n 200\n 49fb8e27e591d9ccb6f0006334eedb8e4d8004a5\n >> quit()\n\nNotice, some of the interactions that depend on the `requests`\nlibrary may be cleaned up in the future, enabling easier interaction\nwith this library.\n\n## License ##\n\nThis code is licensed and distributed, as-is without warranty and in\nthe hopes it will be useful under the terms and conditions of the MIT\nlicense. Please see the LICENSE file for more information. If the\nLICENSE file was not distributed with your copy, you may also find it\n[on the web][2].\n\n[1]: https://github.com/chorus/chorus\n\n[2]: http://opensource.org/licenses/MIT\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://alpinenow.com", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pylibchorus", "package_url": "https://pypi.org/project/pylibchorus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pylibchorus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://alpinenow.com" }, "release_url": "https://pypi.org/project/pylibchorus/0.0.4.2015430171944/", "requires_dist": null, "requires_python": null, "summary": "Python Chorus API Library", "version": "0.0.4.2015430171944" }, "last_serial": 1528686, "releases": { "0.0.1.201549155955": [], "0.0.1.2015491608": [ { "comment_text": "", "digests": { "md5": "1533afa6e1c30794dd292eec0b372139", "sha256": "0a3f0fa9800b33cad8bb4b6f1c978883f3b90c4df5857a8ce2d6773c38b29b99" }, "downloads": -1, "filename": "pylibchorus-0.0.1.2015491608.tar.gz", "has_sig": false, "md5_digest": "1533afa6e1c30794dd292eec0b372139", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3398, "upload_time": "2015-04-09T22:00:10", "url": "https://files.pythonhosted.org/packages/3f/fa/d6999b4c982041ecb6f45e0cdb6adafece76d0af4dc598ce7b34a2ecd692/pylibchorus-0.0.1.2015491608.tar.gz" } ], "0.0.1.20154916239": [ { "comment_text": "", "digests": { "md5": "c15eb36b2a872825cb33f43c3588a8d9", "sha256": "7bbf96c13686fdad73b88180895b24cb79cc4f077ac8cab5b42e5b5ba715f923" }, "downloads": -1, "filename": "pylibchorus-0.0.1.20154916239.tar.gz", "has_sig": false, "md5_digest": "c15eb36b2a872825cb33f43c3588a8d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3440, "upload_time": "2015-04-09T22:02:41", "url": "https://files.pythonhosted.org/packages/8e/d7/1c4a42334755d6f138238ff12721e45ad465defc1b2872f58b0edfa0f894/pylibchorus-0.0.1.20154916239.tar.gz" } ], "0.0.2.2015410181549": [ { "comment_text": "", "digests": { "md5": "a975c0aa73ff436b52bcebcb39b0afed", "sha256": "b33244774e4649071015d503e1b4739323c1deb77d82c2a7d03ced08f3483d97" }, "downloads": -1, "filename": "pylibchorus-0.0.2.2015410181549.tar.gz", "has_sig": false, "md5_digest": "a975c0aa73ff436b52bcebcb39b0afed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4962, "upload_time": "2015-04-11T00:15:51", "url": "https://files.pythonhosted.org/packages/a2/5f/cc111db8f33475b05a6e75f9581945959041b3d6d5f8df4e8c776e558548/pylibchorus-0.0.2.2015410181549.tar.gz" } ], "0.0.3.2015424191519": [ { "comment_text": "", "digests": { "md5": "beb284ed6e2b66893929e987a124a37f", "sha256": "c067904e3e9d977abdd088ef35f0627fd82e3fd4d9240ada13f58d47479c45cd" }, "downloads": -1, "filename": "pylibchorus-0.0.3.2015424191519.tar.gz", "has_sig": false, "md5_digest": "beb284ed6e2b66893929e987a124a37f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5057, "upload_time": "2015-04-25T01:15:21", "url": "https://files.pythonhosted.org/packages/99/86/d930e473a2cd0a27379cdb3da7272fe57b0863a0d85ca6e6f53301f546b3/pylibchorus-0.0.3.2015424191519.tar.gz" } ], "0.0.4.2015430171944": [ { "comment_text": "", "digests": { "md5": "14eeb8695c52ef83a99879565fb90037", "sha256": "d6488c4483a9ce627f8e460e48c473e3acb1f96400c2b2663ecfd17b7936140e" }, "downloads": -1, "filename": "pylibchorus-0.0.4.2015430171944.tar.gz", "has_sig": false, "md5_digest": "14eeb8695c52ef83a99879565fb90037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4390, "upload_time": "2015-04-30T23:19:47", "url": "https://files.pythonhosted.org/packages/70/4a/ceab79134a1aa3f366d2fab81f0710b82db1a0e4d42a08039098bb0aaf1e/pylibchorus-0.0.4.2015430171944.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14eeb8695c52ef83a99879565fb90037", "sha256": "d6488c4483a9ce627f8e460e48c473e3acb1f96400c2b2663ecfd17b7936140e" }, "downloads": -1, "filename": "pylibchorus-0.0.4.2015430171944.tar.gz", "has_sig": false, "md5_digest": "14eeb8695c52ef83a99879565fb90037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4390, "upload_time": "2015-04-30T23:19:47", "url": "https://files.pythonhosted.org/packages/70/4a/ceab79134a1aa3f366d2fab81f0710b82db1a0e4d42a08039098bb0aaf1e/pylibchorus-0.0.4.2015430171944.tar.gz" } ] }