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
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
Requires-Dist: django
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Provides-Extra: coverage
Requires-Dist: pytest-cov; extra == 'coverage'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: pep8
Requires-Dist: flake8; extra == 'pep8'
Provides-Extra: release
Requires-Dist: zest.releaser; extra == 'release'
Provides-Extra: tests
Requires-Dist: psycopg2-binary; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: tox; extra == 'tests'
Requires-Dist: isort; extra == 'tests'

==========================================
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.


