Metadata-Version: 2.1
Name: spkg
Version: 1.1.4
Summary: SPKG (Simple Packager) - A command line tools for building and uploading python packages.
Project-URL: Documentation, https://github.com/xuanzhi33/spkg#readme
Project-URL: Issues, https://github.com/xuanzhi33/spkg/issues
Project-URL: Source, https://github.com/xuanzhi33/spkg
Author-email: xuanzhi33 <xuanzhi33@qq.com>
License-Expression: GPL-3.0-only
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: hatch
Description-Content-Type: text/markdown

# spkg

SPKG (Simple Packager) - A command line tools for building and uploading python packages.

[![PyPI - Version](https://img.shields.io/pypi/v/spkg.svg)](https://pypi.org/project/spkg)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/spkg.svg)](https://pypi.org/project/spkg)

-----

**Table of Contents**

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
pip install spkg
```

## Usage

Type `spkg -h` to see the help message.

Type `spkg [COMMAND] -h` to see the help message for a specific command.

## License

`spkg` is distributed under the terms of the [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html) license.

