{ "info": { "author": "Moriyoshi Koizumi", "author_email": "mozo@mozo.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Database" ], "description": "pycdb\n=====\n\npycdb is yet another binding of CDB, a constant database implementation created by D. J. Bernstein.\n\nThis features portability (works well both with Python 2.x and Python 3.x), restriction-free license (public domain), reentrancy.\n\n\nSynopsis\n--------\n\n::\n\n from pycdb import CDBMake, CDB\n \n w = CDBMake(open('test.cdb', 'wb'), encoding='utf-8')\n w.add('a', '1')\n w.add('b', '2')\n w.add('c', '3')\n w.finish()\n \n r = CDB(open('test.cdb', 'rb'), encoding='utf-8')\n print(r['a']) # '1'\n print(r['b']) # '2'\n print(r['c']) # '3'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/moriyoshi/pycdb", "keywords": "cdb,cython", "license": "public domain", "maintainer": null, "maintainer_email": null, "name": "pycdb", "package_url": "https://pypi.org/project/pycdb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycdb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/moriyoshi/pycdb" }, "release_url": "https://pypi.org/project/pycdb/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Yet another CDB wrapper", "version": "0.0.1" }, "last_serial": 1819791, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5e38726a1ff91cae92ce29dd5b16c26f", "sha256": "1db2254bd7d139d743e1d3e32dccebe52c45e2caae7dc754db719916a0c2ab8a" }, "downloads": -1, "filename": "pycdb-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5e38726a1ff91cae92ce29dd5b16c26f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38964, "upload_time": "2015-11-17T03:19:15", "url": "https://files.pythonhosted.org/packages/10/33/d2fcb51d46970ff1c5a9af658f52995de8929d5f0f66c909e1c4dfb9ccc1/pycdb-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e38726a1ff91cae92ce29dd5b16c26f", "sha256": "1db2254bd7d139d743e1d3e32dccebe52c45e2caae7dc754db719916a0c2ab8a" }, "downloads": -1, "filename": "pycdb-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5e38726a1ff91cae92ce29dd5b16c26f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38964, "upload_time": "2015-11-17T03:19:15", "url": "https://files.pythonhosted.org/packages/10/33/d2fcb51d46970ff1c5a9af658f52995de8929d5f0f66c909e1c4dfb9ccc1/pycdb-0.0.1.tar.gz" } ] }