Metadata-Version: 2.0
Name: syncto
Version: 1.0.0
Summary: Read Firefox Sync server using Kinto API.
Home-page: https://syncto.readthedocs.org/
Author: Mozilla Services
Author-email: services-dev@mozilla.com
License: Apache License (2.0)
Keywords: web services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: PyNaCl (==0.3.0)
Requires-Dist: cliquet[monitoring] (>=2.8,<2.9)
Requires-Dist: hkdf (==0.0.3)
Requires-Dist: ndg-httpsclient (==0.4.0)
Requires-Dist: pyasn1 (==0.1.9)
Requires-Dist: pyopenssl (==0.15.1)
Requires-Dist: syncclient (==0.5.0)
Requires-Dist: waitress (==0.8.10)

Syncto
======

|travis| |master-coverage| |readthedocs|

.. |travis| image:: https://travis-ci.org/mozilla-services/syncto.svg?branch=master
    :target: https://travis-ci.org/mozilla-services/syncto

.. |readthedocs| image:: https://readthedocs.org/projects/syncto/badge/?version=latest
    :target: http://syncto.readthedocs.org/en/latest/
    :alt: Documentation Status

.. |master-coverage| image::
    https://coveralls.io/repos/mozilla-services/syncto/badge.png?branch=master
    :alt: Coverage
    :target: https://coveralls.io/r/mozilla-services/syncto

Syncto is a server allowing you to store and retrieve Firefox Sync
user data attached to your Firefox account using the Kinto API in
order to be able to use Kinto.js for that task.

* `Online documentation <http://syncto.readthedocs.org/en/latest/>`_
* `Issue tracker <https://github.com/mozilla-services/syncto/issues>`_


CHANGELOG
=========

This document describes changes between each past release.


1.0.0 (2015-10-06)
------------------

- First implementation of Syncto server.
- Connection with Token server and Sync servers.
- Encrypted credentials caching (#30, #31)
- Collections are Read-only by default
- Write permission on collection can be configured.
- Statsd monitoring for backends calls.
- Convert Syncto requests headers to Firefox Sync ones.
- Convert Firefox Sync headers to Syncto ones.


