Metadata-Version: 2.1
Name: CTRL-Z
Version: 1.3.0
Summary: A Django backup and recovery tool
Home-page: https://github.com/isprojects/ctrl-z
Author: ISProjects B.V, Sergei Maertens
Author-email: support@ispnext.com
License: MIT
Description: ==========================================
        CTRL-Z - A Django backup and recovery tool
        ==========================================
        
        CTRL-Z (control-zee) is a backup and recovery tool for Django projects.
        
        Its goals are to be operating system agnostic in creating and restoring backups,
        while being flexible through a yaml configuration file.
        
        |build-status| |coverage| |docs|
        
        |python-versions| |django-versions| |pypi-version|
        
        .. note:: Warning: currently only PostgreSQL is supported
        
        .. contents::
        
        .. section-numbering::
        
        Features
        ========
        
        * Supports Linux, Windows, MacOS
        * Django project inspection:
        
            * backs up configured databases using ``settings.DATABASES``
            * backs up file directories such as ``settings.MEDIA_ROOT`` (configurable)
        
        * stdlib ``logging`` based reporting + e-mailing of backup/restore report
        * YAML-based, minimal configuration
        * Simple Python/CLI APIs for backup creation and restoration
        
        Installation and usage
        ======================
        
        See the `documentation`_.
        
        
        .. |build-status| image:: https://travis-ci.org/isprojects/ctrl-z.svg?branch=develop
            :target: https://travis-ci.org/isprojects/ctrl-z
            :alt: Build status
        
        .. |coverage| image:: https://codecov.io/gh/isprojects/ctrl-z/branch/develop/graph/badge.svg
            :target: https://codecov.io/gh/isprojects/ctrl-z
            :alt: Coverage status
        
        .. |python-versions| image:: https://img.shields.io/pypi/pyversions/ctrl-z.svg
        
        .. |django-versions| image:: https://img.shields.io/pypi/djversions/ctrl-z.svg
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/ctrl-z.svg
            :target: https://pypi.org/project/ctrl-z/
        
        .. |docs| image:: https://readthedocs.org/projects/ctrl-z/badge/?version=latest
            :target: https://ctrl-z.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. _documentation: https://ctrl-z.readthedocs.io/en/latest/
        
Keywords: django,backup,recovery
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: coverage
Provides-Extra: docs
Provides-Extra: pep8
Provides-Extra: release
Provides-Extra: tests
