Metadata-Version: 2.2
Name: bisos.vagrantBaseBoxes
Version: 0.16
Summary: bisos.vagrantBaseBoxes: Facilities for Creating and Managing Vagrant Packer Base Boxes
Author: Mohsen Banan
Author-email: libre@mohsen.1.banan.byname.net
Maintainer: Mohsen Banan
Maintainer-email: libre@mohsen.1.banan.byname.net
License: AGPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: bisos
Requires-Dist: bisos.b
Requires-Dist: bisos.common
Requires-Dist: bisos.csPlayer
Requires-Dist: bisos.debian
Requires-Dist: bisos.sbom
Requires-Dist: setuptools==75.8.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

======================================================================================
bisos.vagrantBaseBoxes: Facilities for Creating and Managing Vagrant Packer Base Boxes
======================================================================================

.. contents::
   :depth: 3
..

Overview
========

*bisos.vagrantBaseBoxes* provides various facilities for creation and
management of Vagrant Packer Base Boxes.

*bisos.vagrantBaseBoxes* is a python package that uses the
`PyCS-Framework <https://github.com/bisos-pip/pycs>`__ for its
implementation. It is a BISOS-Capability and a Standalone-BISOS-Package.

Much of *bisos.vagrantBaseBoxes* is based on
https://github.com/rgl/debian-vagrant but our general data driven
approach is different.

Package Documentation At Github
===============================

The information below is a subset of the full of documentation for this
bisos-pip package. More complete documentation is available at:
https://github.com/bisos-pip/capability-cs

.. _table-of-contents:

Table of Contents TOC
=====================

-  `Overview <#overview>`__
-  `Package Documentation At
   Github <#package-documentation-at-github>`__
-  `About vagrantBaseBoxes Data (packer base box
   specifications) <#about-vagrantbaseboxes-data-packer-base-box-specifications>`__
-  `Part of BISOS — ByStar Internet Services Operating
   System <#part-of-bisos-----bystar-internet-services-operating-system>`__
-  `bisos.vagrantBaseBoxes as a Standalone Piece of
   BISOS <#bisosvagrantbaseboxes-as-a-standalone-piece-of-bisos>`__
-  `Installation <#installation>`__

   -  `Installation With pip <#installation-with-pip>`__
   -  `Installation With pipx <#installation-with-pipx>`__

-  `Usage <#usage>`__

   -  `First Install the packer box
      specifications. <#first-install-the-packer-box-specifications>`__
   -  `vagrantBoxProc.cs Menu <#vagrantboxproccs-menu>`__

-  `Support <#support>`__
-  `Planned Improvements <#planned-improvements>`__

About vagrantBaseBoxes Data (packer base box specifications)
============================================================

*bisos.vagrantBaseBoxes* is data driven. By itself it is useless. It
operates on well structured directories which contain packer base box
specifications.

In BISOS, the packer base box specifications are in the form of a BISOS
Repo Object (BRO). The github url for the BRO is:

https://github.com/bxObjects/bro_vagrantDebianBaseBoxes

In BISOS, the defaults are:

.. code:: bash

   cd /bisos/git/bxRepos/bxObjects
   git clone https://github.com/bxObjects/bro_vagrantDebianBaseBoxes.git

You can clone that repo anywhere and then just adjust the command line
path to it.

Part of BISOS — ByStar Internet Services Operating System
=========================================================

| Layered on top of Debian, **BISOS**: (By\* Internet Services Operating
  System) is a unified and universal framework for developing both
  internet services and software-service continuums that use internet
  services. See `Bootstrapping ByStar, BISOS and
  Blee <https://github.com/bxGenesis/start>`__ for information about
  getting started with BISOS.
| **BISOS** is a foundation for **The Libre-Halaal ByStar Digital
  Ecosystem** which is described as a cure for losses of autonomy and
  privacy in a book titled: `Nature of
  Polyexistentials <https://github.com/bxplpc/120033>`__

bisos.vagrantBaseBoxes as a Standalone Piece of BISOS
=====================================================

bisos.vagrantBaseBoxes is a standalone piece of BISOS. It can be used as
a self-contained Python package separate from BISOS. Follow the
installation and usage instructions below for your own use.

Installation
============

The sources for the bisos.vagrantBaseBoxes pip package are maintained
at: https://github.com/bisos-pip/vagrantBaseBoxes.

The bisos.vagrantBaseBoxes pip package is available at PYPI as
https://pypi.org/project/bisos.vagrantBaseBoxes

You can install bisos.vagrantBaseBoxes with pip or pipx.

Installation With pip
---------------------

If you need access to bisos.vagrantBaseBoxes as a python module, you can
install it with pip:

.. code:: bash

   pip install bisos.vagrantBaseBoxes

Installation With pipx
----------------------

If you only need access to bisos.vagrantBaseBoxes on command-line, you
can install it with pipx:

.. code:: bash

   pipx install bisos.vagrantBaseBoxes

The following commands are made available:

-  vagrantBaseBoxes-sbom.cs (Software Bill of Material)
-  vagrantBoxProc.cs

Usage
=====

First Install the packer box specifications.
--------------------------------------------

Clone the packer box specifications somewhere. Perhaps in your home
directory.

.. code:: bash

   git clone https://github.com/bxObjects/bro_vagrantDebianBaseBoxes.git

vagrantBoxProc.cs Menu
----------------------

Run:

.. code:: bash

   vagrantBoxProc.cs

Support
=======

| For support, criticism, comments and questions; please contact the
  author/maintainer
| `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:
  http://mohsen.1.banan.byname.net/contact

Planned Improvements
====================

-  Fully absorb all of lcaVagrantXX.sh
