Metadata-Version: 2.1
Name: kogia
Version: 0.1.0.dev2
Summary: Django toolbox.
Home-page: https://kogia.pascalpepe.com
Author: Pascal Pepe
Author-email: contact@pascalpepe.com
License: Apache-2.0
Project-URL: Documentation, https://pascalpepe.gitlab.io/kogia
Project-URL: Source code, https://gitlab.com/pascalpepe/kogia
Project-URL: Issue tracker, https://gitlab.com/pascalpepe/kogia/issues
Description: =====
        Kogia
        =====
        
        Kogia is a toolbox for Django.
        
        .. image:: https://img.shields.io/pypi/l/kogia
           :alt: Apache-2.0
           :target: https://gitlab.com/pascalpepe/kogia/blob/main/LICENSE
        
        .. image:: https://img.shields.io/pypi/v/kogia
           :alt: PyPI
           :target: https://pypi.org/project/kogia/
        
        .. image:: https://img.shields.io/pypi/pyversions/kogia
           :alt: Python
           :target: https://pypi.org/project/kogia/
        
        .. image:: https://img.shields.io/pypi/djversions/kogia?label=django
           :alt: Django
           :target: https://pypi.org/project/kogia/
        
        .. image:: https://gitlab.com/pascalpepe/kogia/badges/main/pipeline.svg
           :alt: Pipeline
           :target: https://gitlab.com/pascalpepe/kogia/-/pipelines
        
        
        Status
        ======
        
        1. This project is still in its initial development stage. Anything may change
           at any time.
        2. "Kogia" is a code name. The project will be renamed after its first stable
           release. Everything else will stay the same.
        
        
        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/kogia.
        
        - `Getting started <https://pascalpepe.gitlab.io/kogia/getting-started.html>`_
        - `Module references <https://pascalpepe.gitlab.io/kogia/references/index.html>`_
        - `Release notes <https://pascalpepe.gitlab.io/kogia/releases/index.html>`_
        
        
        Can I contribute?
        =================
        
        Please do! This project is open source, so contributions are very welcome! If
        you don't know how to proceed, here are some `contribution guidelines <https://gitlab.com/pascalpepe/kogia/-/blob/main/CONTRIBUTING.md>`_ that might help.
        
        
        Copyrights and licenses
        =======================
        
        Source code
        -----------
        
        Kogia is licensed under the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
        
        Documentation
        -------------
        
        The documentation of Kogia is licensed under a
        Creative Commons Attribution-ShareAlike 4.0 International License
        (`CC-BY-SA-4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_).
        
        Code samples and snippets found in the documentation are licensed under
        the Apache License, Version 2.0, same as the project source code.
        
        Logo
        ----
        
        The Kogia logo is Copyright (C) 2017-2020 Pascal Pepe.
        See https://gitlab.com/pascalpepe/assets for more information.
        
Keywords: django kogia
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
