Metadata-Version: 2.1
Name: proman-common
Version: 0.1.1a2
Summary: GitHub based package manager.
Home-page: https://github.com/python-proman/proman-common
License: MPL-2.0
Keywords: package management
Author: Jesse P. Johnson
Author-email: jpj6652@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: dataclasses (>=0.8,<0.9); python_version >= "3.6" and python_version < "3.7"
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)
Description-Content-Type: text/markdown

# pkgmgr-github

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://spdx.org/licenses/MPL-2.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`

