Metadata-Version: 2.1
Name: proman-common
Version: 0.1.1a5
Summary: GitHub based package manager.
Home-page: https://github.com/python-proman/proman-common
License: LGPL-3.0
Keywords: package management
Author: Jesse P. Johnson
Author-email: jpj6652@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: gnome
Provides-Extra: kde
Requires-Dist: SecretStorage (>=3.3.1,<4.0.0); (sys_platform == "linux") and (extra == "gnome")
Requires-Dist: compendium[toml] (>=0.1.1-alpha.0,<0.2.0)
Requires-Dist: dbus-python (>=1.2.16,<2.0.0); (sys_platform == "linux") and (extra == "kde")
Requires-Dist: keyring (>=23.0.1,<24.0.0)
Requires-Dist: rich (>=12.0.1,<13.0.0)
Description-Content-Type: text/markdown

# pkgmgr-github

[![License](https://img.shields.io/badge/License-LGPL%203.0-blue.svg)](https://spdx.org/licenses/LGPL-3.0)
[![Build Status](https://travis-ci.org/kuwv/pkgmgr-github.svg?branch=master)](https://travis-ci.org/kuwv/pkgmgr-github)
[![codecov](https://codecov.io/gh/kuwv/pkgmgr-github/branch/master/graph/badge.svg)](https://codecov.io/gh/kuwv/pkgmgr-github)

## Overview

GitHub based package manager.

## Install

`pip install proman.common`

