Metadata-Version: 2.1
Name: nornir-http
Version: 0.1.3
Summary: http plugins for nornir
Home-page: https://github.com/InfrastructureAsCode-ch/nornir_http
License: Apache-2.0
Keywords: nornir,http,nornir-plugin
Author: ubaumann
Author-email: github@m.ubaumann.ch
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx (>=0.24,<0.25)
Requires-Dist: nornir (>=3,<4)
Project-URL: Repository, https://github.com/InfrastructureAsCode-ch/nornir_http
Description-Content-Type: text/markdown

# nornir_http

Simple HTTP Task plugins for [nornir](https://github.com/nornir-automation/nornir/)


## Install

```bash
pip install nornir_http
```

## Tasks

- `http_method` - Simple task for sending http requests.


## Examples

Examples can be found in the file [`demo.py`](demo.py)
