Metadata-Version: 2.1
Name: filebrowser_safe
Version: 1.1.1
Summary: A snapshot of the filebrowser_3 branch of django-filebrowser, packaged as a dependency for the Mezzanine CMS for Django.
Home-page: http://github.com/stephenmcd/filebrowser-safe
Author: Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)
Author-email: werkstaetten@vonautomatisch.at
Maintainer: Stephen McDonald
Maintainer-email: stephen.mc@gmail.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: testing
Requires-Dist: pytest-django<5,>=4; extra == "testing"
Requires-Dist: pytest-cov<3,>=2; extra == "testing"
Provides-Extra: codestyle
Requires-Dist: flake8<4,>=3; extra == "codestyle"
Requires-Dist: black==20.8b1; extra == "codestyle"
Requires-Dist: isort<6,>=5; extra == "codestyle"
Requires-Dist: pyupgrade<3,>=2; extra == "codestyle"

.. image:: https://img.shields.io/pypi/v/filebrowser-safe.svg
   :target: https://pypi.org/project/filebrowser-safe/
.. image:: https://img.shields.io/pypi/pyversions/filebrowser-safe.svg
.. image:: https://github.com/stephenmcd/filebrowser-safe/workflows/Test%20and%20release/badge.svg
   :target: https://github.com/stephenmcd/filebrowser-safe/actions?query=workflow%3A%22Test+and+release%22
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

Overview
========

filebrowser_safe is a permanent fork of
`FileBrowser asset manager <https://github.com/sehmaschine/django-filebrowser>`_
for `Django <https://www.djangoproject.com/>`_, to be referenced as a
dependency for the `Mezzanine CMS for Django <http://mezzanine.jupo.org/>`_.

At the time of filebrowser_safe's creation, FileBrowser was incorrectly
packaged on `PyPI <https://pypi.python.org/pypi>`_, and had also dropped
compatibility with Django 1.1 -- filebrowser_safe was therefore created to
address these specific issues.

For further details, see
`Why are Grappelli and Filebrowser Forked? <http://mezzanine.jupo.org/docs/frequently-asked-questions.html#grappelli-filebrowser-forks>`_.

Contributing
============

Please refer to `Mezzanine's Contribution Guidelines <https://github.com/stephenmcd/mezzanine/blob/master/CONTRIBUTING.rst>`_
