An open API service indexing awesome lists of open source software.

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.

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/