Metadata-Version: 2.4
Name: django-snapshots
Version: 0.0.0a0
Summary: A generic and pluggable backup and restore management utility for Django.
Project-URL: Homepage, https://django-snapshots.readthedocs.io
Project-URL: Documentation, https://django-snapshots.readthedocs.io
Project-URL: Repository, https://github.com/bckohan/django-snapshots
Project-URL: Issues, https://github.com/bckohan/django-snapshots/issues
Project-URL: Changelog, https://django-snapshots.readthedocs.io/en/latest/changelog.html
Project-URL: Code_of_Conduct, https://github.com/bckohan/django-snapshots/blob/main/CODE_OF_CONDUCT.md
Author-email: Brian Kohan <bckohan@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: django
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: django-typer>=3.6.4
Requires-Dist: django<6.1,>=4.2
Requires-Dist: tqdm>=4.0.0
Description-Content-Type: text/markdown

# django-snapshots
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI version](https://badge.fury.io/py/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots/)
[![PyPI djversions](https://img.shields.io/pypi/djversions/django-snapshots.svg)](https://pypi.org/project/django-snapshots/)
[![PyPI status](https://img.shields.io/pypi/status/django-snapshots.svg)](https://pypi.python.org/pypi/django-snapshots)
[![Documentation Status](https://readthedocs.org/projects/django-snapshots/badge/?version=latest)](http://django-snapshots.readthedocs.io/?badge=latest/)
[![Code Cov](https://codecov.io/gh/bckohan/django-snapshots/branch/main/graph/badge.svg?token=0IZOKN2DYL)](https://codecov.io/gh/bckohan/django-snapshots)
[![Test Status](https://github.com/bckohan/django-snapshots/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/bckohan/django-snapshots/actions/workflows/test.yml?query=branch:main)
[![Lint Status](https://github.com/bckohan/django-snapshots/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/bckohan/django-snapshots/actions/workflows/lint.yml?query=branch:main)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bckohan/django-snapshots/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-snapshots)

A generic and pluggable backup and restore management utility for Django.

**This is a placeholder release! This library is under rapid initial development, we do not recommend using it yet!**

## Installation

```bash
pip install django-snapshots
```

## Documentation

Full documentation is available at [django-snapshots.readthedocs.io](https://django-snapshots.readthedocs.io).


## Contributing

Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md).
