Metadata-Version: 2.1
Name: django-soft-remover
Version: 0.1.0
Summary: Abstract Django models for soft removal
Home-page: https://github.com/pikhovkin/django-soft-remover
Author: Sergei Pikhovkin
Author-email: s@pikhovkin.ru
License: MIT
Description: # django-soft-remover
        
        [![GitHub Actions](https://github.com/pikhovkin/django-soft-remover/workflows/build/badge.svg)](https://github.com/pikhovkin/django-soft-remover/actions)
        [![PyPI](https://img.shields.io/pypi/v/django-soft-remover.svg)](https://pypi.org/project/django-soft-remover/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-soft-remover.svg)
        [![framework - Django](https://img.shields.io/badge/framework-Django-0C3C26.svg)](https://www.djangoproject.com/)
        ![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-soft-remover.svg)
        [![PyPI - License](https://img.shields.io/pypi/l/django-soft-remover)](./LICENSE)
        
        Abstract Django models for soft removal
        
        ### Installation
        
        ```bash
        $ pip install django-soft-remover
        ```
        
        ### Usage
        
        ```python
        
        ```
        
        ### License
        
        MIT
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8.*, <4.0.*
Description-Content-Type: text/markdown
