Metadata-Version: 2.1
Name: python-snapify
Version: 0.2.0
Summary: Reversible package converter -- convert to and from snap packages
Home-page: https://github.com/jmelahman/python-snapify
Author: Jamison Lahman
Author-email: jamison@lahman.dev
License: MIT
Download-URL: https://github.com/jmelahman/python-snapify/archive/refs/tags/v0.2.0.tar.gz
Keywords: arch linux,pacman,snap,snapd,snapify
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# python-snapify

An executable to check if any packages installed with the host's package manager can be installed
as a [snap](https://snapcraft.io/) package.


## Install

Snapify is available as a [pypi package](https://pypi.org/project/python-snapify/).

```shell
pip install python-snapify
```

## Build

```shell
python setup.py sdist
```

### Deploy

```
twine upload dist/*
```


