{
"info": {
"author": "Simples Consultoria",
"author_email": "products@simplesconsultoria.com.br",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"Framework :: Plone :: 3.3",
"Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1",
"Framework :: Zope2",
"Framework :: Zope3",
"Intended Audience :: Developers",
"Natural Language :: Portuguese (Brazilian)",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "====================================================\nBrazilian Fields and Widges for Plone & Archetypes\n====================================================\n\n.. contents:: Table of Contents\n :depth: 2\n\nOverview\n----------------\n\nProducts.BrFieldsAndWidgets is a product that aims to help Brazilian developers \nto deploy AT based content types on a Plone site. \n\n\nRequirements\n-----------------\n\n * Plone 3.1.x (http://plone.org/products/plone)\n * Plone 4.0.x (http://plone.org/products/plone)\n * Plone 4.1.x (http://plone.org/products/plone)\n \nInstallation\n------------\n \nTo enable this product,on a buildout based installation:\n\n 1. Edit your buildout.cfg and add ``Products.BrFieldsAndWidgets``\n to the list of eggs to install ::\n\n [buildout]\n ...\n eggs = \n Products.BrFieldsAndWidgets\n \n\nIf another package depends on the Products.BrFieldsAndWidgets egg or \nincludes its zcml directly you do not need to specify anything in the \nbuildout configuration: buildout will detect this automatically.\n\nAfter updating the configuration you need to run the ''bin/buildout'',\nwhich will take care of updating your system.\n\nUsing in a Plone Site\n----------------------\n\nActivate it\n^^^^^^^^^^^^^^^^^^^^\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product **Brazilian Fields** (check checkbox at its \nleft side) and click the 'Activate' button.\n\n\nUninstall\n-------------\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product **Brazilian Fields**, which should be under \n*Activated add-ons*, (check checkbox at its left side) and click the \n'Deactivate' button.\n\n.. note:: You may have to empty your browser cache and save your resource \n registries in order to see the effects of the product installation.\n\n\nSponsoring\n----------\n\nDevelopment of this product was sponsored by `Simples Consultoria \n`_ customers, including (but not limited \nto):\n\n * `Rede Brasil Atual `_\n \n * `Essencis `_\n \n * Escola Sao Paulo\n\n\nCredits\n-------\n\n * Erico Andrei (erico at simplesconsultoria dot com dot br) - Packaging and\n plumbing.\n\n\n * Gustavo Lepri (lepri at simplesconsultoria dot com dot br) - Fixes\n\n\nChangelog\n----------\n\n1.2.2 (2012-08-10)\n^^^^^^^^^^^^^^^^^^\n\n * Fix validator for phone and fix bugs in tests [lepri]\n\n\n1.2.1 (2012-08-01)\n^^^^^^^^^^^^^^^^^^\n\n * Fix packaging -- add README.rst [ericof]\n\n\n1.2 (2012-07-24)\n^^^^^^^^^^^^^^^^^^\n\n * Support to new Brazilian cellphone pattern, with 9 digits [ericof]\n\n\n1.1 (2011-12-21)\n^^^^^^^^^^^^^^^^^^^^\n\n * Tested with Plone 3.3, Plone 4.0.x and Plone 4.1.x [ericof]\n\n * Fixed CNPJ validator [ericof]\n\n * Validators now use collective.brasil.vocab [ericof]\n\n * Moved to plone.app.testing [ericof]\n \n * PEP 8 [ericof]\n \n * Added an uninstall profile [ericof]\n\n\n1.0.2 (2011-04-05)\n^^^^^^^^^^^^^^^^^^^^\n \n * Fixes DDD vocabulary [erico_andrei]\n * Compatibility with Plone 4 [lepri]\n\n1.0.1 (2009-06-02)\n^^^^^^^^^^^^^^^^^^^^\n\n * Adds backward compatibility to codes relying on br_endereco mixin\n [erico_andrei]\n\n1.0 (2009-06-02)\n^^^^^^^^^^^^^^^^^^^^\n\n * First proper release of Products.BrFieldsAndWidgets\n [erico_andrei]\n \n\n0.97 (2009-05-18)\n^^^^^^^^^^^^^^^^^^^^\n\n * Eggfication\n [erico_andrei]\n\n * Supports only Plone >= 3.1.x\n [erico_andrei]\n \n * PloneFormGen fields where moved away. Will show up in a separate package.\n [erico_andrei]\n\n0.96 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * Installs on Plone 3.0 and Plone 3.1\n [erico_andrei] \n\n0.92 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * Corrects PloneFormGen support\n [erico_andrei] \n\n0.91 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * Added 87 code area (Petrolina)\n [erico_andrei]\n\n0.9 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * improved support for PloneFormGen\n [erico_andrei]\n\n0.7 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * containing\n * content/BrFieldsAndWidgets\n \n * CPFWidget\n \n * CPFField\n \n * CNPJWidget\n \n * CNPJField\n \n * CEPWidget\n \n * CEPField\n \n * BrPhoneWidget\n \n * BrPhoneField\n \n * BrTimeWidget\n \n * content/br_endereco\n \n * Mixin class for brazilian addresses\n \n * content/PloneFormGen\n \n * PloneFormGen add on types\n \n\n0.62 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * containing\n \n * CPFWidget\n \n * CPFField\n \n * CNPJWidget\n \n * CNPJField\n \n * CEPWidget\n \n * CEPField\n \n * BrPhoneWidget\n \n * BrPhoneField\n \n * BrTimeWidget\n \n * content/br_endereco\n \n * Mixin class for brazilian addresses\n \n * PloneFormGen add on types\n \n0.5 ()\n^^^^^^^^^^^^^^^^^^^^\n\n * containing\n \n * CPFWidget\n \n * CPFField\n \n * CNPJWidget\n \n * CNPJField\n \n * CEPWidget\n \n * CEPField\n \n * BrPhoneWidget\n \n * BrPhoneField\n \n * BrTimeWidget\n \n * content/br_endereco\n \n * Mixin class for brazilian addresses\n\n0.4 ()\n^^^^^^^^^^^^^^^^^^^^\n * Initial release containing:\n \n * CPFWidget\n \n * CNPJWidget\n \n * CEPWidget\n \n * BrPhoneWidget",
"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/collective/Products.BrFieldsAndWidgets",
"keywords": "plone archetypes widget BrFieldsAndWidgets brazil brasil",
"license": "GPL",
"maintainer": null,
"maintainer_email": null,
"name": "Products.BrFieldsAndWidgets",
"package_url": "https://pypi.org/project/Products.BrFieldsAndWidgets/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/Products.BrFieldsAndWidgets/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/collective/Products.BrFieldsAndWidgets"
},
"release_url": "https://pypi.org/project/Products.BrFieldsAndWidgets/1.2.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Brazilian fields and widgets to be used with Plone and Archetypes",
"version": "1.2.2"
},
"last_serial": 784987,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "66ce57d58f8f4018fa2eb78698bb0f57",
"sha256": "a4873ff736aaaa3a3411cecec1e683f18770fadf6e5c0afb1a529374b08d5098"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.0-py2.4.egg",
"has_sig": false,
"md5_digest": "66ce57d58f8f4018fa2eb78698bb0f57",
"packagetype": "bdist_egg",
"python_version": "2.4",
"requires_python": null,
"size": 41793,
"upload_time": "2009-06-02T18:05:52",
"url": "https://files.pythonhosted.org/packages/59/bd/aaaeaf6fda70c74de33b6842576a14c4f811e4ea1dae76c69a6d920dddbf/Products.BrFieldsAndWidgets-1.0-py2.4.egg"
},
{
"comment_text": "",
"digests": {
"md5": "7caf060886a65399343117455df85cfc",
"sha256": "cbbd1101fb7069033d90f9de2e1f6a0ea15921855aadf66526a9caf24798c80d"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.0.tar.gz",
"has_sig": false,
"md5_digest": "7caf060886a65399343117455df85cfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16446,
"upload_time": "2009-06-02T18:05:49",
"url": "https://files.pythonhosted.org/packages/18/be/d207bf0e0127c156850659127a4a6ab8ce427e21c400aa50190d220c56eb/Products.BrFieldsAndWidgets-1.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "e2c9b24e98e6c80cdd5036a9bd112d18",
"sha256": "657e8b41badbc4f2ca4857f0ab62cd25e09046ff6513a718b002f0190dd4101f"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.0.1-py2.4.egg",
"has_sig": false,
"md5_digest": "e2c9b24e98e6c80cdd5036a9bd112d18",
"packagetype": "bdist_egg",
"python_version": "2.4",
"requires_python": null,
"size": 42599,
"upload_time": "2009-06-02T22:41:07",
"url": "https://files.pythonhosted.org/packages/15/b3/cb6d153ee43352eebf5686ef96890aa6fb76d196b736b0bd69184dbf5b9f/Products.BrFieldsAndWidgets-1.0.1-py2.4.egg"
},
{
"comment_text": "",
"digests": {
"md5": "5590c1a3787bb93a59d60b0206f1f776",
"sha256": "12440b44775e1fac36980fc7cbb1202552065624fe5a30c32a5a9ca9c528d0ca"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5590c1a3787bb93a59d60b0206f1f776",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16690,
"upload_time": "2009-06-02T22:41:04",
"url": "https://files.pythonhosted.org/packages/95/70/a31a935f6a0df20b142bec0f01c2ec647aa467daf52c16df8ee241d9328d/Products.BrFieldsAndWidgets-1.0.1.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "3042a3d66fe5ae2d0cb3d8edbd7d5b0e",
"sha256": "3373c14fe5725552eb0159ffea57c77197cf71356c9f0a69df57705a44e094e3"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.0.2.zip",
"has_sig": false,
"md5_digest": "3042a3d66fe5ae2d0cb3d8edbd7d5b0e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35189,
"upload_time": "2011-04-05T15:41:30",
"url": "https://files.pythonhosted.org/packages/a3/9a/8be4fedbda2c5cc633bd1e62a63670014cf359f421138973ab70e194f28d/Products.BrFieldsAndWidgets-1.0.2.zip"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "26f01b541ba6bc5109702a521a2d72b9",
"sha256": "dd265c8ae312c9cb40ea7aef4f9608f4ec557d29c531becb25794a5af75d1016"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.1.tar.gz",
"has_sig": false,
"md5_digest": "26f01b541ba6bc5109702a521a2d72b9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17445,
"upload_time": "2011-12-21T13:46:37",
"url": "https://files.pythonhosted.org/packages/48/ab/1978be8fcc702818f52398ae20451752acdebbee18a2347966230347fb4a/Products.BrFieldsAndWidgets-1.1.tar.gz"
}
],
"1.2": [
{
"comment_text": "",
"digests": {
"md5": "a27148f63bfc99265980c7047ffec7f8",
"sha256": "237c29c54db93789130a4e929190fdbc3678bf2380cb245d8f74650d08ddc665"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.2.zip",
"has_sig": false,
"md5_digest": "a27148f63bfc99265980c7047ffec7f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 35062,
"upload_time": "2012-07-25T02:23:37",
"url": "https://files.pythonhosted.org/packages/33/a2/c3799efd872b6122f1f9e5be10a9ef59149eb7570618ef24b3280abc1e46/Products.BrFieldsAndWidgets-1.2.zip"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "1bf233aaf629a45a0710910746985bd8",
"sha256": "a68ee09730c2c3887003dcde214d69ad6ede9045ed0418b06796cf6bcdd6f1bc"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.2.1.zip",
"has_sig": false,
"md5_digest": "1bf233aaf629a45a0710910746985bd8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37517,
"upload_time": "2012-08-01T21:34:41",
"url": "https://files.pythonhosted.org/packages/9a/df/bc3a3a10b8531e15d4afc10873d4e6182da8daaf66b99fb9b3bf95ada742/Products.BrFieldsAndWidgets-1.2.1.zip"
}
],
"1.2.2": [
{
"comment_text": "",
"digests": {
"md5": "76fdd8f32c2368207c867ae842bf6e01",
"sha256": "e0e7ecf2e3cd3127ba28f3db3c7eb3ea48a6fb6b35bc8d3bc806f4c8726b51b1"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.2.2.zip",
"has_sig": false,
"md5_digest": "76fdd8f32c2368207c867ae842bf6e01",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37629,
"upload_time": "2012-08-10T22:36:58",
"url": "https://files.pythonhosted.org/packages/aa/a5/704e58d20e7cfbd5f4292556e290ff97bb848fd7c7583703981819214d7e/Products.BrFieldsAndWidgets-1.2.2.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "76fdd8f32c2368207c867ae842bf6e01",
"sha256": "e0e7ecf2e3cd3127ba28f3db3c7eb3ea48a6fb6b35bc8d3bc806f4c8726b51b1"
},
"downloads": -1,
"filename": "Products.BrFieldsAndWidgets-1.2.2.zip",
"has_sig": false,
"md5_digest": "76fdd8f32c2368207c867ae842bf6e01",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37629,
"upload_time": "2012-08-10T22:36:58",
"url": "https://files.pythonhosted.org/packages/aa/a5/704e58d20e7cfbd5f4292556e290ff97bb848fd7c7583703981819214d7e/Products.BrFieldsAndWidgets-1.2.2.zip"
}
]
}