{ "info": { "author": "Logilab", "author_email": "contact@logilab.fr", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: CubicWeb", "Programming Language :: JavaScript", "Programming Language :: Python" ], "description": "Summary\n-------\n\n`person` provides person informations :\n\n- firstname\n- surname / lastname\n- civility\n- arbitrary text description\n- a relation to an email address (NB, the `EmailAddress` entity is\n automatically provided by cubicweb).\n\nIf the `addressbook` cube is used, persons will also have *phone* and\n*postal_address* relations to store more contact information.\n\nThere is a special relation called 'primary_email'. A person can be linked to\nmultiple email addresses (using the 'use_email' relation). The primary email\nmust be unique. At the creation of the first email, this relation is\nautomatically added (though you can change it later, of course).\n\nRecommends\n----------\n\n- `addressbook` cube\n\n\nUsage\n-----\n\nIn addition of basic entity views, this cube provides :\n\n- *VCardPersonView*, displays a person in the VCard file format\n (.. _VCard on wikipedia: http://en.wikipedia.org/wiki/VCard) .\n\n This view creates a file called `vcard.vcf` which can be open in\n your addressbook application (Kmail, Thunderbird and so on). In\n order to generate this file, you have to access to a specific view\n using an url address with `?vid=vcard` suffix.\n\n How to personalize the person primary view in order to add a link\n for the vcard ?\n\n .. sourcecode:: python\n\n class PersonalizedPersonPrimaryView(PersonPrimaryView):\n\n def render_entity_attributes(self, entity):\n super(PersonalizedPersonPrimaryView, self).render_entity_attributes(entity)\n self.w(u'
' % entity.absolute_url(vid='vcard'))\n\n This view will not be selected by default. You have to registered\n this view or add a selector. For more information, please refer to\n XXX in the doc.\n\n- a *civility facet*, this facet (XXX: ref to facet doc) will be shown\n if a view displays a result set of at least two Person entities with\n different civilities.\n\nContributing\n------------\n\nInformation on how to contribute can be found here https://www.logilab.org/Card/contributing", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.cubicweb.org/project/cubicweb-person", "keywords": "", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "cubicweb-person", "package_url": "https://pypi.org/project/cubicweb-person/", "platform": "", "project_url": "https://pypi.org/project/cubicweb-person/", "project_urls": { "Homepage": "https://www.cubicweb.org/project/cubicweb-person" }, "release_url": "https://pypi.org/project/cubicweb-person/1.11.0/", "requires_dist": null, "requires_python": "", "summary": "person component for the CubicWeb framework", "version": "1.11.0" }, "last_serial": 4899631, "releases": { "1.10.0": [ { "comment_text": "", "digests": { "md5": "1e80cd48a884aef02c5527f4efc6e52e", "sha256": "95b81595b924fc56f5ca4d6945b46d881fad6a787133dc1e34a038cf0c75cd1e" }, "downloads": -1, "filename": "cubicweb-person-1.10.0.tar.gz", "has_sig": false, "md5_digest": "1e80cd48a884aef02c5527f4efc6e52e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9107, "upload_time": "2015-04-22T16:35:15", "url": "https://files.pythonhosted.org/packages/d4/e5/23848425cca5baf66a0ea81fdece1f9a826ce211c329edf8dabb864c0182/cubicweb-person-1.10.0.tar.gz" } ], "1.10.1": [ { "comment_text": "", "digests": { "md5": "6d7e7bae06aecab8d847497f7bac9271", "sha256": "b4cfde58ce819e5ffbef91c02db1a3dba788039ac982229366da9fd9dcbb9422" }, "downloads": -1, "filename": "cubicweb-person-1.10.1.tar.gz", "has_sig": false, "md5_digest": "6d7e7bae06aecab8d847497f7bac9271", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9275, "upload_time": "2016-02-25T17:16:56", "url": "https://files.pythonhosted.org/packages/f0/7e/0adccc15cb3fbb950c2348a7dc1487a2aa05e8357d05f93e01190fdbcfc2/cubicweb-person-1.10.1.tar.gz" } ], "1.11.0": [ { "comment_text": "", "digests": { "md5": "3d00ba1387c15fc18947a74683059fbe", "sha256": "5e2b4e18baadb14e8df0fdcda7a5a334c16c954252e53521e61dd186c682adf8" }, "downloads": -1, "filename": "cubicweb-person-1.11.0.tar.gz", "has_sig": false, "md5_digest": "3d00ba1387c15fc18947a74683059fbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52876, "upload_time": "2019-03-05T13:31:14", "url": "https://files.pythonhosted.org/packages/97/d2/200a240c821c432f135844d8fbc609da45d3580cb40f34ebb4aa31f00e8e/cubicweb-person-1.11.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "46e4586d44dfcbff8bbbdd77814dffde", "sha256": "fcf9a3205090aa2464b4efca9baaa640c97b20965595d7a0e26f581148337c90" }, "downloads": -1, "filename": "cubicweb-person-1.7.0.tar.gz", "has_sig": false, "md5_digest": "46e4586d44dfcbff8bbbdd77814dffde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7234, "upload_time": "2010-02-10T16:26:59", "url": "https://files.pythonhosted.org/packages/ba/4b/0fce7fa2ed28518f2eff775e1b1fb3f3152c9e60d2240a440cf2291941b7/cubicweb-person-1.7.0.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "4fb67a645d428a41a1d4007b945907a5", "sha256": "c7a318151a6d9b1f4798a0316f30a149d01e20e840d8431769790c67b52469d6" }, "downloads": -1, "filename": "cubicweb-person-1.7.2.tar.gz", "has_sig": false, "md5_digest": "4fb67a645d428a41a1d4007b945907a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9106, "upload_time": "2011-02-11T17:58:56", "url": "https://files.pythonhosted.org/packages/27/74/aa9860986b190952574ba1aa2ba60c5333d626b6ab4d5abcf61c29bc34d1/cubicweb-person-1.7.2.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "3c74987947f1892a478422c9b4360d89", "sha256": "9766f5004c0469a5abeee112579093f2d08f7281fe015fdd0471a0f44df656bd" }, "downloads": -1, "filename": "cubicweb-person-1.8.0.tar.gz", "has_sig": false, "md5_digest": "3c74987947f1892a478422c9b4360d89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9195, "upload_time": "2014-01-13T16:51:35", "url": "https://files.pythonhosted.org/packages/1e/95/dd94a2065ec431ed52e3f0baab4f0c23083f1ee07287b980332f67f8c2fd/cubicweb-person-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "38f239b57c055a3f2f99ca8e1b050b46", "sha256": "0d40518766480faf2ab81ac93bf97d376823b25dd3a40478cf3e5d51441d41a7" }, "downloads": -1, "filename": "cubicweb-person-1.8.1.tar.gz", "has_sig": false, "md5_digest": "38f239b57c055a3f2f99ca8e1b050b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9170, "upload_time": "2014-10-29T15:02:25", "url": "https://files.pythonhosted.org/packages/9e/3e/866b7b8f39690cb03333924ab4e896ae660ffe483f4c3f6e72912a8acea4/cubicweb-person-1.8.1.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "614c3bd577de94b3f52be5af5fce37e8", "sha256": "cf64153bf82e0cf11b0db0a18fc95a849d25f6d0327acb8781b6bc9a6bb08e74" }, "downloads": -1, "filename": "cubicweb-person-1.9.0.tar.gz", "has_sig": false, "md5_digest": "614c3bd577de94b3f52be5af5fce37e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9178, "upload_time": "2014-10-29T15:20:48", "url": "https://files.pythonhosted.org/packages/ad/75/a834dfb5c5cff6b583e175fa25c386d5e7c36d395f9a3e81425ae6738866/cubicweb-person-1.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d00ba1387c15fc18947a74683059fbe", "sha256": "5e2b4e18baadb14e8df0fdcda7a5a334c16c954252e53521e61dd186c682adf8" }, "downloads": -1, "filename": "cubicweb-person-1.11.0.tar.gz", "has_sig": false, "md5_digest": "3d00ba1387c15fc18947a74683059fbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52876, "upload_time": "2019-03-05T13:31:14", "url": "https://files.pythonhosted.org/packages/97/d2/200a240c821c432f135844d8fbc609da45d3580cb40f34ebb4aa31f00e8e/cubicweb-person-1.11.0.tar.gz" } ] }