Metadata-Version: 2.1
Name: simple-photo-gallery-bulkcreation
Version: 0.1.0
Summary: Plugin for the simple-photo-gallery to provide config base bulk creation
Home-page: https://github.com/hille721/simple-photo-gallery-bulkcreation/
Author: Christoph Hille
Author-email: hille721@gmail.com
License: MIT License
Project-URL: Documentation, https://github.com/hille721/simple-photo-gallery-bulkcreation/
Description: .. image:: https://github.com/hille721/simple-photo-gallery-bulkcreation/workflows/build/badge.svg
            :alt: Built Status
            :target: https://github.com/hille721/simple-photo-gallery-bulkcreation/actions?query=workflow%3Abuild
        .. image:: https://img.shields.io/pypi/v/simple-photo-gallery-bulkcreation.svg
            :alt: PyPI-Server
            :target: https://pypi.org/project/simple-photo-gallery-bulkcreation/
        
        =================================
        simple-photo-gallery-bulkcreation
        =================================
        
        Plugin for the `Simple Photo Gallery <https://github.com/haltakov/simple-photo-gallery>`_
        which provides an config based bulk creation of multiple galleries from multiple folders of photos.
        
        Description
        ===========
        
        This plugin comes with a further command for the `Simple Photo Gallery <https://github.com/haltakov/simple-photo-gallery>`_:
        `gallery-bulkcreation`
        
        Installation
        ============
        
        .. code-block::
        
           pip install simple-photo-gallery-bulkcreation
        
        Configuration file
        ==================
        
        The configuration file is in a simple ini format.
        At first there has to be a general DEFAULT section with some general setting.
        Then there is one section per gallery.
        
        .. code-block::
        
            [DEFAULT]
            gallery_root = /home/max/gallery
            title = Vacation
            description = The best days of the year
            title_photo = /home/max/Pictures/Mexico2017/2017-11-01_15-51-29.jpg
            title_photo_offset = 20
        
            [Oman 2020]
            description = Some days in the orient
            image_source = /home/max/Pictures/Oman2020
            background_photo = 2020-02-02_18-40-33.jpg
            background_photo_offset = 50
        
            [Greece 2019]
            description = Island hoping in Greece
            image_source = /home/max/Pictures/Greek2019
            background_photo = 2019-09-02_11-37-01.jpg
        
        Usage
        =====
        
        .. code-block::
        
            gallery-bulkcreation config-example.ini
        
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/x-rst; charset=UTF-8
