Metadata-Version: 2.4
Name: lemur-plugin-utils
Version: 0.1.0rc2
Summary: A plugin for Lemur that allows users to import existing CA certificates into the system.
Author: Philippe Desmarais
Author-email: Philippe Desmarais <philippe.desmarais4@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: lemur>=1.7.0
Requires-Dist: flask>=2.3.0
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/desmaraisp/lemur-plugins
Project-URL: Issues, https://github.com/desmaraisp/lemur-plugins/issues
Description-Content-Type: text/markdown

# lemur-plugin-utils

This micropackage contains helper functions used by some [Lemur](https://github.com/netflix/lemur) plugins. It's not really intended to be used outside of that scope, and contains very little logic that you'd want to install in a project outside the aforementioned plugins. As such, I would suggest only using this as a transitive dep.

## Parent documentation
Please refer to the parent project's [documentation](https://github.com/desmaraisp/lemur-plugins) for more information

## Installation
This can be installed with a simple `pip install lemur-plugin-utils`, though since it depends on Lemur, you'll need a couple of dependencies such as gcc
