Metadata-Version: 2.1
Name: macapi
Version: 1.0.2
Summary: scripts written to interact with mongodb cloud api
Home-page: https://bitbucket.org/dmcna005/macapi
Author: Dwayne McNab
Author-email: dwayneexec@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Intended Audience :: Developers
Requires-Dist: requests

======
macapi
======

|Python 27|

**What is macapi?** macapi is a tool used to easily access MongoDB Atlas using resful api call. It's primarily used to easilty adminsiter Atlas instances and group.







.. figure:: https://bitbucket.org/dmcna005/macapi/raw/85cc9968c8b35ab5b675eecb7bf56dc6ab69fee6/macapi.png
   :alt: mtools box

**The following scripts makes up the macapi toolkit**:


`alerts <https://ftdcorp.atlassian.net/wiki/spaces/DBA/pages/166232797/Alerts>`__
  Used to get and create alert configuration for a single group


`ip_whitelist <https://ftdcorp.atlassian.net/wiki/spaces/DBA/pages/166560671/IP+Whitelist>`__
  Create, delete, update and getip whitelist information for a single group.

**Requirements and Installation Instructions**

For installation instructions please visit the the `installation page
<https://ftdcorp.atlassian.net/wiki/spaces/DBA/pages/166560639/Installation>`__.

**Thinking about contributing?**

Please read the `contribution page <https://ftdcorp.atlassian.net/wiki/spaces/DBA/pages/166495041/Contribution>`__.


.. |Python 27| image:: https://img.shields.io/badge/Python-2.7-brightgreen.svg?style=flat
   :target: http://python.org


