Metadata-Version: 2.1
Name: aap-eda
Version: 1.0.5
Summary: 
Author: Red Hat, Inc.
Author-email: info@ansible.com
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: all
Provides-Extra: dev
Requires-Dist: channels[daphne]
Requires-Dist: cryptography
Requires-Dist: django (>=4.2,<4.3)
Requires-Dist: django-ansible-base[authentication,channel-auth] @ git+https://github.com/ansible/django-ansible-base.git@2024.1.31
Requires-Dist: django-filter
Requires-Dist: django-rq
Requires-Dist: django-split-settings (>=1.2.0,<2.0.0)
Requires-Dist: djangorestframework
Requires-Dist: djangorestframework_simplejwt
Requires-Dist: drf-spectacular
Requires-Dist: dynaconf (>=3.1)
Requires-Dist: jinja2
Requires-Dist: kubernetes
Requires-Dist: podman (>=4.5)
Requires-Dist: psycopg2 ; extra == "all"
Requires-Dist: psycopg2-binary ; extra == "dev"
Requires-Dist: pydantic
Requires-Dist: rq
Requires-Dist: rq-scheduler (>=0.10,<0.11)
Description-Content-Type: text/markdown

![Maintained? yes](https://img.shields.io/badge/Maintained%3F-yes-green.svg)

[![codecov](https://codecov.io/gh/ansible/eda-server/graph/badge.svg?token=N6Z2DZGKGZ)](https://codecov.io/gh/ansible/eda-server)

[![GitHub Workflow Status](https://github.com/ansible/eda-server/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/ansible/eda-server/actions/workflows/ci.yaml?query=branch%3Amain)

![Python 3.9](https://img.shields.io/badge/Python-3.9-blue)
![Python 3.10](https://img.shields.io/badge/Python-3.10-blue)
![Python 3.11](https://img.shields.io/badge/Python-3.11-blue)

# Event Driven Ansible Controller

This repository contains the source code for the Event Driven Ansible Controller, aka EDA-Controller.

Licensed under [Apache Software License 2.0](LICENSE)

## How to install

Refer to the [deployment guide](docs/deployment.md) for further information if you want to install and run the application.

## Development environment

Refer to the [development guide](docs/development.md) for further information if you want to setup a development environment.

## Contributing

We ask all of our community members and contributors to adhere to the [Ansible code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
If you have questions or need assistance, please reach out to our community team at <codeofconduct@ansible.com>

Refer to the [Contributing guide](docs/contributing.md) for further information.

## Credits

EDA-Controller is sponsored by [Red Hat, Inc](https://www.redhat.com).

