Metadata-Version: 1.1
Name: turtl-backup
Version: 0.0.1
Summary: Tool to backup a turtl account.
Home-page: https://github.com/JulienPalard/turtle-backup
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT
Description: Turtl Backup
        ============
        
        This program permits to download a whole turtl account for offline
        backuping.
        
        
        Installation
        ------------
        
        You can instal ``turtl-backup`` using pip::
        
          pip install turtl-backup
        
        
        Usage
        -----
        
        Here's the usage::
        
          usage: turtl-backup [-h] server dest
        
          Backup a turtl account.
        
          positional arguments:
            server      Your turtle server
            dest        Destination file, where your notes will be stored encrypted
        
          optional arguments:
            -h, --help  show this help message and exit
        
        So typically::
        
          turtl-backup https://api.framanotes.org turtl.backup
        
Keywords: turtl backup
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
