{ "info": { "author": "Masahiro IUCHI", "author_email": "masahiro.iuchi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Software Development :: Internationalization", "Topic :: Software Development :: Localization" ], "description": "# wsgi_wovn\n\nWSGI middleware for translating application by WOVN.io.\nA port of wovnjava (https://github.com/wovnio/wovnjava).\n\n## Install\n\n$ pip install wsgi_wovn\n\n## Usage\n\nfrom werkzeug import run_simple\nfrom wsgi_wovn import Middleware\n\n\ndef application(env, start_response):\n start_response('200 OK', [('Content-Type', 'text/html')])\n return [b\"
Hello WSGI world!\"]\n\n\nwovn_app = Middleware(application, {\n 'user_token': 'IRb6-',\n 'secret_key': 'secret',\n})\n\nrun_simple('0.0.0.0', 8000, wovn_app)\n\n## License\n\nMIT License\n\nCopyright (c) 2016 Minimal Technologies, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/masiuchi/wsgi-wovn", "keywords": "wsgi middleware wovn", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "wsgi_wovn", "package_url": "https://pypi.org/project/wsgi_wovn/", "platform": "", "project_url": "https://pypi.org/project/wsgi_wovn/", "project_urls": { "Homepage": "https://github.com/masiuchi/wsgi-wovn" }, "release_url": "https://pypi.org/project/wsgi_wovn/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "WSGI middleware for translating application by WOVN.io. A port of wovnjava.", "version": "0.0.3" }, "last_serial": 2761700, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "196c982084a7a11908ecbd18e6f4db4a", "sha256": "cf8ae0958d1d27b2c5537a0fd7fd6c760feacf69cc12f95e24dc69bf7abead28" }, "downloads": -1, "filename": "wsgi_wovn-0.0.3.tar.gz", "has_sig": false, "md5_digest": "196c982084a7a11908ecbd18e6f4db4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12436, "upload_time": "2017-04-08T02:41:03", "url": "https://files.pythonhosted.org/packages/5f/d5/ed06097850e948dbc654a39ed2a8927e7008b593e7a3043ee9a905f6bef9/wsgi_wovn-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "196c982084a7a11908ecbd18e6f4db4a", "sha256": "cf8ae0958d1d27b2c5537a0fd7fd6c760feacf69cc12f95e24dc69bf7abead28" }, "downloads": -1, "filename": "wsgi_wovn-0.0.3.tar.gz", "has_sig": false, "md5_digest": "196c982084a7a11908ecbd18e6f4db4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12436, "upload_time": "2017-04-08T02:41:03", "url": "https://files.pythonhosted.org/packages/5f/d5/ed06097850e948dbc654a39ed2a8927e7008b593e7a3043ee9a905f6bef9/wsgi_wovn-0.0.3.tar.gz" } ] }