Metadata-Version: 2.1
Name: xako
Version: 0.7.0
Summary: Remote file transfer micro-application.
Home-page: UNKNOWN
Author: Merchise Autrement
Author-email: 
License: UNKNOWN
Description: =========================================
         Xako - Document sharing transport layer
        =========================================
        
        Overview
        ========
        
        Xako is document sharing transport layer system with a simple REST API.  It
        allows application to send files to other peers.  Xako handles the job of
        communicating with the peers and make the dispatch.
        
        Xako ensures data integrity at delivery/arrival of documents.
        
        See the documentation for more information.
        
        Backends
        ========
        
        Xako uses backends to send the documents fragments.  At this moment xako only
        has a single backend: email.  This means you must provide each xako domain a
        POP/SMTP pair to send and receive documents.
        
        See the email backend documentation.
        
        
        ===========
         Changelog
        ===========
        
        Series 0.x
        ==========
        
        
        2018-11-20.  Release 0.7.0
        --------------------------
        
        - Initial release for Python 3.
        
Keywords: file transfer
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Provides-Extra: client
Provides-Extra: testing
Provides-Extra: server
