Metadata-Version: 2.1
Name: CTRL-Z
Version: 0.1.1
Summary: A Django backup and recovery tool
Home-page: https://bitbucket.org/isprojects/ctrl_z
Author: ISProjects B.V.
Author-email: support@isprojects.nl
License: UNKNOWN
Description: ==========================================
        CTRL-Z - A Django backup and recovery tool
        ==========================================
        
        CTRL-Z (control-zee) is a backup and recovery tool for Django projects.
        
        Its goals is to be operating system agnostic in creating and restoring backups,
        while being flexible through a yaml configuration file.
        
        .. note:: Warning: currently only PostgreSQL is supported
        
        .. note:: This package is currently closed source
        
        .. contents::
        
        .. section-numbering::
        
        Features
        ========
        
        * Supports Linux, Windows, MacOS
        * Django project inspection
        * YAML-based, minimal configuration
        * Simple Python/CLI APIs for backup creation and restoration
        
        Installation
        ============
        
        Requirements
        ------------
        
        * Python 3.6 or higher
        * setuptools 30.3.0 or higher
        * PostgreSQL
        
        Install
        -------
        
        .. code-block:: bash
        
            pip install ctrl-z
        
        
        Usage
        =====
        
        .. note:: TODO: finish readme, write docs etc.
        
Keywords: django,backup,recovery
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: coverage
Provides-Extra: docs
Provides-Extra: release
Provides-Extra: pep8
Provides-Extra: tests
