{ "info": { "author": "Justin Murphy, The Hanover Insurance Group", "author_email": "ju1murphy@hanover.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Python bindings for the Socialtext REST API\n===========================================\n\nThis is a client for Socialtext's REST API. The goal of this project is to provide an extensible library that helps you focus on building applications that leverage the power of Socialtext instead of worrying about HTTP methods and status codes.\n\nYou can read the documentation at:\nhttp://python-socialtext.readthedocs.org/\n\n.. contents:: Contents:\n :local:\n\nRequirements\n------------\n\n1. requests-0.3.0__\n\n__ http://pypi.python.org/pypi/requests\n\n\nInstallation\n------------\n\nYou can install python-socialtext using pip or easy_install::\n\n pip install python-socialtext\n\n # or\n \n easy_install python-socialtext\n\nThe tests use nose__ and can be run using::\n\n\tpython setup.py test\n\n\t# or\n\n\tnosetests\n\n__ http://code.google.com/p/python-nose/\n\nYou can use Sphinx__ to build the documentation locally::\n\n cd docs\n make html # windows: use make.bat\n\n # open the _build/index.html document in your browser\n\n__ http://sphinx.pocoo.org/\n\nPython API\n----------\n\nQuick start::\n\n from socialtext import Socialtext\n\n st = Socialtext(url=ST_URL, username=USERNAME, password=PASSWORD)\n\n st.signals.create(\"This is a signal from the API!\")\n \n\n signal.delete()\n\n st.pages.list(\"ws-name\")\n , , \n\n ws = st.workspaces.get(\"ws-name\")\n st.pages.list(ws)\n , , \n\nContributing\n------------\n\nDevelopment takes place on Github__. You can file bug reports and pull requests there.\n\n__ https://github.com/hanover/python-socialtext\n\nBranches\n````````\n\nThis project follows the git-flow__ branch methodology. So, there will always be two branches in the repository:\n\n master\n The stable, production branch.\n \n develop\n Active development work towards the next release. All pull requests will be merged into this branch.\n\n__ https://github.com/nvie/gitflow", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-socialtext", "package_url": "https://pypi.org/project/python-socialtext/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-socialtext/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/python-socialtext/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Python binding for the Socialtext REST API", "version": "0.2.3" }, "last_serial": 798086, "releases": { "0.1.a1": [ { "comment_text": "", "digests": { "md5": "c1d02e3746eafa4474ccdd4c5077f9a1", "sha256": "ef36a284190e3e6e85733a3514a88dce77936ad4d98d9c65ee036735d7e14c37" }, "downloads": -1, "filename": "python_socialtext-0.1.a1-py2.6.egg", "has_sig": false, "md5_digest": "c1d02e3746eafa4474ccdd4c5077f9a1", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 29764, "upload_time": "2011-02-14T23:43:13", "url": "https://files.pythonhosted.org/packages/84/d1/084f0f7aab016a0bdd0bc1cfc14d4905f50138ee4650b83d11e914d502c8/python_socialtext-0.1.a1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "747aa9c56f7bc65dea57c76da216d07e", "sha256": "e0d13a54724e741c3f32e6f89e289278a6473247d9b0ac25f0e45038536d78ab" }, "downloads": -1, "filename": "python-socialtext-0.1.a1.tar.gz", "has_sig": false, "md5_digest": "747aa9c56f7bc65dea57c76da216d07e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23093, "upload_time": "2011-02-14T23:45:48", "url": "https://files.pythonhosted.org/packages/01/ff/444bd39ccbb80d8d69536c219d7fc9cc9557a0bd07f51c582c0238074955/python-socialtext-0.1.a1.tar.gz" } ], "0.1.a2": [ { "comment_text": "", "digests": { "md5": "5c6e2ff8194b37647a81d3f261b45535", "sha256": "bd0236cd1106dd0d131f9b813afa8c8cdecdcb5629fbdcf2c8f2c86c3f587250" }, "downloads": -1, "filename": "python_socialtext-0.1.a2-py2.6.egg", "has_sig": false, "md5_digest": "5c6e2ff8194b37647a81d3f261b45535", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 41685, "upload_time": "2011-02-28T16:26:16", "url": "https://files.pythonhosted.org/packages/42/bb/125dca16b26d9644bbf596907708b3946345705c9f059e8ef742e98750e8/python_socialtext-0.1.a2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "fd0ded7ccadc3ea9bb6c195edff456f2", "sha256": "635a82b57bee291f97395bee19d513f799192430a9dc7424126cbc0e733e9cd3" }, "downloads": -1, "filename": "python-socialtext-0.1.a2.zip", "has_sig": false, "md5_digest": "fd0ded7ccadc3ea9bb6c195edff456f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64590, "upload_time": "2011-02-28T16:25:37", "url": "https://files.pythonhosted.org/packages/6e/bf/96e6245de32926e1ee3974abf62e988f96c8e2d7d462df8c614d13d4cd11/python-socialtext-0.1.a2.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3118d8a81864f66d9941aa772a80284f", "sha256": "396702e361134294bc6461f2e708fb9b8eacd6935d201cdb117724d0318cd021" }, "downloads": -1, "filename": "python-socialtext-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3118d8a81864f66d9941aa772a80284f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63226, "upload_time": "2011-12-22T03:16:21", "url": "https://files.pythonhosted.org/packages/c2/a1/a75f171b058155748d4be90ea67bc50750e66efae55a9548d81de78a0285/python-socialtext-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "fa54cb0c43182f6bc723709665119f53", "sha256": "37aca44033918972fd9f4a545ab91bc0eae937f89c3912ca73edff54a5f50161" }, "downloads": -1, "filename": "python-socialtext-0.2.1.tar.gz", "has_sig": false, "md5_digest": "fa54cb0c43182f6bc723709665119f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64740, "upload_time": "2011-12-29T21:02:23", "url": "https://files.pythonhosted.org/packages/56/08/e390c634aa6f31d7bd0ef24299fee6bb9998c4702cd4bed3d30f99804ede/python-socialtext-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "581027dc731af7d32e43639feae59ca2", "sha256": "0eac6046e7607b726da93a52724870691e30a6127ea681f4ff73b17c3e343b13" }, "downloads": -1, "filename": "python-socialtext-0.2.2.tar.gz", "has_sig": false, "md5_digest": "581027dc731af7d32e43639feae59ca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65688, "upload_time": "2011-12-29T21:55:07", "url": "https://files.pythonhosted.org/packages/7c/74/d452b50fdfa416398c2382a6a4a2a42f1e35a6b0becb3db573e730ab54fc/python-socialtext-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "09a05faf38d3f1f4af920041de004192", "sha256": "e43b36b32bab2151de602dbc4510b8c6e56d72ea890138869d4f949ae37e8ae8" }, "downloads": -1, "filename": "python-socialtext-0.2.3.tar.gz", "has_sig": false, "md5_digest": "09a05faf38d3f1f4af920041de004192", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65545, "upload_time": "2011-12-29T22:24:32", "url": "https://files.pythonhosted.org/packages/95/c7/b906ecee7bfa2c40bd89cebb7165259417c055b50c8c1c7f25de74a62cd5/python-socialtext-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09a05faf38d3f1f4af920041de004192", "sha256": "e43b36b32bab2151de602dbc4510b8c6e56d72ea890138869d4f949ae37e8ae8" }, "downloads": -1, "filename": "python-socialtext-0.2.3.tar.gz", "has_sig": false, "md5_digest": "09a05faf38d3f1f4af920041de004192", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65545, "upload_time": "2011-12-29T22:24:32", "url": "https://files.pythonhosted.org/packages/95/c7/b906ecee7bfa2c40bd89cebb7165259417c055b50c8c1c7f25de74a62cd5/python-socialtext-0.2.3.tar.gz" } ] }