{ "info": { "author": "Roger Ineichen, Projekt01 GmbH", "author_email": "dev@projekt01.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "This package provides a file system file and storage wrapper for Zope3.\n\n\n=======\nCHANGES\n=======\n\n0.7.1 (2013-08-28)\n------------------\n\n- fix ``removeGhostFiles``: remove the ghostFile from ``_ghostFiles`` also\n if it does not exist. No need to keep the reference around.\n\n- added ``timeLimit`` to ``removeGhostFiles``, useful for automated cleanup\n\n\n0.7.0 (2012-11-16)\n------------------\n\n- fix typos and pyflakes warnings\n\n- remove storage base path from fsID. Storing the full path just causes problems.\n Added IFSFile.path which has the full path then.\n That causes some API changes.\n And make sure you provide the right utility with the right name.\n (utility name == IFSStorage.storageName)\n Generation REQUIRED!\n\n- renamed private methods to start with `_`\n\n\n0.6.0 (2011-01-04)\n------------------\n\n- changed p01.fsfile config argument fsStorage to storage since camel\n case seems to be broken. Also note that the WSGI to product config chain\n seems to be broken too. This means you have to apply the WSGI arguments to\n the zope product config after the WSGI application factory will setup the\n product config otherwise previsous applied product config get overwritten.\n Even better use a real product config directive in your zope.conf file and\n prevent all this problems.\n\n- move transaction support from IFSStorage to IFSStorageTransationSupport\n interface. This let us implement storages with a different transaction\n support concept. Inherited all other storage interfaces from\n IFSStorageTransationSupport for BBB.\n\n- improve IConnection lokup, implement base implementation which could be used\n for non peristent storages. Also implement lookup for persistent storages\n classes.\n\n- move persistent and contained from the base class to the core implementation.\n This allows us to use the base classes for non persistent utilities.\n\n- added ghost file support classes based on local utility lookup. This allows\n to use a global non persistent storage setup with a local ghost file utility.\n\n\n0.5.0 (2009-05-12)\n------------------\n\n- initial release", "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/p01.fsfile", "keywords": "Zope3 z3c p01 file system storage distributed file network storage MogileFS", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "p01.fsfile", "package_url": "https://pypi.org/project/p01.fsfile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/p01.fsfile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/p01.fsfile" }, "release_url": "https://pypi.org/project/p01.fsfile/0.7.1/", "requires_dist": null, "requires_python": null, "summary": "File system file storage base concept for Zope3", "version": "0.7.1" }, "last_serial": 851060, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "20fa620ab605878db08a655c425153c6", "sha256": "be07ea2fa52f358e24f01b9450e5de5b834557b1fe0f6910edaa2c27a850f948" }, "downloads": -1, "filename": "p01.fsfile-0.5.0.zip", "has_sig": false, "md5_digest": "20fa620ab605878db08a655c425153c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34179, "upload_time": "2009-05-12T01:12:06", "url": "https://files.pythonhosted.org/packages/f4/ea/b63e1194647da1f0b0dba9b8a99e20e71d12777e4ab65b550f1579859b95/p01.fsfile-0.5.0.zip" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "f64927a715e2f24437a73252a9b4d73d", "sha256": "16a7fc3258a408dcdebb1f57d1ea89516150b093cfad43cd104e331180a0e959" }, "downloads": -1, "filename": "p01.fsfile-0.6.0.zip", "has_sig": false, "md5_digest": "f64927a715e2f24437a73252a9b4d73d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37699, "upload_time": "2011-01-04T01:09:07", "url": "https://files.pythonhosted.org/packages/2e/72/d282f346537221a0e8d885d886f5fa6603efd6f4429ab3dd22760063f065/p01.fsfile-0.6.0.zip" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "a4d1223ae390b001e9ae4e1037f46759", "sha256": "dca0ed52b9c839d05a83df13fade5e8df6dd355d9eae6010633319a2d1a91d71" }, "downloads": -1, "filename": "p01.fsfile-0.7.0.zip", "has_sig": false, "md5_digest": "a4d1223ae390b001e9ae4e1037f46759", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41328, "upload_time": "2012-11-16T13:47:03", "url": "https://files.pythonhosted.org/packages/ef/ff/f4d1b25b63a6b96f0c4f5bb10d1a643a3c9989e5c38957ec3a09226cc854/p01.fsfile-0.7.0.zip" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "65e269b58ea524b4e41b7460a6ce2fd9", "sha256": "79b99cfe36ede32591a1c2d2e965e8060ee848f671a4b61117fabc884db4b9da" }, "downloads": -1, "filename": "p01.fsfile-0.7.1.zip", "has_sig": false, "md5_digest": "65e269b58ea524b4e41b7460a6ce2fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37733, "upload_time": "2013-08-28T11:07:56", "url": "https://files.pythonhosted.org/packages/fd/69/6d7a06a34ae65bab88d3e5888d41a820aeb80793d40f2a44e2f9bfb17e2c/p01.fsfile-0.7.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65e269b58ea524b4e41b7460a6ce2fd9", "sha256": "79b99cfe36ede32591a1c2d2e965e8060ee848f671a4b61117fabc884db4b9da" }, "downloads": -1, "filename": "p01.fsfile-0.7.1.zip", "has_sig": false, "md5_digest": "65e269b58ea524b4e41b7460a6ce2fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37733, "upload_time": "2013-08-28T11:07:56", "url": "https://files.pythonhosted.org/packages/fd/69/6d7a06a34ae65bab88d3e5888d41a820aeb80793d40f2a44e2f9bfb17e2c/p01.fsfile-0.7.1.zip" } ] }