{ "info": { "author": "Pierre Quentel, Bendik R\u00f8nning Opstad", "author_email": "pierre.quentel@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. |build-status| image:: https://api.travis-ci.org/bendikro/PyDbLite.svg?branch=master\n :target: https://travis-ci.org/bendikro/PyDbLite\n\n.. |docs| image:: https://readthedocs.org/projects/pydblite/badge/?version=latest\n :target: https://pydblite.readthedocs.org\n :alt: Documentation Status\n\n.. |pypi| image:: http://img.shields.io/pypi/v/pydblite.png\n :alt: PYPI Package\n :target: https://pypi.python.org/pypi/PyDbLite\n\nPyDbLite\n=============\n\nPyDbLite is\n\n* a fast, pure-Python, untyped, in-memory database engine, using\n Python syntax to manage data, instead of SQL\n* a pythonic interface to SQLite using the same syntax as the\n pure-Python engine for most operations (except database connection\n and table creation because of each database specificities)\n\nPyDbLite is suitable for a small set of data where a fully fledged DB would be overkill.\n\nSupported Python versions: 2.6+\n\nBuild status: |build-status|\n\nRead the documentation: |docs|\n\nInstallation\n---------------\n\nPIP\n~~~~~~~~~\n\n.. code-block:: bash\n\n pip install pydblite\n\nManually\n~~~~~~~~~\n\nDownload the source and execute\n\n.. code-block:: bash\n\n python setup.py install\n\n\nChangelog\n*********\n\n\n3.0.4 (2016-04-17)\n==================\n\n* Added functions `__enter__()\n `_ and `__exit__()\n `_ to `Database\n `_\n\n\n3.0.3 (2016-04-02)\n==================\n\n* Fixed bug where db_filter argument of function `_len()\n `_, `get_unique_ids()\n `_, and\n `get_group_count() `_\n was ignored if filter returns 0 matches.\n\n\n3.0.2 (2015-04-18)\n==================\n\n* Fixed bug (#1) in Base where calling `db.create()\n `_ without supplying a value\n for the \"mode\" parameter with give an error.\n\n\n3.0.1 (2015-02-23)\n==================\n\n* Fixed bug in Base where opening existing database would fail.\n\n\n3.0 (2014-09-18)\n================\n\nNote: Some changes in this release are not backwards compatible with\n2.X versions.\n\n* pydblite and sqlite are rewritten to use a common Filter object.\n\n* Tests have been improved and standardised in `Unit tests\n `_.\n\n* Updated `Example code\n `_.\n\n* Renamed module and package names to lower case according to `PEP 8\n `_\n\n* Converted to UNIX line endings and follow `PEP 8\n `_ code style.\n\n* MySQL adapter has been dropped until it can be tested with unit\n tests.\n\n\n2.6\n===\n\n* if db exists, read field names on instance creation\n\n* allow add_field on an instance even if it was not open()\n\n* attribute path is the path of the database in the file system (was\n called \"name\" in previous versions)\n\n* attribute name is the base name of the database, without the\n extension\n\n* adapt code to run on Python 2 and Python 3\n\n\n2.5\n===\n\n* test is now in folder \"test\"\n\n* SQLite changes:\n\n * many changes to support \"legacy\" SQLite databases\n\n * no control on types declared in CREATE TABLE or ALTER TABLE\n\n * no control on value types in INSERT or UPDATE\n\n * no version number in records\n\n * add methods to specify a conversion function for fields after a\n SELECT\n\n * change names to be closer to SQLite names\n\n * a class Database to modelise the database\n\n * a class Table (not Base) for each table in the database\n\n\n2.4\n===\n\n* add BSD Licence\n\n* raise exception if unknown fields in insert\n\n\n2.3\n===\n\n* introduce syntax (db('name')>'f') & (db('age') == 30)\n\n\n2.2\n===\n\n* add __contains__", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.pydblite.net/", "keywords": "Python database engine SQLite", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "PyDbLite", "package_url": "https://pypi.org/project/PyDbLite/", "platform": "Platform-independent, runs with Python2.6+", "project_url": "https://pypi.org/project/PyDbLite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.pydblite.net/" }, "release_url": "https://pypi.org/project/PyDbLite/3.0.4/", "requires_dist": null, "requires_python": null, "summary": "PyDbLite, a fast, pure-Python in-memory database", "version": "3.0.4" }, "last_serial": 2072739, "releases": { "1.9": [], "2.0": [], "2.3": [], "2.5": [], "3.0": [ { "comment_text": "", "digests": { "md5": "5fe04136a6c0f6ecde1d6cf89719d117", "sha256": "e137af72005a8c8beecca14877d8fcf6f2ef3d764ef3b00419b6e4476ef6be95" }, "downloads": -1, "filename": "PyDbLite-3.0.tar.gz", "has_sig": false, "md5_digest": "5fe04136a6c0f6ecde1d6cf89719d117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 622325, "upload_time": "2014-10-15T14:28:47", "url": "https://files.pythonhosted.org/packages/b3/3e/c1855cfdb1b62c030c74bb749d4bd6240377134c5229d63aec4bb2270b56/PyDbLite-3.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "8ee53b9a4c9b4cf750aac68e81050ec3", "sha256": "0e6bff22b387a92093bf350fcfce0fd71e5a58f1110cc6022f72d64b4ff73a46" }, "downloads": -1, "filename": "PyDbLite-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8ee53b9a4c9b4cf750aac68e81050ec3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19043, "upload_time": "2015-02-24T21:37:47", "url": "https://files.pythonhosted.org/packages/46/ef/166be567a77e1365efac7d797b1362617ee54cf7258878aec11d5688af5e/PyDbLite-3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bbd4f72f701cb449e595609b3dcc844", "sha256": "a5372c48edea5e258e2958f035c8d9abed4e520ea6078330b505bbbad4ba7de2" }, "downloads": -1, "filename": "PyDbLite-3.0.1.tar.gz", "has_sig": false, "md5_digest": "0bbd4f72f701cb449e595609b3dcc844", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873898, "upload_time": "2015-02-23T20:23:13", "url": "https://files.pythonhosted.org/packages/b8/69/d659a68fb4b08ee6faf8e1400c78fec495b32d00cc5752c14ea681bd2b9e/PyDbLite-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "1784f4e88b425aa931466bc03f3410c1", "sha256": "91b5d543a7be4d56931b4949edf35f89089c16f100b2d462718de5bcb31323fd" }, "downloads": -1, "filename": "PyDbLite-3.0.2.tar.gz", "has_sig": false, "md5_digest": "1784f4e88b425aa931466bc03f3410c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 431514, "upload_time": "2015-04-27T21:37:22", "url": "https://files.pythonhosted.org/packages/39/04/14bddac0ebb97ca1e9885fde348adae147b29f41c095697a7c3562426c0c/PyDbLite-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "2685fc7f54d86265efc9640fa894456f", "sha256": "12774b87886dd9887c0a8594de80e2eee802331272e24703dea1cfbccbd447c4" }, "downloads": -1, "filename": "PyDbLite-3.0.3.tar.gz", "has_sig": false, "md5_digest": "2685fc7f54d86265efc9640fa894456f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1294810, "upload_time": "2016-04-02T21:09:32", "url": "https://files.pythonhosted.org/packages/9e/a9/94e54b2995e2673f334b19e1cdad1f284364dceb106ab297a2cc985936b1/PyDbLite-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "98296538ce1f0313dc5347bb9fd82dc8", "sha256": "79ed97d17b5954c6fa8927d9f36033cb4486d1304005057d506ac1dee999bad6" }, "downloads": -1, "filename": "PyDbLite-3.0.4.tar.gz", "has_sig": false, "md5_digest": "98296538ce1f0313dc5347bb9fd82dc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 510241, "upload_time": "2016-04-19T23:21:43", "url": "https://files.pythonhosted.org/packages/55/bc/a8e7078bd50411d43c05407cfefc0fd1d42e5722c1d544bd243125de30a8/PyDbLite-3.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98296538ce1f0313dc5347bb9fd82dc8", "sha256": "79ed97d17b5954c6fa8927d9f36033cb4486d1304005057d506ac1dee999bad6" }, "downloads": -1, "filename": "PyDbLite-3.0.4.tar.gz", "has_sig": false, "md5_digest": "98296538ce1f0313dc5347bb9fd82dc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 510241, "upload_time": "2016-04-19T23:21:43", "url": "https://files.pythonhosted.org/packages/55/bc/a8e7078bd50411d43c05407cfefc0fd1d42e5722c1d544bd243125de30a8/PyDbLite-3.0.4.tar.gz" } ] }