Metadata-Version: 1.1
Name: PPM_Common
Version: 0.0.1
Summary: Tools for connection to mongodDB et Elasticsearch
Home-page: https://github.com/Histofig/PPM_Common
Author: Fanny
Author-email: fanny.esposito@histofig.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: PPM_Common 
        ========================================================
        
        Gives utilities to manage connexion to MongoDB database and Elasticsearch
        
        You can install with pip:
        
            pip install PPM_Common
        
        Example:
        
            >>> from PPM_Common import MongoConnexion
            >>> MongoConnexion(pathToConfigFile)
        
        Configuration file looks like :
        
            {
              "mongodb": {
                "host": "127.0.0.1",
                "host_port": 27017
              },
              "elastic": {
                "host": "127.0.0.1",
                "host_port": 9200,
                "mode":"dev"
              }
            }
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: French
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
