{ "info": { "author": "NiteoWeb Ltd.", "author_email": "info@niteoweb.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "============================\nPython bindings for UCG API.\n============================\n\n`UCG `_ is an online\nservice for spinning text (synonym substitution)\nthat creates unique version(s) of existing text.\nThis package provides a way to easily interact with\n`UCG API `_.\nUsage requires an API subscription,\n`get it here `_.\n\n* `Source code @ GitHub `_\n\n\nInstall within virtualenv\n=========================\n\n.. sourcecode:: bash\n\n $ virtualenv foo\n $ cd foo\n $ git clone https://github.com/niteoweb/ucg\n $ bin/pip install ucg/\n\n # running tests:\n $ bin/pip install unittest2 mock\n $ bin/python -m unittest discover -s ucg/src/ucg/tests\n\n\nBuildout\n========\n\n.. sourcecode:: bash\n\n $ git clone https://github.com/niteoweb/ucg\n $ virtualenv --no-site-packages ./ucg/\n $ cd ucg\n $ bin/python bootstrap.py\n $ bin/buildout\n\n # running tests and check code for imperfections\n $ ./pre-commit-hook.sh\n\n\nUsage\n=====\n\n.. sourcecode:: python\n\n >>> from ucg import UCG\n >>> u = UCG(\"your@email.xyz\", \"yourapikey\")\n >>> u.login()\n >>> print u.unique_variation(u\"Some test text whi\u010d is f\u00fc.\")\n u\"Some trial cookie whi\u010d is f\u00fc.\"\n >>> u.logout()\n\nChangelog\n=========\n\n0.1.2 (2013-03-15)\n------------------\n\n- Increase time of fetching spun text.\n [Matej Cotman]\n\n\n0.1.1 (2013-03-15)\n------------------\n\n- Fix passing of parameters.\n [Matej Cotman]\n\n\n0.1 (2013-03-15)\n----------------\n\n- UCG module.\n [Matej Cotman]\n- Tests and documentation.\n [Matej Cotman]\n\nLicense (3-clause BSD)\n======================\n\nCopyright (c) 2012, NiteoWeb Ltd.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n* Neither the name of NiteoWeb Ltd. nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL NITEOWEB LTD. BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY\nOF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.niteoweb.com", "keywords": "API spinner UCG", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ucg", "package_url": "https://pypi.org/project/ucg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ucg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.niteoweb.com" }, "release_url": "https://pypi.org/project/ucg/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for UCG API", "version": "0.1.2" }, "last_serial": 801179, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5a8e7800d671a6743cf06f0ca7eb2bf0", "sha256": "14c2dbbe15af005c3fe83bfb6221aac87a066a2d448664f07110f275801ca3d9" }, "downloads": -1, "filename": "ucg-0.1.zip", "has_sig": false, "md5_digest": "5a8e7800d671a6743cf06f0ca7eb2bf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24352, "upload_time": "2013-03-15T10:50:50", "url": "https://files.pythonhosted.org/packages/01/4e/f6cbf3b7afc406b397f0fa19cfd0e3a038ebf983e9cb1e3307a2a2a7da7d/ucg-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f00551f40d98bd59881305149225b4eb", "sha256": "d3ec71ec5d8f94d529a1a7fcd80692b77bb75644b2be59022de5f78c8c8de0aa" }, "downloads": -1, "filename": "ucg-0.1.1.zip", "has_sig": false, "md5_digest": "f00551f40d98bd59881305149225b4eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24794, "upload_time": "2013-03-15T12:56:13", "url": "https://files.pythonhosted.org/packages/bd/73/764f0f540264b2bcef7de503ba1876e77bc81db819a6ea8ffbf3336292c1/ucg-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c839924f7de0d39f471b2bf5e4b48b22", "sha256": "ab010104918c10affa2dc892c109ab2b64402cf87bb7b1e8143cffe7faf1a4ac" }, "downloads": -1, "filename": "ucg-0.1.2.zip", "has_sig": false, "md5_digest": "c839924f7de0d39f471b2bf5e4b48b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24879, "upload_time": "2013-03-15T14:37:13", "url": "https://files.pythonhosted.org/packages/ec/07/16980f142456f96a82db16c021b43f8376f39039a5fc4d6c7550598a95e8/ucg-0.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c839924f7de0d39f471b2bf5e4b48b22", "sha256": "ab010104918c10affa2dc892c109ab2b64402cf87bb7b1e8143cffe7faf1a4ac" }, "downloads": -1, "filename": "ucg-0.1.2.zip", "has_sig": false, "md5_digest": "c839924f7de0d39f471b2bf5e4b48b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24879, "upload_time": "2013-03-15T14:37:13", "url": "https://files.pythonhosted.org/packages/ec/07/16980f142456f96a82db16c021b43f8376f39039a5fc4d6c7550598a95e8/ucg-0.1.2.zip" } ] }