Metadata-Version: 2.1
Name: hopeit.config-manager
Version: 0.25.1
Summary: Hopeit Engine Config Manager Plugin
Author-email: Leo Smerling <contact@hopeit.com.ar>, Pablo Canto <contact@hopeit.com.ar>
License: Apache 2
Project-URL: Homepage, https://github.com/hopeit-git/hopeit.engine
Project-URL: CI: GitHub Actions, https://github.com/hopeit-git/hopeit.engine/actions?query=workflow
Project-URL: Docs: RTD, https://hopeitengine.readthedocs.io/en/latest/
Project-URL: GitHub: issues, https://github.com/hopeit-git/hopeit.engine/issues
Project-URL: GitHub: repo, https://github.com/hopeit-git/hopeit.engine
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.9
Description-Content-Type: text/plain
Requires-Dist: hopeit.engine[web]==0.25.1

# hopeit.engine config-manager plugin


This library is part of hopeit.engine:

> check: https://github.com/hopeit-git/hopeit.engine


### Install using hopeit.engine extras [config-manager]:

```
pip install hopeit.engine[config-manager]
```

### Include plugin configuration file when running `hopeit_server` in addition to your existing config files. 

```
hopeit_server ... --config-files=...,plugins/ops/config-manager/config/plugin-config.json,...
```

> Remember also to include the plugin config file, when using `hopeit_openapi` command line tool to create or update Open API spec file for your server

### Check added endpoints under Config Manager session:

```
http://host:port/api/docs
```
