Metadata-Version: 2.4
Name: apkg
Version: 1.0.0
Summary: cross-distro upstream packaging automation tool
Home-page: https://gitlab.nic.cz/packaging/apkg
Author: Jakub Ružicka
Author-email: Jakub Ružička <jru@debian.org>
License: MIT
Project-URL: Documentation, https://gitlab.nic.cz/packaging/apkg/-/blob/master/README.md
Project-URL: Issues, https://gitlab.nic.cz/packaging/apkg/-/issues
Project-URL: Source, https://gitlab.nic.cz/packaging/apkg
Keywords: packaging,devops,CI,cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: beautifulsoup4
Requires-Dist: blessed
Requires-Dist: cached_property
Requires-Dist: click
Requires-Dist: distro
Requires-Dist: jinja2
Requires-Dist: packaging
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: toml
Dynamic: license-file

# apkg

**apkg** is a free and open source minimalist cross-distro **upstream packaging
automation tool** aimed at producing high quality native packages for many
different OS distributions/packaging systems directly from upstream sources with
minimum overhead while respecting individual distros' standards and policies.

It's a stable CLI optimized for both CI systems and terminal.

Please read the [docs]:

# [apkg docs online][docs]

## [apkg docs on GitLab](https://gitlab.nic.cz/packaging/apkg/-/blob/master/docs/index.md)

## apkg docs from sources

See `docs/index.md` and other files in `docs/` directory.

You can also render docs into HTML using `mkdocs`:

    pip install -r doc-requirements.txt
    mkdocs build
    browser site/index.html

#### read the [docs] and have a nice packaging ᕕ( ᐛ )ᕗ


[docs]: https://pkg.labs.nic.cz/pages/apkg
