Metadata-Version: 2.1
Name: packitos
Version: 0.59.0
Summary: A set of tools to integrate upstream open source projects into Fedora operating system.
Home-page: https://github.com/packit/packit
Author: Red Hat
Author-email: user-cont-team@redhat.com
License: MIT
Description: <!-- markdownlint-disable MD033 MD041 -->
        <p align="center">
          <img src="design/export/logo-no-borders.png" width="100" />
          <h1 align="center">Packit</h1>
        </p>
        
        [![Build Status](https://zuul-ci.org/gated.svg)](https://softwarefactory-project.io/zuul/t/local/builds?project=packit-service/packit)
        [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
        
        Packit is a CLI tool that helps developers auto-package upstream projects
        into Fedora operating system.
        
        You can use packit to continously build your upstream project in Fedora.
        
        With packit you can create SRPMs, open pull requests in dist-git, submit koji builds and even create bodhi updates, effectively replacing the whole Fedora packaging workflow.
        
        ---
        
        ## To start using Packit
        
        See our [documentation](https://packit.dev/docs/guide/)
        
        ## To start developing Packit
        
        The [Contributing Guidelines](CONTRIBUTING.md) hosts all information you need to know to contribute to code and documentation, run tests and additionnal configuration.
        
        ## Workflows covered by packit
        
        This list contains workflows covered by packit tool and links to the documentation.
        
        - [Update Fedora dist-git with an upstream release.](https://packit.dev/docs/cli/propose-downstream/)
        - [Build content of a Fedora dist-git branch in koji.](https://packit.dev/docs/cli/build/)
        - [Create a bodhi update.](https://packit.dev/docs/cli/create-bodhi-update/)
        - [Create a SRPM from the current content in the upstream repository.](https://packit.dev/docs/cli/srpm/)
        - [Sync content of the Fedora dist-git repo into the upstream repository.](https://packit.dev/docs/cli/sync-from-downstream/)
        
        ## Requirements
        
        Packit is written in python 3 and is supported only on 3.6 and later.
        
        ## Installation
        
        For complete informations on how to start using packit, please [click here](https://packit.dev/docs/guide/#have-packit-tooling-installed-locally).
        
        ## User configuration file
        
        User configuration file for packit is described [here](http://packit.dev/docs/configuration/#user-configuration-file).
        
        ## Who is interested
        
        For the up to date list of projects which are using packit, [click here](https://dashboard.packit.dev/projects).
        
        ## Logo design
        
        Created by `Marián Mrva` - [@surfer19](https://github.com/surfer19)
        
Keywords: git,packaging,fedora,rpm,dist-git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: testing
