{
"info": {
"author": "Laurent El Shafey",
"author_email": "laurent.el-shafey@idiap.ch",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Database :: Front-Ends",
"Topic :: Scientific/Engineering :: Artificial Intelligence"
],
"description": "====================\n Multi-PIE Database\n====================\n\nThis package contains the access API and descriptions for the `Multi-PIE\nDatabase `_. The actual raw data for\nthe database should be downloaded from the original URL. This package only\ncontains the `Bob `_ accessor methods to use\nthe DB directly from python, with our certified protocols.\n\nYou would normally not install this package unless you are maintaining it. What\nyou would do instead is to tie it in at the package you need to **use** it.\nThere are a few ways to achieve this:\n\n1. You can add this package as a requirement at the ``setup.py`` for your own\n `satellite package\n `_\n or to your Buildout ``.cfg`` file, if you prefer it that way. With this\n method, this package gets automatically downloaded and installed on your\n working environment, or\n\n2. You can manually download and install this package using commands like\n ``easy_install`` or ``pip``.\n\nThe package is available in two different distribution formats:\n\n1. You can download it from `PyPI `_, or\n\n2. You can download it in its source form from `its git repository\n `_. When you download the\n version at the git repository, you will need to run a command to recreate\n the backend SQLite file required for its operation. This means that the\n database raw files must be installed somewhere in this case. With option\n ``a`` you can run in `dummy` mode and only download the raw data files for\n the database once you are happy with your setup.\n\nYou can mix and match points 1/2 and a/b above based on your requirements. Here\nare some examples:\n\nModify your setup.py and download from PyPI\n===========================================\n\nThat is the easiest. Edit your ``setup.py`` in your satellite package and add\nthe following entry in the ``install_requires`` section (note: ``...`` means\n`whatever extra stuff you may have in-between`, don't put that on your\nscript)::\n\n install_requires=[\n ...\n \"xbob.db.multipie\",\n ],\n\nProceed normally with your ``boostrap/buildout`` steps and you should be all\nset. That means you can now import the ``xbob.db.multipie`` namespace into your scripts.\n\nModify your buildout.cfg and download from git\n==============================================\n\nYou will need to add a dependence to `mr.developer\n`_ to be able to install from our\ngit repositories. Your ``buildout.cfg`` file should contain the following\nlines::\n\n [buildout]\n ...\n extensions = mr.developer\n auto-checkout = *\n eggs = bob\n ...\n xbob.db.multipie\n\n [sources]\n xbob.db.multipie = git https://github.com/bioidiap/xbob.db.multipie.git\n ...\n\n=================\n Using protocols\n=================\n\nFor simplicity, by default all provided protocols are enabled. This makes the\ndatabase query a bit slow. If you don't want to wait each time you query the\ndatabase, you can re-create the database on your own. For that, you have to\nfollow the \"download from git\" recipe. After doing the bootstrap/buildout step\n(see `here\n`_\nfor details) in your main directory, you have to go to the (newly created)\ndirectory ``src/xbob.db.multipie`` and do the same bootstrap/buildout step\nagain. Finally, you can use the `Bob `_ API:\n``bin/bob_dbmanage.py multipie create --help`` to regenerate the SQLite file\nbased on your criteria.\n\nAfterward, only the requested protocols should be available. If not, please\n`file a bug `_ to get help.\n\n\n=================================\n Note to the package maintainers\n=================================\n\nOn PyPI, we used to provide the database with all the protocols enabled.\nThis means that the database has to be generated as follows, before the packaging:\n``bin/bob_dbmanage.py multipie create -P -E``.",
"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/xbob.db.multipie",
"keywords": "face recognition,bob,xbob,xbob.db,multipie",
"license": "GPLv3",
"maintainer": null,
"maintainer_email": null,
"name": "xbob.db.multipie",
"package_url": "https://pypi.org/project/xbob.db.multipie/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/xbob.db.multipie/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://pypi.python.org/pypi/xbob.db.multipie"
},
"release_url": "https://pypi.org/project/xbob.db.multipie/1.1.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Multi-PIE Database Access API for Bob",
"version": "1.1.2"
},
"last_serial": 1188844,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "8ec44cead871e80406dffcc324f19544",
"sha256": "cada010e095fe6d63113690afbaa717b7bbd3f396a9f6e1aa0d5468bd83f9ad6"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.0.zip",
"has_sig": false,
"md5_digest": "8ec44cead871e80406dffcc324f19544",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15154246,
"upload_time": "2012-12-11T17:32:46",
"url": "https://files.pythonhosted.org/packages/64/fb/e40ca47894c6a5c6002faa77978035941c3322f85108a25d6b2db9ccd02f/xbob.db.multipie-1.0.0.zip"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "e4ea64bacae0e343e109cac190f57c7a",
"sha256": "7ca8243feb7bf73e5cd1d5222a010a45615739af4107295f4bebbe0d607d41c9"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.1.zip",
"has_sig": false,
"md5_digest": "e4ea64bacae0e343e109cac190f57c7a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15154319,
"upload_time": "2012-12-11T18:37:43",
"url": "https://files.pythonhosted.org/packages/ac/42/82f81436361ac9808e2841bd2e741a06a9e7b8afc1af0cd617b9aac80ecf/xbob.db.multipie-1.0.1.zip"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "c5b485a6b02c32b7ef56b71f3dc4638d",
"sha256": "1f93136d8076f7ae22d8363c15e23a77320c345ea8a3fee1b4e1fd231540be23"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.2.zip",
"has_sig": false,
"md5_digest": "c5b485a6b02c32b7ef56b71f3dc4638d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15994233,
"upload_time": "2013-01-08T17:50:44",
"url": "https://files.pythonhosted.org/packages/54/bc/d46dee1eccc9b257c333eda767b5af8ed13bb66176dac3e439bfa200cb7c/xbob.db.multipie-1.0.2.zip"
}
],
"1.0.3": [
{
"comment_text": "",
"digests": {
"md5": "d7f0a09f8c6d54fd05a9cb0bc664fc18",
"sha256": "d85cf87bce9f02971e1a49001ebde82d2e7a34a0cf36d6433f3676597721a7ec"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.3.zip",
"has_sig": false,
"md5_digest": "d7f0a09f8c6d54fd05a9cb0bc664fc18",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15993892,
"upload_time": "2013-01-09T17:32:45",
"url": "https://files.pythonhosted.org/packages/2e/29/a3562ca5b9dea8e61d430c301b57a473c822314d6406a54b30b80333a49f/xbob.db.multipie-1.0.3.zip"
}
],
"1.0.4": [
{
"comment_text": "",
"digests": {
"md5": "2750bf084bcff445850493957abb8ff0",
"sha256": "03689ef4b1f001c5623c76c4f7df5247a0a9e78d7a8aa6aa10b842aeeb1846cf"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.4.zip",
"has_sig": false,
"md5_digest": "2750bf084bcff445850493957abb8ff0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15993892,
"upload_time": "2013-02-13T12:50:59",
"url": "https://files.pythonhosted.org/packages/be/d0/39c0a3b4fe3d0fd86da2af87f781b762ee58c90da1717357236146716511/xbob.db.multipie-1.0.4.zip"
}
],
"1.0.5": [
{
"comment_text": "",
"digests": {
"md5": "20ffd8a40d586f9b4f3583c99b72e0b6",
"sha256": "04770a9171f04d6504fee64c4fca11c45d8117624a1ecb7bb1362a1106ae78b8"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.5.zip",
"has_sig": false,
"md5_digest": "20ffd8a40d586f9b4f3583c99b72e0b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16012066,
"upload_time": "2013-03-13T12:14:08",
"url": "https://files.pythonhosted.org/packages/e6/1f/87df68b4fac8db37e3c3f7846764544446b688fe01b08d9fa3440b12eaf9/xbob.db.multipie-1.0.5.zip"
}
],
"1.0.6": [
{
"comment_text": "",
"digests": {
"md5": "36d96d919ee5fc0a5ae542eb2ba40b83",
"sha256": "457e3d67a5ab8882e7f37a5fcdf8a5079f0b0e727605d83d3d3986db0c419eb0"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.6.zip",
"has_sig": false,
"md5_digest": "36d96d919ee5fc0a5ae542eb2ba40b83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 684039,
"upload_time": "2013-08-06T11:03:09",
"url": "https://files.pythonhosted.org/packages/22/4c/3927b72bbb50777fff44621c934ddf433cbd7fb8f1e60926db61a2c8c925/xbob.db.multipie-1.0.6.zip"
}
],
"1.0.7": [
{
"comment_text": "",
"digests": {
"md5": "dbe68c8fa44dcefb83ac05bc6ff5f3c2",
"sha256": "1352367321fbed61144a28276bde5aa5c8db3bcdb23dc9c1295a7deb49f3e944"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.7.zip",
"has_sig": false,
"md5_digest": "dbe68c8fa44dcefb83ac05bc6ff5f3c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15994180,
"upload_time": "2013-08-06T17:08:23",
"url": "https://files.pythonhosted.org/packages/57/48/a923fd327ba43ba0528c4452bf64822d03a3928908d1e323408a8e3a9591/xbob.db.multipie-1.0.7.zip"
}
],
"1.0.8": [
{
"comment_text": "",
"digests": {
"md5": "7865556105c255c7713d46b4417dc71b",
"sha256": "d12aab531cc97213a9550000b069206ffe5c027f335feefacb91f976b0a104ff"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.0.8.zip",
"has_sig": false,
"md5_digest": "7865556105c255c7713d46b4417dc71b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15999086,
"upload_time": "2013-08-31T12:16:50",
"url": "https://files.pythonhosted.org/packages/00/89/035b1424e464c52f7fe4e1a6c418f01f7aeaa94974512d78da02e372114e/xbob.db.multipie-1.0.8.zip"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d6c99c60734377b03787e49174ced167",
"sha256": "c59cabe70de9ecec46570576aa458196ced5a933114fece68d8d378aa6739930"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.1.0.zip",
"has_sig": false,
"md5_digest": "d6c99c60734377b03787e49174ced167",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16030610,
"upload_time": "2013-11-14T09:02:07",
"url": "https://files.pythonhosted.org/packages/77/64/96ba69fa806e232619899b54b5148d04aac12d05ea9f21774439df27ff41/xbob.db.multipie-1.1.0.zip"
}
],
"1.1.1": [
{
"comment_text": "",
"digests": {
"md5": "91d8e62c64bbfabb4e67defe0496a492",
"sha256": "9fd1b09d8ae0408fcda9cab65b40c4f585069d97a998391b6c075f31deb37b40"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.1.1.zip",
"has_sig": false,
"md5_digest": "91d8e62c64bbfabb4e67defe0496a492",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16012447,
"upload_time": "2013-12-02T11:30:45",
"url": "https://files.pythonhosted.org/packages/b0/04/05b73eb900a3e679395fe3de2fffe21dc45c99723a7b1c03cb7f7ebf0bb1/xbob.db.multipie-1.1.1.zip"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "a93bf44a003c97f44fe64edae6ec7326",
"sha256": "dd56a3fe4f3e83cea28b95efe97bfd37b6a1bd6511f8359c12acda460b8c2bf3"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.1.2.zip",
"has_sig": false,
"md5_digest": "a93bf44a003c97f44fe64edae6ec7326",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 772552,
"upload_time": "2014-08-13T07:56:47",
"url": "https://files.pythonhosted.org/packages/c9/71/bddae9ba0c0f53a5bb9cad22413bbc54ea9d3c9def01f614cad3b0eb23a7/xbob.db.multipie-1.1.2.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a93bf44a003c97f44fe64edae6ec7326",
"sha256": "dd56a3fe4f3e83cea28b95efe97bfd37b6a1bd6511f8359c12acda460b8c2bf3"
},
"downloads": -1,
"filename": "xbob.db.multipie-1.1.2.zip",
"has_sig": false,
"md5_digest": "a93bf44a003c97f44fe64edae6ec7326",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 772552,
"upload_time": "2014-08-13T07:56:47",
"url": "https://files.pythonhosted.org/packages/c9/71/bddae9ba0c0f53a5bb9cad22413bbc54ea9d3c9def01f614cad3b0eb23a7/xbob.db.multipie-1.1.2.zip"
}
]
}