Metadata-Version: 1.1
Name: django-globus-portal-framework
Version: 0.4.0a2
Summary: A framework for collating Globus Search data for use with various Globus services. 
Home-page: https://github.com/globusonline/django-globus-portal-framework
Author: Globus Team
Author-email: support@globus.org
License: apache 2.0
Description: Django Globus Portal Framework
        ==============================
        
        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
        ------------
        
        Django Globus Portal Framework is not yet on PyPi, and requires installation through
        github. You can install the version you want via tags.
        
        Get the latest features on the main branch:
        
        .. code-block::
        
          pip install -U -e git+https://github.com/globus/django-globus-portal-framework@main#egg=django-globus-portal-framework
        
        For older stable releases, you can specify the tag:
        
        .. code-block::
        
          pip install -U -e git+https://github.com/globus/django-globus-portal-framework@v0.3.22#egg=django-globus-portal-framework
        
        
        Documentation
        -------------
        
        Checkout the `docs on S3 here <https://django-globus-portal-framework.s3.us-east-2.amazonaws.com/index.html>`_.
        
        
Keywords: globus,file transfer,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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
