bisos.transit: isc python modules accessible through the bisos.transit namesapce. Used in bisos and also generally available.
Project description
Panel Controls:: Show-All Overview Content | (1) | S&Q Save Quit Bury Links: file:./panels/_nodeBase_/fullUsagePanel-en.org (Package Panel)
Overview
bisos.transit is a python package that uses the PyCS-Framework for NOTYET. It is a BISOS-Capability and a Standalone-BISOS-Package.
bisos.transit is based on PyCS-Foundation and can be used both as a Command and as a Service (invoke/perform model of remote operations) using RPYC for central management of multiple systems.
Table of Contents TOC
About 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 for information about getting started with BISOS.
bisos.transit as a PyCS facility is a small piece of a much bigger picture. BISOS is a foundation for The Libre-Halaal ByStar Digital Ecosystem which is described as a cure for losses of autonomy and privacy that we are experiencing in a book titled: Nature of Polyexistentials
bisos.transit is a Command Services (PyCS) Facility
bisos.transit can be used locally on command-line or remotely as a service. bisos.transit is a PyCS multi-unit command-service. PyCS is a framework that converges developement of CLI and Services. PyCS is an alternative to FastAPI, Typer and Click.
bisos.transit uses the PyCS Framework to:
Provide access to transit facilities through native python.
Provide local access to transit facilities on CLI.
Provide remote access to transit facilities through remote invocation of python Expection Complete Operations using rpyc.
Provide remote access to transit facilities on CLI.
What is unique in the PyCS-Framework is that these four models are all a single abstraction.
The core of PyCS-Framework is the bisos.b package (the PyCS-Foundation). See https://github.com/bisos-pip/b for an overview.
Uses of bisos.transit
Within BISOS, bisos.transit is used as a common facility.
bisos.transit as a Standalone Piece of BISOS
bisos.transit is a standalone piece of BISOS. It can be used as a self-contained Python package separate from BISOS. Follow the installtion and usage instructions below for your own use.
Installation
The sources for the bisos.transit pip package is maintained at: https://github.com/bisos-pip/transit.
The bisos.transit pip package is available at PYPI as https://pypi.org/project/bisos.transit
You can install bisos.transit with pip or pipx.
With pip
If you need access to bisos.transit as a python module, you can install it with pip:
pip install bisos.transit
With pipx
If you only need access to bisos.transit as a command on command-line, you can install it with pipx:
pipx install bisos.transit
The following commands are made available:
transit.cs
roInv-transit.cs
roPerf-transit.cs
These are all one file with 3 names. roInv-transit.cs and roPerf-transit.cs are sym-links to transit.cs
Usage
Locally (system command-line)
transit.cs can be invoked directly as
bin/transit.cs
Remotely (as a service – Performer+Invoker)
You can also run
Performer
Run performer as:
bin/roPerf-transit.cs
Invoker
Run invoker as:
bin/roInv-transit.cs
Use by Python script
The primary API for bisos.transit is ./bisos/transit/transit-csu.py. It is self documented in COMEEGA.
Documentation and Blee-Panels
bisos.transit is part of ByStar Digital Ecosystem http://www.by-star.net.
This module’s primary documentation is in the form of Blee-Panels. Additional information is also available in: http://www.by-star.net/PLPC/180047
bisos.transit Blee-Panels
bisos.transit Blee-Panles are in ./panels directory. From within Blee and BISOS these panles are accessible under the Blee “Panels” menu.
Support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.