=============================
``zope.filerepresentation``
=============================
.. image:: https://img.shields.io/pypi/v/zope.filerepresentation.svg
:target: https://pypi.python.org/pypi/zope.filerepresentation/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.filerepresentation.svg
:target: https://pypi.org/project/zope.filerepresentation/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.filerepresentation/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.filerepresentation/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.filerepresentation/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.filerepresentation?branch=master
.. image:: https://readthedocs.org/projects/zopefilerepresentation/badge/?version=latest
:target: https://zopefilerepresentation.readthedocs.io/en/latest/
:alt: Documentation Status
The interfaces defined here are used for file-system and file-system-like
representations of objects, such as file-system synchronization, FTP, PUT, and
WebDAV.
Documentation is hosted at https://zopefilerepresentation.readthedocs.io/
=========
Changes
=========
6.0 (2023-01-14)
================
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.9, 3.10, 3.11.
5.0.0 (2020-03-31)
==================
- Drop support for Python 3.4.
- Add support for Python 3.7 and 3.8.
- Ensure all objects have a consistent interface resolution order.
See `issue 7 <https://github.com/zopefoundation/zope.filerepresentation/issues/7>`_.
4.2.0 (2017-08-10)
==================
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
4.1.0 (2014-12-27)
==================
- Add support for PyPy3.
- Add support for Python 3.4.
4.0.2 (2013-03-08)
==================
- Add Trove classifiers indicating CPython and PyPy support.
4.0.1 (2013-02-11)
==================
- Add tox.ini to release.
4.0.0 (2013-02-11)
==================
- Add support for Python 3.3 and PyPy.
- Drop support for Python 2.4 / 2.5.
3.6.1 (2011-11-29)
==================
- Add undeclared ``zope.schema`` dependency.
- Remove ``zope.testing`` test dependency and ``test`` extra.
3.6.0 (2009-10-08)
==================
- Add ``IRawReadFile`` and ``IRawWriteFile`` interfaces. These extend
``IReadFile`` and ``IWritefile``, respectively, to behave pretty much like a
standard Python file object with a few embellishments. This in turn allows
efficient, iterator- based implementations of file reading and writing.
- Remove dependency on ``zope.container``: ``IReadDirectory`` and
``IWriteDirectory`` inherit only from interfaces defined in ``zope.interface``
and ``zope.interface.common.mapping``.
3.5.0 (2009-01-31)
==================
- Change use of ``zope.app.container`` to ``zope.container``.
3.4.0 (2007-10-02)
==================
- Initial Zope-independent release.
Raw data
{
"_id": null,
"home_page": "http://zopefilerepresentation.readthedocs.io",
"name": "zope.filerepresentation",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "zope3 filesystem representation",
"author": "Zope Corporation and Contributors",
"author_email": "zope-dev@zope.org",
"download_url": "https://files.pythonhosted.org/packages/d8/05/0001ada679e13c639139679fd49bf7195b3755d683c4bb21fc1e898a1d38/zope.filerepresentation-6.0.tar.gz",
"platform": null,
"description": "=============================\n ``zope.filerepresentation``\n=============================\n\n.. image:: https://img.shields.io/pypi/v/zope.filerepresentation.svg\n :target: https://pypi.python.org/pypi/zope.filerepresentation/\n :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.filerepresentation.svg\n :target: https://pypi.org/project/zope.filerepresentation/\n :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.filerepresentation/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/zopefoundation/zope.filerepresentation/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.filerepresentation/badge.svg?branch=master\n :target: https://coveralls.io/github/zopefoundation/zope.filerepresentation?branch=master\n\n.. image:: https://readthedocs.org/projects/zopefilerepresentation/badge/?version=latest\n :target: https://zopefilerepresentation.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n\nThe interfaces defined here are used for file-system and file-system-like\nrepresentations of objects, such as file-system synchronization, FTP, PUT, and\nWebDAV.\n\nDocumentation is hosted at https://zopefilerepresentation.readthedocs.io/\n\n\n=========\n Changes\n=========\n\n6.0 (2023-01-14)\n================\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n- Add support for Python 3.9, 3.10, 3.11.\n\n\n5.0.0 (2020-03-31)\n==================\n\n- Drop support for Python 3.4.\n\n- Add support for Python 3.7 and 3.8.\n\n- Ensure all objects have a consistent interface resolution order.\n See `issue 7 <https://github.com/zopefoundation/zope.filerepresentation/issues/7>`_.\n\n\n4.2.0 (2017-08-10)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.3.\n\n\n4.1.0 (2014-12-27)\n==================\n\n- Add support for PyPy3.\n\n- Add support for Python 3.4.\n\n\n4.0.2 (2013-03-08)\n==================\n\n- Add Trove classifiers indicating CPython and PyPy support.\n\n\n4.0.1 (2013-02-11)\n==================\n\n- Add tox.ini to release.\n\n\n4.0.0 (2013-02-11)\n==================\n\n- Add support for Python 3.3 and PyPy.\n\n- Drop support for Python 2.4 / 2.5.\n\n3.6.1 (2011-11-29)\n==================\n\n- Add undeclared ``zope.schema`` dependency.\n- Remove ``zope.testing`` test dependency and ``test`` extra.\n\n3.6.0 (2009-10-08)\n==================\n\n- Add ``IRawReadFile`` and ``IRawWriteFile`` interfaces. These extend\n ``IReadFile`` and ``IWritefile``, respectively, to behave pretty much like a\n standard Python file object with a few embellishments. This in turn allows\n efficient, iterator- based implementations of file reading and writing.\n\n- Remove dependency on ``zope.container``: ``IReadDirectory`` and\n ``IWriteDirectory`` inherit only from interfaces defined in ``zope.interface``\n and ``zope.interface.common.mapping``.\n\n3.5.0 (2009-01-31)\n==================\n\n- Change use of ``zope.app.container`` to ``zope.container``.\n\n3.4.0 (2007-10-02)\n==================\n\n- Initial Zope-independent release.\n",
"bugtrack_url": null,
"license": "ZPL 2.1",
"summary": "File-system Representation Interfaces",
"version": "6.0",
"split_keywords": [
"zope3",
"filesystem",
"representation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "91028100ac284eab14a6f2cfce4454cb0bc39c55cc9c3d34d1a9c0deec768219",
"md5": "18cc97ad936f70a37a2d6d8e725c21a4",
"sha256": "7e1d486faeac52d64fa4620a44c694140ae14c03f58122a81cbf67bb9eb3fd6a"
},
"downloads": -1,
"filename": "zope.filerepresentation-6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "18cc97ad936f70a37a2d6d8e725c21a4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8300,
"upload_time": "2023-01-14T09:23:53",
"upload_time_iso_8601": "2023-01-14T09:23:53.026588Z",
"url": "https://files.pythonhosted.org/packages/91/02/8100ac284eab14a6f2cfce4454cb0bc39c55cc9c3d34d1a9c0deec768219/zope.filerepresentation-6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8050001ada679e13c639139679fd49bf7195b3755d683c4bb21fc1e898a1d38",
"md5": "bcf19443b5e27fe23841b0a4c6b008cd",
"sha256": "cb36b7886b29276f82f1685f3f291f4235e669cd8785d14742d465d13aef6aab"
},
"downloads": -1,
"filename": "zope.filerepresentation-6.0.tar.gz",
"has_sig": false,
"md5_digest": "bcf19443b5e27fe23841b0a4c6b008cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 15288,
"upload_time": "2023-01-14T09:23:55",
"upload_time_iso_8601": "2023-01-14T09:23:55.312434Z",
"url": "https://files.pythonhosted.org/packages/d8/05/0001ada679e13c639139679fd49bf7195b3755d683c4bb21fc1e898a1d38/zope.filerepresentation-6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-14 09:23:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "zope.filerepresentation"
}