An open API service indexing awesome lists of open source software.

https://github.com/ashcrow/release-dashboard

Fedora Atomic 2 Week Release Dashboard
https://github.com/ashcrow/release-dashboard

Last synced: about 2 months ago
JSON representation

Fedora Atomic 2 Week Release Dashboard

Awesome Lists containing this project

README

        

# Release Dashboard
[![Build Status](https://travis-ci.org/ashcrow/release-dashboard.svg)](https://travis-ci.org/ashcrow/release-dashboard)

## Requirements

- python3
- python3-libguestfs
- bs4 (python3-beautifulsoup4)
- requests (python3-requests)

## Install

### Source
```
# Install libguestfs. It's not part of pypi.
$ sudo dnf install -y python3-libguestfs
...
# Install the needed libraries (use --user if not in virtualenv)
$ pip install -r requirements.txt
# Install the code
$ python setup.py install
```