Skip to main content

ResourceSync library and client

Project description

resync is a ResourceSync client and library in python. ResourceSync is a synchronization framework for the web consisting of various capabilities that allow third party systems to remain synchronized with a server’s evolving resources. The capabilities can be combined in a modular manner to meet local or community requirements.

Client usage

Typical client usage to synchronize from a source at http://source.example.com/ to a set of local files would be:

resync http://source.example.com/

which will create or update a local directory ./source.example.com. Alternatively, the destination directory may be specified explicitly:

resync http://source.example.com/ /tmp/my_copy

Option details and a number of different modes are described with:

resync -h

Library usage

Typical library use in a source (create and output a Resource List):

from resync import Resource,ResourceList

rl = ResourceList()
rl.add( Resource('http://example.com/res1', lastmod='2013-01-01') )
rl.add( Resource('http://example.com/res2', lastmod='2013-01-02') )
print rl.as_xml()

Typical library use in a destination (get and examine a Capability List):

from resync import CapabilityList

# Read Capability List and show supported capabilities
cl = CapabilityList()
cl.read("https://raw.github.com/resync/resync/0.6/resync/test/testdata/examples_from_spec/resourcesync_ex_2_6.xml")
for resource in cl:
    print "supports %s (at %s)" % (resource.capability,resource.uri)

Installation

The client and library are designed to work with Python 2.6 or 2.7.

Automatic installation:

easy_install resync

rsync is listed in PyPI and can be installed with pip or easy_install.

Manual installation from github:

cd /tmp
git clone git://github.com/resync/resync.git
cd resync/
python setup.py build
sudo python setup.py install

This will install the library code in the appropriate place within your python setup, and the client resync in an appropriate system path (perhaps /usr/local/bin or /usr/bin depending on your system).

The source code is maintained on Github and there may be branches/versions available there that are not yet packaged for PyPI.

See also

ResourceSync simulator

Contributors

Thanks to: Bernhard Haslhofer, Robert Sanderson

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

resync-0.9.2.tar.gz (49.2 kB view details)

Uploaded Source

File details

Details for the file resync-0.9.2.tar.gz.

File metadata

  • Download URL: resync-0.9.2.tar.gz
  • Upload date:
  • Size: 49.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for resync-0.9.2.tar.gz
Algorithm Hash digest
SHA256 e0997bd044ef89b17a45dbe116f369ed2d05876d6bbf319a1c38340fbc37d9d9
MD5 6362d0e82b1aad118258e6d6bf5ae46f
BLAKE2b-256 f02caca0aefe16f013895a28723c9333c0c9d9b809c1478740ff0d9c38c5b662

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page