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
- Host: GitHub
- URL: https://github.com/ashcrow/release-dashboard
- Owner: ashcrow
- License: gpl-3.0
- Created: 2018-02-13T19:11:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T14:54:56.000Z (about 7 years ago)
- Last Synced: 2025-02-13T18:27:48.394Z (4 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Release Dashboard
[](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
```