Metadata-Version: 1.1
Name: mongodog
Version: 0.1.1
Summary: 
MongoDog is a library designed to sniff out the things that your application is doing within
a mongo database. It plugs itself in between your app and pymongo and logs all of the commands
that your application sends to the server.

Home-page: https://github.com/Paulius-Maruska/mongodog
Author: Paulius Maruška
Author-email: paulius.maruska@gmail.com
License: Copyright 2014 Paulius Maruška

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Description: mongodog
        ========
        
        A python library, that helps you sniff out your own code that is running on mongo (using pymongo or mongokit).
        
        Why?
        ====
        
        Mongo has profile functionality and it is great. Why do we need mongodog? Well, mongodog includes one very important
        feature that mongo profile doesn't - python traceback of the calling code. Sometimes you just need to know where the
        command is coming from.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
