Metadata-Version: 1.1
Name: django-tribe-client
Version: 0.0.1
Summary: Reusable Django app to connect servers with the Tribe web service at Dartmouth College
Home-page: https://bitbucket.org/greenelab/tribe-client
Author: Rene A. Zelaya
Author-email: Rene.Armando.Zelaya.Favila@dartmouth.edu
License: LICENSE.txt
Description: =====
        Django Tribe client
        =====
        
        Tribe client is a simple Django app to connect your server to the 'Tribe' web service
        (located at http://tribe.dartmouth.edu).
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "tribe-client" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'tribe-client',
            )
        
         
        2. Include the tribe-client URLconf in your project urls.py like this::
        
             url(r'^tribe_client/', include('tribe_client.urls')),
        
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
