Metadata-Version: 2.1
Name: slamifest
Version: 1.0.0
Project-URL: Documentation, https://github.com/hreeder/slamifest#readme
Project-URL: Issues, https://github.com/hreeder/slamifest/issues
Project-URL: Source, https://github.com/hreeder/slamifest
Author-email: Harry Reeder <harry@harryreeder.co.uk>
License-Expression: MIT
License-File: LICENSE.txt
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: halo
Requires-Dist: keyring
Requires-Dist: requests
Description-Content-Type: text/markdown

# slamifest

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

-----

`slamifest` is a command line tool to help work with Slack App Manifests.


**Table of Contents**

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

## Installation

```console
pip install slamifest
```

## License

`slamifest` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
