Metadata-Version: 2.4
Name: mycmdb
Version: 0.0.1
Summary: Simple small personal CMDB for everyone
Project-URL: Homepage, https://github.com/ramongilmoreno/mycmdb
Project-URL: Issues, https://github.com/ramongilmoreno/mycmdb/issues
Author-email: Ramón Gil Moreno <ramongilmoreno@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: jinja2
Description-Content-Type: text/markdown

mycmdb

# Quick start guide

    $ ./env.sh
    $ ./run.sh

Products will be found in the build/ directory.

# Introduction

mycmdb is a personal Configuration (or Content?) Management DataBase.

The core of the tool is a [relational
model](https://en.wikipedia.org/wiki/Relational_model) feed with data from
either static files, or data generated/produced/obtained by a
[Python](https://www.python.org) program.

The data is stored into an internal database (based on [sqlite
3](https://www.sqlite.org)) which is then exploited by _reports_ or
_generators_ that renders the source data into useful products.

# Who is it for?

The user of the mycmdb tool is the one collecting the information, configuring
cmdb and triggering the execution of the tool to generate the products.

If you any of these activities is alien to you, the this tool **is not for
you**.

# What mycmdb is not?

It is not an online service.

It is out of the scope of this project providing an online access to the
features of this tool.

