https://github.com/zopefoundation/zope.filerepresentation
Interfaces for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV.
https://github.com/zopefoundation/zope.filerepresentation
maintained
Last synced: 8 months ago
JSON representation
Interfaces for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.filerepresentation
- Owner: zopefoundation
- License: other
- Created: 2013-02-11T20:50:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:12:11.000Z (9 months ago)
- Last Synced: 2025-10-10T09:20:29.058Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 2
- Watchers: 62
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
=============================
``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/