Metadata-Version: 2.1
Name: django-minipages
Version: 0.1.0
Summary: Django application for managing simple web pages.
Home-page: https://www.pascalpepe.com/en/projects/django-minipages/
Author: Pascal Pepe
Author-email: contact@pascalpepe.fr
License: Apache-2.0
Project-URL: Documentation, https://pascalpepe.gitlab.io/django-minipages
Project-URL: Source code, https://gitlab.com/pascalpepe/django-minipages
Project-URL: Issue tracker, https://gitlab.com/pascalpepe/django-minipages/issues
Description: =========
        miniPages
        =========
        
        .. image:: https://img.shields.io/badge/license-Apache--2.0-blue.svg
           :alt: Apache-2.0
           :target: https://gitlab.com/pascalpepe/django-minipages/blob/main/LICENSE
        
        .. image:: https://img.shields.io/pypi/v/django-minipages
           :alt: PyPI
           :target: https://gitlab.com/pascalpepe/django-minipages/
        
        .. image:: https://gitlab.com/pascalpepe/django-minipages/badges/main/pipeline.svg
           :alt: Pipeline status
           :target: https://gitlab.com/pascalpepe/django-minipages/-/pipelines
        
        miniPages is a Django application for managing simple web pages.
        
        :Home: https://www.pascalpepe.com/en/projects/django-minipages/
        :Documentation: https://pascalpepe.gitlab.io/django-minipages
        :Source code: https://gitlab.com/pascalpepe/django-minipages
        :Issue tracker: https://gitlab.com/pascalpepe/django-minipages/issues
        
        
        Status
        ======
        
        This project is still in its initial development stage. Anything may change at
        any time.
        
        
        Supported versions of Python and Django
        =======================================
        
        ======= ===================================
        Django  Python
        ======= ===================================
        2.2 LTS 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
        ------- -----------------------------------
        3.1     3.6, 3.7, 3.8
        ======= ===================================
        
        
        Documentation
        =============
        
        The documentation of this project is available at
        https://pascalpepe.gitlab.io/django-minipages.
        
        - `Getting started <https://pascalpepe.gitlab.io/django-minipages/getting-started.html>`_
        - `Module references <https://pascalpepe.gitlab.io/django-minipages/references/index.html>`_
        - `Release notes <https://pascalpepe.gitlab.io/django-minipages/releases/index>`_
        
        
        Licenses
        ========
        
        Source code
        -----------
        
        This project is licensed under the `Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
        
        Documentation
        -------------
        
        The documentation of this project is licensed under a `Creative Commons Attribution-ShareAlike 4.0 International License <https://creativecommons.org/licenses/by-sa/4.0/>`_.
        
        Code samples and snippets found in the documentation are licensed under
        the Apache License 2.0, same as the project source code.
        
Keywords: django pages
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/x-rst
