Metadata-Version: 2.1
Name: django-globus-portal-framework
Version: 0.4.2
Summary: A framework for collating Globus Search data for use with various Globus services. 
Home-page: https://github.com/globus/django-globus-portal-framework
Author: Globus Team
Author-email: support@globus.org
License: apache 2.0
Description: Django Globus Portal Framework
        ==============================
        
        .. image:: https://github.com/globus/django-globus-portal-framework/actions/workflows/tests.yml/badge.svg
            :target: https://github.com/globus/django-globus-portal-framework/actions
        
        .. image:: https://img.shields.io/pypi/v/django-globus-portal-framework.svg
            :target: https://pypi.python.org/pypi/django-globus-portal-framework
        
        .. image:: https://img.shields.io/pypi/wheel/django-globus-portal-framework.svg
            :target: https://pypi.python.org/pypi/django-globus-portal-framework
        
        .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
            :alt: License
            :target: https://opensource.org/licenses/Apache-2.0
        
        Globus Portal Framework is a collection of tools for quickly bootstrapping a
        portal for Globus Search. Use the guide below to get your portal running with
        Globus Auth and your custom search data. After that, you can make your data
        more accessible with Globus Transfer, or extend it how you want with your custom
        workflow.
        
        Installation
        ------------
        
        You can install Django Globus Portal Framework using Pip:
        
        .. code-block::
        
          pip install django-globus-portal-framework
        
        For our latest development version, you can install the pre-release
        
        .. code-block::
        
          pip install -U --pre django-globus-portal-framework
        
        
        See the `Read The Docs page <https://django-globus-portal-framework.readthedocs.io/en/stable/>`_.
        
        
Keywords: globus,django
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
