{
"info": {
"author": "Pedro Tome",
"author_email": "pedro.tome@idiap.ch",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"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 UTFVP Database\n================\n\n\nThis package contains the access API and descriptions for the `UTFVP \nDatabase`_. The actual raw data for the database should be downloaded from the original URL. This API is only \ncompatible with the images from the UTFVP English database. 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 \"bob==1.2.2\", # base signal proc./machine learning library\n \"xbob.db.utfvp\",\n ],\n\nProceed normally with your ``boostrap/buildout`` steps and you should be all\nset. That means you can now import the ``xbob.db.utfvp`` 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.utfvp\n\n [sources]\n xbob.db.utfvp = git https://github.com/bioidiap/xbob.db.utfvp.git\n ...",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/bioidiap/xbob.db.utfvp.git",
"keywords": "vein recognition,bob,xbob,xbob.db,UTFVP",
"license": "GPLv3",
"maintainer": null,
"maintainer_email": null,
"name": "xbob.db.utfvp",
"package_url": "https://pypi.org/project/xbob.db.utfvp/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/xbob.db.utfvp/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/bioidiap/xbob.db.utfvp.git"
},
"release_url": "https://pypi.org/project/xbob.db.utfvp/2.0.0/",
"requires_dist": null,
"requires_python": null,
"summary": "UTFVP Database Access API for Bob",
"version": "2.0.0"
},
"last_serial": 1289816,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "3f0df7c52ee65874ed4277d5bc93376d",
"sha256": "040684225ea3a2f13664851a58e4ad72d7995e2d87d051142896217ec4684271"
},
"downloads": -1,
"filename": "xbob.db.utfvp-1.0.0.zip",
"has_sig": false,
"md5_digest": "3f0df7c52ee65874ed4277d5bc93376d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9470241,
"upload_time": "2014-10-31T11:27:35",
"url": "https://files.pythonhosted.org/packages/c4/6e/916dff6917a7884534fcf8e48a6df9ffb720a0161dd2cdd72ae11f9698d5/xbob.db.utfvp-1.0.0.zip"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "84a047b629e12901b7c0e311e8e64e5f",
"sha256": "4a2bbaee876c79ecc3e25ebc17f129b2d2778849446d4fece92d3d99827d01ca"
},
"downloads": -1,
"filename": "xbob.db.utfvp-1.1.0.zip",
"has_sig": false,
"md5_digest": "84a047b629e12901b7c0e311e8e64e5f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9470365,
"upload_time": "2014-10-31T11:35:35",
"url": "https://files.pythonhosted.org/packages/62/d1/1914dd7f58a12eb4c6a9d84a7fff13b54e60ce59810987b68fe8e29aeb3a/xbob.db.utfvp-1.1.0.zip"
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "80b82c43e4402d245ff815c9f5911bc0",
"sha256": "f01379759d3b89d16986f86cd46a0631dffa6aece2484b97102e711821e7b715"
},
"downloads": -1,
"filename": "xbob.db.utfvp-2.0.0.zip",
"has_sig": false,
"md5_digest": "80b82c43e4402d245ff815c9f5911bc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9472054,
"upload_time": "2014-10-31T12:06:50",
"url": "https://files.pythonhosted.org/packages/64/9f/d110a70be440c8ec1cd33a57aeed1bb62346e06738542764fb49991ea197/xbob.db.utfvp-2.0.0.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "80b82c43e4402d245ff815c9f5911bc0",
"sha256": "f01379759d3b89d16986f86cd46a0631dffa6aece2484b97102e711821e7b715"
},
"downloads": -1,
"filename": "xbob.db.utfvp-2.0.0.zip",
"has_sig": false,
"md5_digest": "80b82c43e4402d245ff815c9f5911bc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9472054,
"upload_time": "2014-10-31T12:06:50",
"url": "https://files.pythonhosted.org/packages/64/9f/d110a70be440c8ec1cd33a57aeed1bb62346e06738542764fb49991ea197/xbob.db.utfvp-2.0.0.zip"
}
]
}