{ "info": { "author": "Zachary Voase", "author_email": "z@zacharyvoase.com", "bugtrack_url": null, "classifiers": [], "description": "pyhoudini\n=========\n\nHoudini bindings for Python (c.f. https://github.com/vmg/houdini)\n\ninstallation\n------------\n\nInstallation is with pip:\n\n.. code:: bash\n\n pip install houdini\n\nYou need to have the houdini shared library available somewhere on your\ndynamic linker\u2019s search path\u2014some instructions are provided below.\n\nusage\n-----\n\n.. code:: pycon\n\n >>> import houdini\n >>> print(houdini.escape_html(\"3 < 5\"))\n 3 > 5\n\nThe API is as described in the `library\u2019s\nREADME `__, except all these functions\naccept a unicode string and return a unicode string. If no escaping is\ndone, the return value will be the original string:\n\n.. code:: pycon\n\n >>> string = \"hello\"\n >>> houdini.escape_html(string) is string\n True\n\ngetting that shared library\n---------------------------\n\nI submitted `a pull request `__\nadding the capability to produce shared libraries to Houdini\u2019s Makefile.\nUntil/unless that\u2019s merged, you\u2019ll need to use `my\nfork `__ to build those\nlibraries. It should be simple:\n\n.. code:: bash\n\n git clone 'https://github.com/zacharyvoase/houdini.git'\n cd houdini\n make\n\nThen, for **Linux**:\n\n.. code:: bash\n\n sudo cp libhoudini.so /usr/local/lib\n sudo ldconfig # Refresh the dynamic linker cache.\n\nand on **OS X** (you may not want to use ``sudo`` here, ``/usr/local/``\nis normally user-writable):\n\n.. code:: bash\n\n cp libhoudini.dylib /usr/local/lib\n\nunlicense\n---------\n\n**N.B.**: this doesn't apply to Houdini itself, but all the code written\nby me is released as follows:\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any means.\n\nIn jurisdictions that recognize copyright laws, the author or authors of\nthis software dedicate any and all copyright interest in the software to\nthe public domain. We make this dedication for the benefit of the public\nat large and to the detriment of our heirs and successors. We intend\nthis dedication to be an overt act of relinquishment in perpetuity of\nall present and future rights to this software under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to http://unlicense.org/", "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/zacharyvoase/pyhoudini", "keywords": "escaping", "license": "Public Domain", "maintainer": "", "maintainer_email": "", "name": "houdini", "package_url": "https://pypi.org/project/houdini/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/houdini/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zacharyvoase/pyhoudini" }, "release_url": "https://pypi.org/project/houdini/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Houdini escaping library bindings for Python.", "version": "0.0.1" }, "last_serial": 793021, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7f3ab328ca50cc48027cb3af9b845b60", "sha256": "bfb79f38165629c8f2ad48d7130d50c677d56fc0f311ea443955f5822113bddf" }, "downloads": -1, "filename": "houdini-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7f3ab328ca50cc48027cb3af9b845b60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2824, "upload_time": "2013-04-17T22:25:57", "url": "https://files.pythonhosted.org/packages/6e/15/42c4f97929e92a4a1c2bdb2df59cdb5f0c6301340e79950c2d8bdfb8e763/houdini-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f3ab328ca50cc48027cb3af9b845b60", "sha256": "bfb79f38165629c8f2ad48d7130d50c677d56fc0f311ea443955f5822113bddf" }, "downloads": -1, "filename": "houdini-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7f3ab328ca50cc48027cb3af9b845b60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2824, "upload_time": "2013-04-17T22:25:57", "url": "https://files.pythonhosted.org/packages/6e/15/42c4f97929e92a4a1c2bdb2df59cdb5f0c6301340e79950c2d8bdfb8e763/houdini-0.0.1.tar.gz" } ] }