{ "info": { "author": "utahta", "author_email": "labs.ninxit@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: Japanese", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "| Variable byte codes.\n| Compression algorithm for integers.\n| (http://nlp.stanford.edu/IR-book/html/htmledition/variable-byte-codes-1.html)\n\nUsage\n=====\n\nEncoding::\n\n import vbcode\n bytestream = vbcode.encode([1,2,3,4,5])\n \nDecoding::\n\n vbcode.decode(bytestream)\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/utahta/pyvbcode", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "vbcode", "package_url": "https://pypi.org/project/vbcode/", "platform": "", "project_url": "https://pypi.org/project/vbcode/", "project_urls": { "Homepage": "https://github.com/utahta/pyvbcode" }, "release_url": "https://pypi.org/project/vbcode/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Variable byte codes", "version": "0.2.0" }, "last_serial": 3286374, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "811a95ad52fafc57cda3745c44ce952d", "sha256": "561590f2c1253cc96e7cdc91cee6052a94cd2c97c92ba26bc5ed4b29fa7c317a" }, "downloads": -1, "filename": "vbcode-0.1.tar.gz", "has_sig": false, "md5_digest": "811a95ad52fafc57cda3745c44ce952d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1577, "upload_time": "2011-05-07T18:00:46", "url": "https://files.pythonhosted.org/packages/26/3e/e49ac6f340068b5cf39a0bbb73180c53e987bcd7f44d94afa76daf95a7b7/vbcode-0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "dc70763a1ddaee24533fc2527cc9f19c", "sha256": "46b01f7ddf4ca7ae4bdaaebc39f81157aad10506831f2af8518406bc2aabb14a" }, "downloads": -1, "filename": "vbcode-0.2.0.tar.gz", "has_sig": false, "md5_digest": "dc70763a1ddaee24533fc2527cc9f19c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1298, "upload_time": "2017-10-28T14:37:48", "url": "https://files.pythonhosted.org/packages/d9/b4/110548622f910518d5da5fbe2164624566c318a56d29f27090fc9a72f29a/vbcode-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc70763a1ddaee24533fc2527cc9f19c", "sha256": "46b01f7ddf4ca7ae4bdaaebc39f81157aad10506831f2af8518406bc2aabb14a" }, "downloads": -1, "filename": "vbcode-0.2.0.tar.gz", "has_sig": false, "md5_digest": "dc70763a1ddaee24533fc2527cc9f19c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1298, "upload_time": "2017-10-28T14:37:48", "url": "https://files.pythonhosted.org/packages/d9/b4/110548622f910518d5da5fbe2164624566c318a56d29f27090fc9a72f29a/vbcode-0.2.0.tar.gz" } ] }