Metadata-Version: 2.4
Name: grab-bin-dist
Version: 0.1.0
Summary: Parse an expression for selecting stages and tags
Project-URL: Homepage, https://devel.ringlet.net/sysutils/grab-bin-dist/
Project-URL: Changes, https://devel.ringlet.net/sysutils/grab-bin-dist/changes/
Project-URL: Issue Tracker, https://gitlab.com/ppentchev/grab-bin-dist/-/issues
Project-URL: Source Code, https://gitlab.com/ppentchev/grab-bin-dist
Author-email: Peter Pentchev <roam@ringlet.net>
License-Expression: BSD-2-Clause
License-File: LICENSES/BSD-2-Clause.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: click<9,>=8
Requires-Dist: packaging<25,>=23
Requires-Dist: pshlex<0.2,>=0.1
Requires-Dist: requests<3,>=2.28.1
Requires-Dist: run-isolated<0.2,>=0.1
Requires-Dist: tomli-w<2,>=1
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
SPDX-License-Identifier: BSD-2-Clause
-->

# grab-bin-dist - pack downloaded software into a binary archive

\[[Home][ringlet-home] | [GitLab][gitlab] | [PyPI][pypi] | [ReadTheDocs][readthedocs]\]

## Overview

The `grab-bin-dist` library provides a minimal framework for starting up
a clean-environment Docker container, fetch something from a remote site,
prepare it in custom ways, and then create a tarball that is suitable for
use as a source archive for e.g. Debian packaging.

## Contact

The `grab-bin-dist` library was written by [Peter Pentchev][roam].
It is developed in [a GitLab repository][gitlab].
This documentation is hosted at [Ringlet][ringlet-home] with a copy at [ReadTheDocs][readthedocs].

[roam]: mailto:roam@ringlet.net "Peter Pentchev"
[gitlab]: https://gitlab.com/ppentchev/grab-bin-dist "The grab-bin-dist GitLab repository"
[pypi]: https://pypi.org/project/grab-bin-dist/ "The grab-bin-dist Python Package Index page"
[readthedocs]: https://grab-bin-dist.readthedocs.io/ "The grab-bin-dist ReadTheDocs page"
[ringlet-home]: https://devel.ringlet.net/sysutils/grab-bin-dist/ "The Ringlet grab-bin-dist homepage"
