Metadata-Version: 2.1
Name: argus-api
Version: 1.0.1
Summary: SDK for the Argus API
Home-page: https://mnemonic.no
License: ISC
Author: mnemonic
Author-email: opensource@mnemonic.no
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests (>=2.22.0,<3.0.0)
Description-Content-Type: text/markdown

Argus API
=========

This repository contains the Argus API SDK for Python!

Getting Started
---------------

This package is avaliable on PyPi, to get started you'll just need to use your
local `pip` installation!

```bash
pip install argus-api
```

Contributing
------------

If you wish to contribute to the project, please check out [CONTRIBUTING.md].


