mdapi (for metadata API) is a simple API aiming at providing as fast as possible the information contained in the metadata files generated for RPM repositories. It is currently deployed at: https://apps.fedoraproject.org/mdapi
You can contribute to mdapi with bug reports or pull requests at: https://pagure.io/mdapi
If you wish to set up a development instance of this project, follow these steps:
dnf install python-virtualenvwrapper
mkvirtualenv mdapi
pip install -r requirements.txt
mdapi-get_repo_md mdapi/default_config.py
./mdapi-run
..note: This project is python3 only