Metadata-Version: 2.4
Name: django-photologue
Version: 3.20
Summary: Powerful image management for the Django web framework.
Author-email: Justin Driscoll <justin@driscolldev.com>, Marcos Daniel Petry <marcospetry@gmail.com>, Richard Barran <richard@arbee.design>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/richardbarran/django-photologue
Project-URL: Documentation, https://django-photologue.readthedocs.io/
Project-URL: Repository, https://github.com/richardbarran/django-photologue
Project-URL: Issues, https://github.com/richardbarran/django-photologue/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: Django<6.1,>=5.2
Requires-Dist: Pillow>=12.0.0
Requires-Dist: django-sortedm2m>=4.0.0
Dynamic: license-file

Django-photologue
=================
.. image:: https://img.shields.io/pypi/v/django-photologue.svg
    :target: https://pypi.python.org/pypi/django-photologue/
    :alt: Latest PyPI version

.. image:: https://github.com/richardbarran/django-photologue/workflows/CI/badge.svg?branch=master
     :target: https://github.com/richardbarran/django-photologue/actions?workflow=CI
     :alt: CI Status

.. image:: https://codecov.io/github/richardbarran/django-photologue/coverage.svg?branch=master
    :target: https://codecov.io/github/richardbarran/django-photologue?branch=master


A powerful image management and gallery application for the Django web framework. Upload photos, group them into
galleries, apply effects such as watermarks.

Project status
--------------
Message from the current maintainer: I no longer need django-photologue for my own projects, so I've stopped working on it. I will occasionally 
update it to run with current Django releases, but that's all. Any help in running this project is welcome.

Take a closer look
------------------
- We have a `demo website <http://django-photologue.arbee.design/>`_.
- We also have some `examples of sites using Photologue
  <https://github.com/richardbarran/django-photologue/wiki/Examples-and-forks>`_ on the wiki.

Documentation
-------------
Please head over to our `online documentation at ReadTheDocs <https://django-photologue.readthedocs.io/en/stable/>`_
for instructions on installing and configuring this application.

Amazon S3
---------

S3 also works with the standard BOTO package.

Support
-------
If you have any questions or need help with any aspect of Photologue then please `join our mailing list
<http://groups.google.com/group/django-photologue>`_.
