Metadata-Version: 1.0
Name: dj-mongo-database-url
Version: 0.1.1
Summary: Use MongoDB Database URLs in your Django Application.
Home-page: https://github.com/RyanBalfanz/django-mongo-database-url
Author: Ryan Balfanz
Author-email: ryan@ryanbalfanz.net
License: UNKNOWN
Description: Django Mongo Database URL
        =========================
        
        Build Status:
        
         - Master: [![Build Status (master)](https://travis-ci.org/RyanBalfanz/django-mongo-database-url.png?branch=master)](https://travis-ci.org/RyanBalfanz/django-mongo-database-url)
        
         - Develop: [![Build Status (develop)](https://travis-ci.org/RyanBalfanz/django-mongo-database-url.png?branch=develop)](https://travis-ci.org/RyanBalfanz/django-mongo-database-url)
        
        
        This is a copycat of kennethreitz/dj-database-url specifically for MongoDB URIs.
        
        Installation
        ------------
        
        pip install dj-mongo-database-url
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
