{ "info": { "author": "Maximiliano Robaina", "author_email": "maxirobaina@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Database", "Topic :: Internet :: WWW/HTTP" ], "description": "===============\ndjango-firebird\n===============\n\n.. image:: https://img.shields.io/pypi/v/django-firebird.svg\n :target: https://pypi.python.org/pypi/django-firebird\n\n.. image:: https://caniusepython3.com/project/django-firebird.svg\n :target: https://caniusepython3.com/project/django-firebird\n\n\nFirebird SQL backend for django\n-------------------------------\n\n**Repo Note**:\nThe ``master`` branch is an *in development* version of django-firebird. This may be substantially different from the latest\n`release of django-firebird`_\n\n.. _release of django-firebird: https://github.com/maxirobaina/django-firebird/releases\n\n\nThis version of django-firebird is working with *fbd* [1], therefore it will work only with firebird 2.x and later.\nThe stable version corresponds with django 1.11 and live into ``stable/1.11.x`` branch.\nThe current master branch of this repository is being developed under django 2.x. For previous Django stable version check\nthe branch list of this repository.\n*fbd* is the official stable python-firebird driver, also it has support for python 3.\n\n\n[1] http://pypi.python.org/pypi/fdb/\n\n\nRequirements\n------------\n * Python 2.7+ or Python 3.x\n * Django 1.11.x\n * fdb (http://pypi.python.org/pypi/fdb/)\n\nInstalation\n-----------\n\n**Using pip**\n\n pip install django-firebird\n\n**From repository**\n\n git clone git://github.com/maxirobaina/django-firebird.git\n\n cd django-firebird\n\n sudo python setup.py install\n\n**Manual Instalation**\n\nInstructions for Ubuntu/Debian\nI assume you have installed django from source with python setup.py install\n\n\n cd /usr/local/lib/python2.7/dist-packages\n\n sudo git clone git://github.com/maxirobaina/django-firebird.git\n\n sudo ln -s django-firebird/firebird firebird\n\n cd /usr/local/lib/python2.7/dist-packages/django/db/backends\n\n sudo ln -s /usr/local/lib/python2.7/dist-packages/django-firebird/firebird\n\nConfiguration\n-------------\n\nModify your setting.py ::\n\n DATABASES = {\n 'default': {\n 'ENGINE' : 'firebird',\n 'NAME' : '/var/lib/firebird/2.5/data/django_firebird.fdb', # Path to database or db alias\n 'USER' : 'SYSDBA', # Your db user\n 'PASSWORD' : '*****', # db user password\n 'HOST' : '127.0.0.1', # Your host machine\n 'PORT' : '3050', # If is empty, use default 3050\n #'OPTIONS' : {'charset':'ISO8859_1'}\n }\n }\n\nKnown bugs and issues\n---------------------\n\n* Some database migrations doesn't work by default. Sometimes is better make intermediate migrations for solve problems.\n* Some Query Expressions doesn't work by default. We need to make some workaround, ie: Use Cast().\n* Combined duration expressions need more research. No all combination of expressions works.\n\n\nContributing\n------------\n\nCode and issues is in GitHub:\n\n https://github.com/maxirobaina/django-firebird\n\nWe also have a mailing list:\n\n http://groups.google.com/group/django-firebird-dev\n\n\nLegacy driver\n-------------\n\nWhy the change from kinterbasdb to fdb?\n\nIf you want to know more about the differences between *fdb* and *kinterbasdb* you can look at:\n\nhttp://thread.gmane.org/gmane.comp.db.firebird.python/185/focus=187\n\nhttp://pythonhosted.org//fdb/differences-from-kdb.html\n\nIf you still use *kinterbasdb*, the original google code repository has an updated django-firebird 1.4.x LTS version.\n\nhttps://github.com/mariuz/django-firebird-1.4\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maxirobaina/django-firebird", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-firebird", "package_url": "https://pypi.org/project/django-firebird/", "platform": "", "project_url": "https://pypi.org/project/django-firebird/", "project_urls": { "Homepage": "https://github.com/maxirobaina/django-firebird" }, "release_url": "https://pypi.org/project/django-firebird/1.11/", "requires_dist": null, "requires_python": "", "summary": "Firebird backend for Django web framework", "version": "1.11" }, "last_serial": 4386935, "releases": { "1.11": [ { "comment_text": "", "digests": { "md5": "12a1eadbeb24806c55590d964ae035b1", "sha256": "1b4ca623f9bfd661fb730aab88949113201155f36d2fb822063c1edecef1bb86" }, "downloads": -1, "filename": "django_firebird-1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12a1eadbeb24806c55590d964ae035b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28143, "upload_time": "2018-10-17T16:30:24", "url": "https://files.pythonhosted.org/packages/fc/7e/1c2d8ef0e42c9b06170e1e835cfe1487241f79f801b3b42c4aa093b14583/django_firebird-1.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38c1a1bdcf1c95fc0ee8f3fc0943c958", "sha256": "ad6e2a74c85176543b8f051fa558c363bfc0ccd218c58e1748c767f0ba50e6cb" }, "downloads": -1, "filename": "django-firebird-1.11.tar.gz", "has_sig": false, "md5_digest": "38c1a1bdcf1c95fc0ee8f3fc0943c958", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24284, "upload_time": "2018-10-17T16:30:27", "url": "https://files.pythonhosted.org/packages/18/d8/910327a466f263384c388550925da4d8422667935df99aa3e5540ce66664/django-firebird-1.11.tar.gz" } ], "1.11a1": [ { "comment_text": "", "digests": { "md5": "62cc77146ce16bc8da04555365958d8e", "sha256": "cf1cf3887d173c03c2c71295f9a5a966bbff6faec3f722cb3e6ab140861be13e" }, "downloads": -1, "filename": "django_firebird-1.11a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62cc77146ce16bc8da04555365958d8e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30540, "upload_time": "2018-05-02T20:37:40", "url": "https://files.pythonhosted.org/packages/84/cb/98b7022b15a3d200d2bc1a2d01c8220ffc62f6bb4856880f20d6f9324035/django_firebird-1.11a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b1eab729a1cf4185e68b88bb1266284", "sha256": "4b1309a590586b207fa27e8b74ad4c32fa732c7620a5006e64e1708594d8bb72" }, "downloads": -1, "filename": "django-firebird-1.11a1.tar.gz", "has_sig": false, "md5_digest": "2b1eab729a1cf4185e68b88bb1266284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26215, "upload_time": "2018-05-02T20:37:42", "url": "https://files.pythonhosted.org/packages/1b/48/c90038d18e23a657b827e6b20b3cd906e0a2a09927d757208f171d34cbf4/django-firebird-1.11a1.tar.gz" } ], "1.11a2": [ { "comment_text": "", "digests": { "md5": "c12ec6d2e99ff9c9e3a4d9a408acc99f", "sha256": "bf3db13d4c544c98a390b5d4c624b71d43f43afe4667fc27aa0718ebf3c2c30c" }, "downloads": -1, "filename": "django_firebird-1.11a2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c12ec6d2e99ff9c9e3a4d9a408acc99f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28175, "upload_time": "2018-05-20T22:59:27", "url": "https://files.pythonhosted.org/packages/ac/3e/e87c1c596c4439bbf02500be9d1042b2ff6b812df4e4adefb1f341bbc05d/django_firebird-1.11a2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eff63dde6e036f606dc835ca0fb91bab", "sha256": "b178d8fc53f01992707a53cfe76e89d82253220485076ebae37a4a59c003bc6a" }, "downloads": -1, "filename": "django-firebird-1.11a2.tar.gz", "has_sig": false, "md5_digest": "eff63dde6e036f606dc835ca0fb91bab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26216, "upload_time": "2018-05-20T22:59:29", "url": "https://files.pythonhosted.org/packages/3f/35/dfb3ee55b6aac1d2261b45be91d42143fd4aad9cc79729b26b600c250145/django-firebird-1.11a2.tar.gz" } ], "1.11b1": [ { "comment_text": "", "digests": { "md5": "2d99f3cc0da9fb89fd4f45c4def179a1", "sha256": "fca30731eb3eb86cc8d9ad0d52f92312b0ed79e560b4fa899001bad46c9f8899" }, "downloads": -1, "filename": "django_firebird-1.11b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d99f3cc0da9fb89fd4f45c4def179a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28172, "upload_time": "2018-07-15T19:27:04", "url": "https://files.pythonhosted.org/packages/db/a6/ca12d43d40d07093640a9859613c6a03c3a8f9f50760729147e0c0c9bf22/django_firebird-1.11b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "819d019a41f4e303c86512218bc54415", "sha256": "72ce8416bd31ba7a43679b73fbc6b5eb1deb07cfc3d92b926e25ba016b4e5c75" }, "downloads": -1, "filename": "django-firebird-1.11b1.tar.gz", "has_sig": false, "md5_digest": "819d019a41f4e303c86512218bc54415", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26136, "upload_time": "2018-07-15T19:27:05", "url": "https://files.pythonhosted.org/packages/f6/de/de1bb6942333dfdc84f669d97982ff2ea82a6a6151dbf5573e2981f61eed/django-firebird-1.11b1.tar.gz" } ], "1.5.0.rc.2": [ { "comment_text": "", "digests": { "md5": "fdf2a64668bd5a6ad6c2d5194380948f", "sha256": "dcf4494a74e9b8969436d966987de67987a78ad51c8bc60d27ab48b4310d42dc" }, "downloads": -1, "filename": "django-firebird-1.5.0.rc.2.tar.gz", "has_sig": false, "md5_digest": "fdf2a64668bd5a6ad6c2d5194380948f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12748, "upload_time": "2013-02-21T15:03:11", "url": "https://files.pythonhosted.org/packages/96/65/9a797a1cec352cac99ad53c150646274b80cb36db20a288722327cb59ca7/django-firebird-1.5.0.rc.2.tar.gz" } ], "1.5.1.final.0": [ { "comment_text": "", "digests": { "md5": "62522be7ef214254b37917010692bd53", "sha256": "6b22f798be2003c44f7b2a50a3e626c640e00dae37247b1d1da8bb9931762976" }, "downloads": -1, "filename": "django-firebird-1.5.1.final.0.tar.gz", "has_sig": false, "md5_digest": "62522be7ef214254b37917010692bd53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12602, "upload_time": "2013-05-16T13:23:41", "url": "https://files.pythonhosted.org/packages/ba/93/24c22670ea15722d948e55c10039a3253727a417ac5736d79c30b602e7f4/django-firebird-1.5.1.final.0.tar.gz" } ], "1.5.2.final.0": [ { "comment_text": "", "digests": { "md5": "12813d22f2938af40c15b960fb968d50", "sha256": "10789b0ff1c355dafdbfe2db147fd32a8a686f52ef837e721582c460325f2766" }, "downloads": -1, "filename": "django-firebird-1.5.2.final.0.tar.gz", "has_sig": false, "md5_digest": "12813d22f2938af40c15b960fb968d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12547, "upload_time": "2014-02-11T13:01:37", "url": "https://files.pythonhosted.org/packages/65/cc/2d73275ae3e1f7f309901c5317042843a94e05416783a1b4ad5829651315/django-firebird-1.5.2.final.0.tar.gz" } ], "1.5.3.final.0": [ { "comment_text": "", "digests": { "md5": "bdfe3075017976d493527e14b91643ca", "sha256": "5cd0c95e6e1c9956ddcadd4154730a086702943892d8ff9262bf0c82638e34b1" }, "downloads": -1, "filename": "django_firebird-1.5.3.final.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bdfe3075017976d493527e14b91643ca", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 16709, "upload_time": "2014-02-13T12:38:45", "url": "https://files.pythonhosted.org/packages/f0/65/df050e7bb4382d666c0f580455a0d3796f4ccbb6e2b6d7a5007b604ca330/django_firebird-1.5.3.final.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "851048240894b18c9c25955ddee56530", "sha256": "c5738e8915e781757cf81c1ac0811d4653b9ca4493357408e40c904b138454ac" }, "downloads": -1, "filename": "django-firebird-1.5.3.final.0.tar.gz", "has_sig": false, "md5_digest": "851048240894b18c9c25955ddee56530", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12707, "upload_time": "2014-02-12T15:32:42", "url": "https://files.pythonhosted.org/packages/d0/37/c83623869b51a9fa13aed709e158da72467b1bd388fe648835ea6cdc52a2/django-firebird-1.5.3.final.0.tar.gz" } ], "1.6.1.final.0": [ { "comment_text": "", "digests": { "md5": "aeaf9a5756ac62ca47cc92e397dc18dd", "sha256": "10fef5a512c42af3a283a09c515d6bc7257c0a7619c4ae936e7cc94b3caa83c5" }, "downloads": -1, "filename": "django_firebird-1.6.1.final.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aeaf9a5756ac62ca47cc92e397dc18dd", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 18246, "upload_time": "2014-04-23T13:09:03", "url": "https://files.pythonhosted.org/packages/d1/bf/88d594bd55de730da1db77d084abd631e8787e382a7007f83abda5ba0b44/django_firebird-1.6.1.final.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "666b8260a5b22f752e3af0eb1213c33d", "sha256": "2d1a0544939ee86877f0ba39eabb913fea8052b29f319ced8d02a4dca02ad2d5" }, "downloads": -1, "filename": "django-firebird-1.6.1.final.0.tar.gz", "has_sig": false, "md5_digest": "666b8260a5b22f752e3af0eb1213c33d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14076, "upload_time": "2014-04-23T12:56:32", "url": "https://files.pythonhosted.org/packages/d4/19/53e9b6af6899a845d02afccc1889d32cd41f6c8c2dc53856f7018a315b2e/django-firebird-1.6.1.final.0.tar.gz" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "a9ddb2f521a5ec6819c4663380790340", "sha256": "7b345eaa0f30155cea9db17b7de29c6a0e74884bb46ad3b731443a267ba8955e" }, "downloads": -1, "filename": "django_firebird-1.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9ddb2f521a5ec6819c4663380790340", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 19134, "upload_time": "2015-06-11T15:55:19", "url": "https://files.pythonhosted.org/packages/9e/e9/26807dbc9721b50ef26968d35a655058275eb965fe3f99b364485ee7c694/django_firebird-1.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30cc75e4d058eb6f57230131a3a03df2", "sha256": "8e67b4b14464251f5fc3161d33419ae174200d189347d463669f0da43a8c824e" }, "downloads": -1, "filename": "django-firebird-1.6.3.tar.gz", "has_sig": false, "md5_digest": "30cc75e4d058eb6f57230131a3a03df2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14637, "upload_time": "2015-06-11T15:50:36", "url": "https://files.pythonhosted.org/packages/89/af/c249b85c78fd1fa50ed7f6e80c82875a94da9fd5f55d1f4f799b5515043c/django-firebird-1.6.3.tar.gz" } ], "1.6.4": [ { "comment_text": "", "digests": { "md5": "ee45c044318b8a7a6a984a851e29849f", "sha256": "8b84c14e3bef8f86eed8fb09a449f81e56353d4181fb962b199aaaa75ca659c6" }, "downloads": -1, "filename": "django_firebird-1.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee45c044318b8a7a6a984a851e29849f", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 19283, "upload_time": "2015-06-24T14:54:21", "url": "https://files.pythonhosted.org/packages/2c/e5/e28ca0b3c134edfd212e3932320973480f2fdcbe000a9f1d7b522fedc0cc/django_firebird-1.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dabf533f1a89d7fbebab3a6fbd7ad588", "sha256": "80b1303cbab5ed02f45ca9b938b678f61766666b7c2fca73e577ba05baccce36" }, "downloads": -1, "filename": "django-firebird-1.6.4.tar.gz", "has_sig": false, "md5_digest": "dabf533f1a89d7fbebab3a6fbd7ad588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14824, "upload_time": "2015-06-24T14:50:07", "url": "https://files.pythonhosted.org/packages/2a/e7/d3872a3a21216e0f78787b7f663894acb15565b012c3ef09fb37061af774/django-firebird-1.6.4.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "f1e78207e036d44cea7f9c30a6b9730a", "sha256": "9431708c4777ddfda821482c319fa8fdf06914a0b162827a83cbcfaafbfa6ee7" }, "downloads": -1, "filename": "django_firebird-1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1e78207e036d44cea7f9c30a6b9730a", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 24589, "upload_time": "2016-04-04T11:29:08", "url": "https://files.pythonhosted.org/packages/7d/45/582ff9cd16d874f080f2c942c6e49664ee43f9793b817050e20e22f308b3/django_firebird-1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e1177ad0e2c9af8b64f20bc301897e2", "sha256": "59e09c13ef8b351f017f284673f0b8441ec89dc0514e11431a8eee1c237cca8b" }, "downloads": -1, "filename": "django-firebird-1.7.tar.gz", "has_sig": false, "md5_digest": "6e1177ad0e2c9af8b64f20bc301897e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19675, "upload_time": "2016-04-04T11:21:32", "url": "https://files.pythonhosted.org/packages/ee/12/8ce65610dc364be10c8a3976922e849ab9c47b24c642b55815cc48ecdcd5/django-firebird-1.7.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "96bd2c4df8277f36477ea945b0bc16d4", "sha256": "d348486b0cb9a9b4e38e9da14c66207db8e2bc6abc0bfd6ea7dcb9b3e18aedfd" }, "downloads": -1, "filename": "django_firebird-1.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96bd2c4df8277f36477ea945b0bc16d4", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 24676, "upload_time": "2016-07-05T12:42:07", "url": "https://files.pythonhosted.org/packages/7c/b0/7ed370a22a543203d28f500b9b6dc7cb16e443987c9a1575f03d7634680a/django_firebird-1.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "452b2ab96a98c6cfe760d9e4dbe7c384", "sha256": "838affc5e2a47d357977eb440ec77d4da56c96a346cc24d9552cf381228806a3" }, "downloads": -1, "filename": "django-firebird-1.7.1.tar.gz", "has_sig": false, "md5_digest": "452b2ab96a98c6cfe760d9e4dbe7c384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21085, "upload_time": "2016-07-05T12:37:57", "url": "https://files.pythonhosted.org/packages/3d/52/d2b96f1ddf14745d1eab3e1391979f8e92cc83d0f7d843b377107b2336e1/django-firebird-1.7.1.tar.gz" } ], "1.7b1": [ { "comment_text": "", "digests": { "md5": "d5119d8333f71504862a43aa42e62829", "sha256": "9a862d26ff3b488dcfde6f7d331204a7999b2086ac0edfc9087c1384d359d902" }, "downloads": -1, "filename": "django-firebird-1.7b1.tar.gz", "has_sig": false, "md5_digest": "d5119d8333f71504862a43aa42e62829", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19658, "upload_time": "2016-03-28T11:20:27", "url": "https://files.pythonhosted.org/packages/c2/89/3fae4698997a065f1463b2bf7935dbe96893f6ae5ef72829629f36beb942/django-firebird-1.7b1.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "c8339de5773a9be77e2c074be98f6338", "sha256": "63fba119739f3f0071f9fcd92de5bac78eb36d35dd0342f7405b1addc9cc47ab" }, "downloads": -1, "filename": "django_firebird-1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8339de5773a9be77e2c074be98f6338", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 26398, "upload_time": "2016-07-05T13:08:22", "url": "https://files.pythonhosted.org/packages/1d/dd/617ecb6ce75cf0e5d21b9585021890b4a1d3a10dfe9d67afbcc5452195ca/django_firebird-1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ab9e64ffa75fbafd1cccf4ad65f51d7b", "sha256": "16deeefd29025e3311737ca22e1edde386e9065ebf8e7da8fd7c9393a1e71290" }, "downloads": -1, "filename": "django-firebird-1.8.tar.gz", "has_sig": false, "md5_digest": "ab9e64ffa75fbafd1cccf4ad65f51d7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22364, "upload_time": "2016-07-05T13:07:26", "url": "https://files.pythonhosted.org/packages/69/0f/d63264e87425920d53fd5672d99c75c9c3adbb961576be06f9c6f9b533fc/django-firebird-1.8.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "f901582eeff00760c07e8c7b14818f7f", "sha256": "f19badc09142bbc47049763cb023bbfe7af3aa56478e96735ab36fa68c850af5" }, "downloads": -1, "filename": "django_firebird-1.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f901582eeff00760c07e8c7b14818f7f", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 26489, "upload_time": "2017-04-06T16:19:08", "url": "https://files.pythonhosted.org/packages/d0/83/f00ea72e7dcdade42b1da02eaeaa329fd59a9512d248b23d0b9e9afb644b/django_firebird-1.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b7f15ee8d1239b1e1c53283397f437e", "sha256": "82213e1d9b48e4bbc1f8a13f3c5e448aa5a1ccdd77ebce9738092b3649095229" }, "downloads": -1, "filename": "django-firebird-1.8.1.tar.gz", "has_sig": false, "md5_digest": "4b7f15ee8d1239b1e1c53283397f437e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22524, "upload_time": "2017-04-06T16:15:41", "url": "https://files.pythonhosted.org/packages/6e/f6/a57be4f76fc873d4eb00a6ad196f9a3087d0f740b0d73c3ad5dfe8fe69cb/django-firebird-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "1dd55b677d9f458e512b0dec9316e5f3", "sha256": "7e61d6bc781e70488c333948ea4f5b2afeba1bb6a03abb8497cde917f34094c4" }, "downloads": -1, "filename": "django_firebird-1.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1dd55b677d9f458e512b0dec9316e5f3", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 27290, "upload_time": "2017-04-24T14:53:56", "url": "https://files.pythonhosted.org/packages/e3/6a/a5c0ef7522c3f9dd98b14189d8cba980cc0adffce4e6648b2a8bdc63fd89/django_firebird-1.8.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96e746ff4c3893172beded8a551793c2", "sha256": "7330053fa8a1dc9769abf42b36e617065499a8ba4951ec79df2e9fa25484e04b" }, "downloads": -1, "filename": "django-firebird-1.8.2.tar.gz", "has_sig": false, "md5_digest": "96e746ff4c3893172beded8a551793c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23269, "upload_time": "2017-04-24T14:51:54", "url": "https://files.pythonhosted.org/packages/f5/60/3c48891a3cb2ae2a8136f6d96ec7309306ea69f85259744eb7f05a094118/django-firebird-1.8.2.tar.gz" } ], "1.8.3": [ { "comment_text": "", "digests": { "md5": "40beb87df460587152a028d8394a7b9f", "sha256": "c3f99a1f0fb638251d1e01a3f8ba0bf3ff78dcb437d861ca1ef6bbc0f4528469" }, "downloads": -1, "filename": "django_firebird-1.8.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40beb87df460587152a028d8394a7b9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27344, "upload_time": "2018-04-04T20:12:47", "url": "https://files.pythonhosted.org/packages/38/59/e801663b9124b35ab48aadc4963751dc3598d5f7948fea601bf095bd13e3/django_firebird-1.8.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07f3c1b5ef8ae68743b1f1792349b840", "sha256": "abdb39195a6bc9006270a38a92ac0d7953a3c03e26601adf602f6b9b2d2ac3af" }, "downloads": -1, "filename": "django-firebird-1.8.3.tar.gz", "has_sig": false, "md5_digest": "07f3c1b5ef8ae68743b1f1792349b840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23235, "upload_time": "2018-04-04T20:12:48", "url": "https://files.pythonhosted.org/packages/94/46/b838b9a325c4d38d2078899970021a3399c71ea955bea7c9c27a29e6b5aa/django-firebird-1.8.3.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "f0a70c497f4297584e2a37f7e0abb2c9", "sha256": "c93626208132cc10eb0efc37c10914ff9ac217ce12d2c2d22de99edbf628dca8" }, "downloads": -1, "filename": "django_firebird-1.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f0a70c497f4297584e2a37f7e0abb2c9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 27313, "upload_time": "2018-04-07T22:58:56", "url": "https://files.pythonhosted.org/packages/19/0a/0539b8ab560e772fe531b3443b17e1dfcaca2b5317f9f61a6fefda7073e8/django_firebird-1.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80133c926d013c4ce0a6e3ad2f6ba587", "sha256": "2802e024d8953b3b6eae8e5a60430a3ee8421c886aa06dab6a7bcbabaec8d8b1" }, "downloads": -1, "filename": "django-firebird-1.9.1.tar.gz", "has_sig": false, "md5_digest": "80133c926d013c4ce0a6e3ad2f6ba587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23245, "upload_time": "2018-04-07T22:58:58", "url": "https://files.pythonhosted.org/packages/9f/b7/ac10da8eb32ed9cc5fe4ff67cbfb75054dc46fffea840c9ace3c86f074d9/django-firebird-1.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "12a1eadbeb24806c55590d964ae035b1", "sha256": "1b4ca623f9bfd661fb730aab88949113201155f36d2fb822063c1edecef1bb86" }, "downloads": -1, "filename": "django_firebird-1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12a1eadbeb24806c55590d964ae035b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28143, "upload_time": "2018-10-17T16:30:24", "url": "https://files.pythonhosted.org/packages/fc/7e/1c2d8ef0e42c9b06170e1e835cfe1487241f79f801b3b42c4aa093b14583/django_firebird-1.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38c1a1bdcf1c95fc0ee8f3fc0943c958", "sha256": "ad6e2a74c85176543b8f051fa558c363bfc0ccd218c58e1748c767f0ba50e6cb" }, "downloads": -1, "filename": "django-firebird-1.11.tar.gz", "has_sig": false, "md5_digest": "38c1a1bdcf1c95fc0ee8f3fc0943c958", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24284, "upload_time": "2018-10-17T16:30:27", "url": "https://files.pythonhosted.org/packages/18/d8/910327a466f263384c388550925da4d8422667935df99aa3e5540ce66664/django-firebird-1.11.tar.gz" } ] }