Metadata-Version: 2.1
Name: cmdbase
Version: 0.0.1a2
Summary: Building blocks for a CMDB, leveraging Django and PostgreSql.
Author-email: Ipamo <dev@ipamo.net>
Project-URL: Homepage, https://gitlab.com/ipamo/cmdbase
Project-URL: Bug Tracker, https://gitlab.com/ipamo/cmdbase/issues
Keywords: cmdb
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11.2
Description-Content-Type: text/markdown
Requires-Dist: cmdbase-utils
Requires-Dist: django
Requires-Dist: djangorestframework
Requires-Dist: django-filter
Requires-Dist: django-js-choices
Requires-Dist: pyyaml
Requires-Dist: psycopg
Provides-Extra: all
Requires-Dist: django-import-export ; extra == 'all'

CMDBase
=======

Building blocks for a CMDB, leveraging Django and PostgreSql.

:warning: **This project is in very early alpha status. It is not suitable for production yet. Breaking API changes and modifications of key concepts are still very likely to occur.**


## Getting started

See [documentation](https://cmdbase.readthedocs.io/en/latest/) on _readthedocs.io_.

## Sources

See [source code](https://gitlab.com/ipamo/cmdbase) on _gitlab.com_.

## Packages

Packages are published on _pypi.org_:

- [cmdbase](https://pypi.org/project/cmdbase): main Django application.
- [cmdbase-utils](https://pypi.org/project/cmdbase-utils): shared utilities for CMDBase and command-line tool interacting with the REST API.
- [cmdbase-datacore](https://pypi.org/project/cmdbase-datacore): Datacore collector for CMDBase.
- [cmdbase-vmware](https://pypi.org/project/cmdbase-vmware): VMWare collector for CMDBase.

## License

This project is licensed under the terms of the [MIT license](https://gitlab.com/ipamo/cmdbase/-/blob/main/LICENSE.txt).
