Metadata-Version: 1.1
Name: pylint-mongoengine
Version: 0.2.1
Summary: A Pylint plugin to help Pylint understand the MongoEngine
Home-page: https://github.com/jucacrispim/pylint-mongoengine
Author: Juca Crispim
Author-email: juca@poraodojuca.net
License: GPLv2
Description: Pylint-mongoengine is a pylint plugin for mongoengine and mongomotor. Inspired
        by the pylint-django plugin.
        
        
        Install
        =======
        
        Install it using pip:
        
        ```sh
           $ pip install pylint-mongoengine
        ```
        
        
        Usage
        =====
        
        From the command line use the ``--load-plugins`` parameter:
        
        ```sh
           $ pylint --load-plugins=pylint_mongoengine mycode/
        ```
        
        or add ``load-plugins=pylint_mongoengine`` to your pylintrc file
        
Keywords: pylint,mongoengine,plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
