{ "info": { "author": "Dmitry Selyutin", "author_email": "ghostmansd@solidlab.ru", "bugtrack_url": null, "classifiers": [], "description": "======\nPyMBFL\n======\npymbfl provides Python bindings for libmbfl. libmbfl is used to determine\nencoding of the files; it tries to guess the right encoding depending on the\nlist of the encodings which user wants to check.\n\nTypical pymbfl usage::\n\n >> import pymbfl\n\n # Collect information about encoding\n >> encoding = pymbfl.Encoding(\"ascii\")\n >> bool(encoding.flags & pymbfl.MBCS)\n False\n >> encoding.mime\n 'US-ASCII'\n >> encoding.aliases\n ['ANSI_X3.4-1968', 'iso-ir-6', 'ANSI_X3.4-1986', 'ISO_646.irv:1991',\n 'US-ASCII', 'ISO646-US', 'us', 'IBM367', 'IBM-367', 'cp367', 'csASCII']\n\n # Determine possible encoding\n >> language = \"ru\"\n >> encodings = [\"UTF-8\", \"UTF-16\", \"UTF-32LE\"]\n >> detector = pymbfl.Detector(language, encodings)\n >> detector.detect(data, strict) # enable/disable strict check and detect\n\nSee docs/pymbfl.html file for more detailed description.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/pymbfl/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "pymbfl", "package_url": "https://pypi.org/project/pymbfl/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymbfl/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/pymbfl/" }, "release_url": "https://pypi.org/project/pymbfl/0.2/", "requires_dist": null, "requires_python": null, "summary": "Python libmbfl bindings", "version": "0.2" }, "last_serial": 1136616, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9942030019a6168146c871ef88f2e878", "sha256": "99e69707c63904c1e0d7d2c797372833b71be3e91cf89607a9cfedf60b5bd92c" }, "downloads": -1, "filename": "pymbfl-0.1.tar.gz", "has_sig": false, "md5_digest": "9942030019a6168146c871ef88f2e878", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21819, "upload_time": "2014-06-21T11:38:00", "url": "https://files.pythonhosted.org/packages/df/4d/45eebb6ecd459814ba2d7ead87beb599629172e0ea05a0361ca8cc14de41/pymbfl-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a046468438cc93552a7964404719e518", "sha256": "84a4e6cbdda4ea65824c06a50f2625ba005b1a24d9eafcf853023b26f8c3e7af" }, "downloads": -1, "filename": "pymbfl-0.2.tar.gz", "has_sig": false, "md5_digest": "a046468438cc93552a7964404719e518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22036, "upload_time": "2014-06-25T08:21:10", "url": "https://files.pythonhosted.org/packages/2d/43/73728d7519fdd025a2cab4b96fd5790ddaaf6bbc86a8dc06ca524fff0639/pymbfl-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a046468438cc93552a7964404719e518", "sha256": "84a4e6cbdda4ea65824c06a50f2625ba005b1a24d9eafcf853023b26f8c3e7af" }, "downloads": -1, "filename": "pymbfl-0.2.tar.gz", "has_sig": false, "md5_digest": "a046468438cc93552a7964404719e518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22036, "upload_time": "2014-06-25T08:21:10", "url": "https://files.pythonhosted.org/packages/2d/43/73728d7519fdd025a2cab4b96fd5790ddaaf6bbc86a8dc06ca524fff0639/pymbfl-0.2.tar.gz" } ] }