Skip to content

brngylni/webhook-to-fedora-messaging

 
 

Repository files navigation

Webhook to Fedora Messaging

Installation

For development

  1. Install the supported version of Python, Virtualenv, Git and Poetry on your Fedora Linux installation.

    $ sudo dnf install python3
    
    $ sudo dnf install virtualenv
    
    $ sudo dnf install git
    
    $ sudo dnf install poetry
    
  2. Clone the repository to your local storage and make it your present working directory.

    $ git clone https://github.com/fedora-infra/webhook-to-fedora-messaging.git
    
    $ cd webhook-to-fedora-messaging
    
  3. Establish a virtual environment within the directory and activate for installing dependencies.

    $ virtualenv venv
    
    $ source venv/bin/activate
    
  4. Check the validity of the project configuration file and begin install the dependencies.

    (venv) $ poetry check
    
    (venv) $ poetry install
    

From cookiecutter template

This is where you describe Webhook to Fedora Messaging.

The full documentation is on ReadTheDocs.

You can install it from PyPI.

PyPI Supported Python versions Build status Documentation

About

Webhook To Fedora Messaging Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • Shell 4.9%
  • Mako 4.4%