Metadata-Version: 2.4
Name: diskette
Version: 0.6.0
Summary: Export and import Django application data and medias
Home-page: https://github.com/emencia/diskette
Author: Emencia
Author-email: support@emencia.com
License: MIT
Project-URL: Source Code, https://github.com/emencia/diskette
Project-URL: Issue Tracker, https://github.com/emencia/diskette/issues
Project-URL: Changelog, https://diskette.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://diskette.readthedocs.io/
Keywords: Python,Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django>=4.0
Requires-Dist: datalookup>=1.0.0
Requires-Dist: requests>=2.32.3
Requires-Dist: django-sendfile2>=0.7.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-django>=4.5.2; extra == "dev"
Requires-Dist: factory-boy>=3.3.0; extra == "dev"
Requires-Dist: pyquery>=2.0.0; extra == "dev"
Requires-Dist: freezegun>=1.2.0; extra == "dev"
Requires-Dist: requests-mock>=1.10.0; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8>=6.0.0; extra == "quality"
Requires-Dist: tox>=4.11.0; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx>=8.0.2; extra == "doc"
Requires-Dist: furo>=2024.8.6; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Requires-Dist: tabulate>=0.9.0; extra == "doc"
Requires-Dist: project-composer>=0.7.0; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload>=2.6.0; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine>=5.0.0; extra == "release"
Dynamic: license-file

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _datalookup: https://datalookup.readthedocs.io/
.. _Requests: https://requests.readthedocs.io/en/latest/
.. _Django Sendfile: https://github.com/moggers87/django-sendfile2
.. _Django Applications: https://docs.djangoproject.com/en/stable/ref/applications/
.. _dumpdata command: https://docs.djangoproject.com/en/stable/ref/django-admin/#dumpdata
.. _loaddata command: https://docs.djangoproject.com/en/stable/ref/django-admin/#loaddata
.. _django-polymorphic: https://github.com/jazzband/django-polymorphic
.. _fixtures: https://docs.djangoproject.com/en/stable/topics/db/fixtures/

========
Diskette
========

Export and import Django application datas and medias.


Features
********

* Based on `Django Applications`_ to know about applications and their models;
* Application datas are dumped with `dumpdata command`_ command as JSON `fixtures`_;
* Dump archive can be naturally loaded in any database type using Django command
  `loaddata command`_;
* You define applications to be dumped (or not) with multiple options;
* Advanced data drainage for undefined applications;
* Media archiving is done through storage paths (not *Django storages*) that can be
  whatever directory you need to backup;
* Many excluding rules for datas and storages to avoid useless content in archive;
* Build a complete archive that can be automatically loaded with Diskette or manually;
* Support models made with `django-polymorphic`_;
* Django admin interface to manage dumps and API keys;
* Diskette load command can get a dump archive either from a local file, a simple
  archive URL to download or automatically from the Django admin view (securized with
  API key);


Dependencies
************

* `Python`_>=3.9;
* `Django`_>=4.0;
* `datalookup`_>=1.0.0;
* `Requests`_>=2.32.3;
* `Django Sendfile`_>=0.7.0;


Links
*****

* Read the documentation on `Read the docs <https://diskette.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/diskette>`_;
* Clone it on its `Github repository <https://github.com/emencia/diskette>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.
