Metadata-Version: 1.1
Name: asphalt-mongodb
Version: 3.0.0
Summary: MongoDB integration component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-mongodb
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Description: .. image:: https://travis-ci.org/asphalt-framework/asphalt-mongodb.svg?branch=master
          :target: https://travis-ci.org/asphalt-framework/asphalt-mongodb
          :alt: Build Status
        .. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-mongodb/badge.svg?branch=master
          :target: https://coveralls.io/github/asphalt-framework/asphalt-mongodb?branch=master
          :alt: Code Coverage
        
        This Asphalt framework component provides connectivity to MongoDB_ database servers.
        
        It is a wrapper for the Motor_ library.
        
        .. _MongoDB: https://www.mongodb.com/
        .. _Motor: https://github.com/mongodb/motor
        
        Project links
        -------------
        
        * `Documentation <http://asphalt-mongodb.readthedocs.org/en/latest/>`_
        * `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
        * `Source code <https://github.com/asphalt-framework/asphalt-mongodb>`_
        * `Issue tracker <https://github.com/asphalt-framework/asphalt-mongodb/issues>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
