Metadata-Version: 2.1
Name: prophetess-null
Version: 1.0.1
Summary: Debug plugin for Prophetess
Home-page: https://github.com/vapor-ware/prophetess-null
Author: Marco Ceppi
Author-email: marco@vapor.io
License: GNU General Public License v3.0
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 🧙‍♀️ Prophetess Null Plugin

[Prophetess](https://github.com/vapor-ware/prophetess) plugin for debugging data

# 🚀 Installation

```sh
pip install prophetess-null
```

# 🔧 Configuration

There is currently no configuration for any of the provided Null modules

## Extractor


## Loader


## Transformer


# 🧰 Development

Please fork this project and create a new branch to submit any changes. While not required, it's highly recommended to first create an issue to propose the change you wish to make. Keep pull requests well scoped to one change / feature.

This project uses `tox` + `pytest` to unit test and lint code. Use the following commands to validate your changes aren't breaking:

```sh
tox --cov-report term-missing
tox -e lint
```


