Coder Social home page Coder Social logo

pymongo-auth-aws's Introduction

pymongo-auth-aws

Info:MONGODB-AWS authentication support for PyMongo. See GitHub for the latest source.
Author: Shane Harvey

About

MONGODB-AWS authentication support for PyMongo. pymongo-auth-aws uses botocore and requests.

Support / Feedback

For issues with, questions about, or feedback for pymongo-auth-aws, please look into our support channels. Please do not email any of the pymongo-auth-aws developers directly with issues or questions - you're more likely to get an answer on the MongoDB Community Forums.

Bugs / Feature Requests

Think you’ve found a bug? Want to see a new feature in pymongo-auth-aws? Please open a case in our issue management tool, JIRA:

Bug reports in JIRA for all driver projects (i.e. PYTHON, CSHARP, JAVA) and the Core Server (i.e. SERVER) project are public.

How To Ask For Help

Issues with, questions about, or feedback for pymongo-auth-aws should be sent to the MongoDB Community Forums.

Please include all of the following information when opening an issue:

  • Detailed steps to reproduce the problem, including full traceback, if possible.

  • The exact python version used, with patch level:

    $ python -c "import sys; print(sys.version)"
    
  • The exact version of pymongo-auth-aws used:

    $ python -c "import pymongo_auth_aws; print(pymongo_auth_aws.__version__)"
    
  • The exact version of PyMongo used:

    $ python -c "import pymongo; print(pymongo.version); print(pymongo.has_c())"
    
  • The operating system and version (e.g. Windows 10, OSX 10.15, ...)

  • Web framework or asynchronous network library used, if any, with version (e.g. Django 3.0, mod_wsgi 4.7.1, gevent 20.5.2, Tornado 6.0.4, ...)

Security Vulnerabilities

If you've identified a security vulnerability in a driver or any other MongoDB project, please report it according to the instructions here.

Installation

pymongo-auth-aws can be installed with pip:

$ python -m pip install pymongo-auth-aws
$ python -c "import pymongo_auth_aws; print(pymongo_auth_aws.__version__)"
1.0.0

Installing from source

To install pymongo-auth-aws from source:

$ git clone [email protected]:mongodb/pymongo-auth-aws.git
$ python -m pip install ./pymongo-auth-aws

Dependencies

pymongo-auth-aws supports CPython 2.7, 3.4+, PyPy, and PyPy3.5+.

pymongo-auth-aws requires botocore and requests.

Testing

To run the test suite:

$ python setup.py test

pymongo-auth-aws's People

Contributors

shaneharvey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.