Metadata-Version: 2.1
Name: ninjarmmpy
Version: 0.1.0
Summary: Unofficial API client wrapper around v2 of the NinjaRMM API
Home-page: https://github.com/ak9999/ninjarmmpy
Author: Abdullah 'AJ' Khan
Author-email: aj@ajkhan.me
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.23.0)

# NinjaRMMPy

## What is this repository for?

Unoffical [NinjaRMM API v2](https://ninjarmm.com/dev-api/) client for Python.

v2 API docs available here: https://app.ninjarmm.com/apidocs/

Inspired by [py-ninjarmm-api-client](https://pypi.org/project/py-ninjarmm-api-client/)

This library is far from finished.

## Requirements

* Python 3
* [Requests](https://pypi.org/project/requests/)

## Installation

Installing directly from [PyPI](https://pypi.org/project/ninjarmmpy/):

`pip install ninjarmmpy`

You can install straight from the master branch by running:

`pip install git+https://github.com/ak9999/ninjarmmpy.git`

