{
"info": {
"author": "4teamwork GmbH",
"author_email": "mailto:info@4teamwork.ch",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6"
],
"description": "ftw.quota\n=========\n\nThis product adds quota support to archetypes containers.\n\n\nInstall\n-------\n\n- Add the package to the eggs in your buildout configuration:\n\n::\n\n [instance]\n eggs +=\n ftw.quota\n\n- Install the generic setup profile of the package.\n\n\nUsage\n-----\n\nAdd the marker interface ``ftw.quota.interfaces.IQuotaSupport`` to any\narchetypes container that you want to have quota support.\n\nContainers with quota support will get additional fields for quota setup.\nYou can setup quota limits in the edit form.\n\nTo make all archetypes objects quota aware e.g. you can use the following\nzcml directive:\n\n::\n\n >>> \n ... \n ... \n\n\nThe quota configuration is stored using additional fields (schema extender)\nand can be accessed easily:\n\n::\n\n >>> container.Schema().getField('quota').get(container)\n ... ... # quota in bytes\n >>> container.Schema().getField('usage').get(container)\n ... ... # usage in bytes\n >>> container.Schema().getField('enforce').get(container)\n ... True # when True it is not possible to add content when quota is exceeded\n\n\nNested quota containers are not supported at the moment.\n\n\nLinks\n-----\n\n- Main github project repository: https://github.com/4teamwork/ftw.quota\n- Issue tracker: https://github.com/4teamwork/ftw.quota/issues\n- Package on pypi: http://pypi.python.org/pypi/ftw.quota\n- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.quota\n\n\nCopyright\n---------\n\nThis package is copyright by `4teamwork `_.\n\n``ftw.quota`` is licensed under GNU General Public License, version 2.\n\nChangelog\n=========\n\n\n1.0 (2012-06-14)\n----------------\n\n- Use plone.app.testing instead of collective.testcaselayer for testing.\n [jone]\n\n- Remove unused product initialization.\n [jone]\n\n- Update readme.\n [jone]\n\n- Fixed test-plone-4.0.x.cfg buildout\n [lgraf]\n\n\n1.0b2 (2010-10-26)\n------------------\n\n- Added test setup.\n [lgraf]\n\n\n1.0b1 (2010-09-16)\n------------------\n\n- Fixed default quota in test.\n [Thomas Buchberger]\n\n- Add translations\n [ttschanz]\n\n\n1.0a3 (2010-04-12)\n------------------\n\n- Add german translations for quota exceeded error.\n [phgross]\n\n\n1.0a2 (2010-03-29)\n------------------\n\n- Fixed bug in setup.py\n [jone]\n\n\n1.0a1 (2010-03-29)\n------------------\n\n- Package cleanup\n [jone]\n\n- Intial implementation\n [buchberger]",
"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/4teamwork/ftw.quota/",
"keywords": "ftw quota plone",
"license": "GPL2",
"maintainer": null,
"maintainer_email": null,
"name": "ftw.quota",
"package_url": "https://pypi.org/project/ftw.quota/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/ftw.quota/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/4teamwork/ftw.quota/"
},
"release_url": "https://pypi.org/project/ftw.quota/1.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Quota support for archetypes containers.",
"version": "1.0"
},
"last_serial": 5823613,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "f8baf6ba2f6289ae7be80199c2a86066",
"sha256": "446a3f9cb4d4ace91376835767bc9be865e46937cfa1618676dda6f056e9f59b"
},
"downloads": -1,
"filename": "ftw.quota-1.0.zip",
"has_sig": false,
"md5_digest": "f8baf6ba2f6289ae7be80199c2a86066",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25413,
"upload_time": "2012-06-14T12:10:36",
"url": "https://files.pythonhosted.org/packages/69/7c/ad2861ad610c0d60c6ff8667ff11c511f8f126b9f6b0561a559c955743e0/ftw.quota-1.0.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f8baf6ba2f6289ae7be80199c2a86066",
"sha256": "446a3f9cb4d4ace91376835767bc9be865e46937cfa1618676dda6f056e9f59b"
},
"downloads": -1,
"filename": "ftw.quota-1.0.zip",
"has_sig": false,
"md5_digest": "f8baf6ba2f6289ae7be80199c2a86066",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25413,
"upload_time": "2012-06-14T12:10:36",
"url": "https://files.pythonhosted.org/packages/69/7c/ad2861ad610c0d60c6ff8667ff11c511f8f126b9f6b0561a559c955743e0/ftw.quota-1.0.zip"
}
]
}