Metadata-Version: 1.1
Name: monk
Version: 0.3.1
Summary: A lightweight schema/query framework for MongoDB
Home-page: http://bitbucket.org/neithere/monk/
Author: Andrey Mikhaylenko
Author-email: neithere@gmail.com
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/monk/get/tip.zip
Description: Monk
        ====
        
        `Monk` is a lightweight schema/query framework for MongoDB.
        
        See also Doqu if you need a backend-agnostic tool.
        
        Installation
        ------------
        
            $  pip install monk
        
        Documentation
        -------------
        
        See the `complete documentation`_ for details. 
        
        .. _complete documentation: http://packages.python.org/monk
        
        Author
        ------
        
        Originally written by Andrey Mikhaylenko since 2011.
        
        Please feel free to submit patches, report bugs or request features:
        
            http://bitbucket.org/neithere/monk/issues/
        
        Licensing
        ---------
        
        Monk is free software: you can redistribute it and/or modify
        it under the terms of the GNU Lesser General Public License as published
        by the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        Monk is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Lesser General Public License for more details.
        
        You should have received a copy of the GNU Lesser General Public License
        along with Monk.  If not, see <http://gnu.org/licenses/>.
        
Keywords: mongo mongodb document query database api model models orm odm document-oriented non-relational nosql validation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: python (>= 2.7)
Provides: monk
