bisos.bxoGitlab


Namebisos.bxoGitlab JSON
Version 0.20 PyPI version JSON
download
home_pagehttp://www.by-star.net/PLPC/180047
Summarybisos.bxoGitlab: Python Command-Services for managing GIT repositories of BPO (BISOS Portable Objects) using the gitlab API.
upload_time2024-08-17 00:59:54
maintainerMohsen Banan
docs_urlNone
authorMohsen Banan
requires_pythonNone
licenseAGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Panel Controls:: `Show-All <elisp:(show-all)>`__
`Overview <elisp:(org-shifttab)>`__
`Content <elisp:(progn (org-shifttab) (org-content))>`__ \|
`(1) <elisp:(delete-other-windows)>`__ \|
`S&Q <elisp:(progn (save-buffer) (kill-buffer))>`__
`Save <elisp:(save-buffer)>`__ `Quit <elisp:(kill-buffer)>`__
`Bury <elisp:(bury-buffer)>`__ Links:
`file:./panels/_nodeBase_/fullUsagePanel-en.org <./panels/_nodeBase_/fullUsagePanel-en.org>`__
(Package Panel)

Overview
========

bisos.bxoGitlab is a python package that uses the PyCS-Framework for
managing GIT repositories of BPO (BISOS Portable Objects).
bisos.bxoGitlab is layered on top of python-gitlab API.

It is a BISOS-Capability and a Standalone-BISOS-Package.

*bisos.bxoGitlab* 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:

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

-  `Overview <#overview>`__
-  `About BISOS — ByStar Internet Services Operating
   System <#about-bisos-----bystar-internet-services-operating-system>`__
-  `bisos.bxoGitlab is a Command-Services (PyCS)
   Facility <#bisosbxogitlab-is-a-command-services-pycs-facility>`__
-  `Uses of bisos.bxoGitlab <#uses-of-bisosbxogitlab>`__
-  `bisos.bxoGitlab as a Standalone Piece of
   BISOS <#bisosbxogitlab-as-a-standalone-piece-of-bisos>`__
-  `Installation <#installation>`__

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

-  `Usage <#usage>`__

   -  `Locally (system command-line) <#locally-system-command-line>`__
   -  `Remotely (as a service –
      Performer+Invoker) <#remotely-as-a-service----performerinvoker>`__

      -  `Performer <#performer>`__
      -  `Invoker <#invoker>`__

   -  `Use by Python script <#use-by-python-script>`__

      -  `bisos.bxoGitlab Source Code is in writen in COMEEGA
         (Collaborative Org-Mode Enhanced Emacs Generalized Authorship)
         – <#bisosbxogitlab-source-code-is-in-writen-in-comeega-collaborative-org-mode-enhanced-emacs-generalized-authorship----httpsgithubcombx-bleecomeega>`__\ https://github.com/bx-blee/comeega\ `. <#bisosbxogitlab-source-code-is-in-writen-in-comeega-collaborative-org-mode-enhanced-emacs-generalized-authorship----httpsgithubcombx-bleecomeega>`__
      -  `See
         ./bisos/bxoGitlab/bxoGitlab-csu.py <#see-bisosbxogitlabbxogitlab-csupy>`__

-  `Documentation and Blee-Panels <#documentation-and-blee-panels>`__

   -  `bisos.bxoGitlab Blee-Panels <#bisosbxogitlab-blee-panels>`__

-  `Support <#support>`__

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 <https://github.com/bxGenesis/start>`__ for information about
getting started with BISOS.

bisos.bxoGitlab/ 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 <https://github.com/bxplpc/120033>`__

bisos.bxoGitlab is a Command-Services (PyCS) Facility
=====================================================

bisos.bxoGitlab can be used locally on command-line or remotely as a
service. bisos.bxoGitlab 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.bxoGitlab uses the PyCS Framework to:

#. Provide access to bxoGitlab facilities through native python.
#. Provide local access to bxoGitlab facilities on CLI
#. Provide remote access to bxoGitlab facilities through remote
   invocation of python Expection Complete Operations using
   `rpyc <https://github.com/tomerfiliba-org/rpyc>`__.
#. Provide remote access to bxoGitlab facilities on CLI

What is unique in the PyCS Framework is that these four models are all a
single abstraction.

Uses of bisos.bxoGitlab
=======================

Within BISOS, bisos.bxoGitlab is used as a common facility.

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

bisos.bxoGitlab 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.bxoGitlab pip package is maintained at:
https://github.com/bisos-pip/bxoGitlab.

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

You can install bisos.bxoGitlab with pip or pipx.

With pip
--------

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

.. code:: bash

   pip install bisos.bxoGitlab

With pipx
---------

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

.. code:: bash

   pipx install bisos.bxoGitlab

The following commands are made available:

-  bxoGitlab.cs

Usage
=====

Locally (system command-line)
-----------------------------

``bxoGitlab.cs`` can be invoked directly as

.. code:: bash

   bin/bxoGitlab.cs

Remotely (as a service – Performer+Invoker)
-------------------------------------------

You can also run:

Performer
~~~~~~~~~

Run performer as:

.. code:: bash

   bin/roPerf-bxoGitlab.cs

Invoker
~~~~~~~

Run invoker as:

.. code:: bash

   bin/roInv-bxoGitlab.cs

Use by Python script
--------------------

bisos.bxoGitlab Source Code is in writen in COMEEGA (Collaborative Org-Mode Enhanced Emacs Generalized Authorship) – https://github.com/bx-blee/comeega.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

See ./bisos/bxoGitlab/bxoGitlab-csu.py
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Documentation and Blee-Panels
=============================

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.bxoGitlab Blee-Panels
---------------------------

bisos.bxoGitlab Blee-Panles are in ./panels directory. From within Blee
and BISOS these panles are accessible under the Blee "Panels" menu.

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

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.by-star.net/PLPC/180047",
    "name": "bisos.bxoGitlab",
    "maintainer": "Mohsen Banan",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "libre@mohsen.1.banan.byname.net",
    "keywords": null,
    "author": "Mohsen Banan",
    "author_email": "libre@mohsen.1.banan.byname.net",
    "download_url": "https://files.pythonhosted.org/packages/ea/1d/7d991a81d8e2fca0699da9aed5f0a328501363b89f0d00c46c03f5985e79/bisos.bxoGitlab-0.20.tar.gz",
    "platform": null,
    "description": "Panel Controls:: `Show-All <elisp:(show-all)>`__\n`Overview <elisp:(org-shifttab)>`__\n`Content <elisp:(progn (org-shifttab) (org-content))>`__ \\|\n`(1) <elisp:(delete-other-windows)>`__ \\|\n`S&Q <elisp:(progn (save-buffer) (kill-buffer))>`__\n`Save <elisp:(save-buffer)>`__ `Quit <elisp:(kill-buffer)>`__\n`Bury <elisp:(bury-buffer)>`__ Links:\n`file:./panels/_nodeBase_/fullUsagePanel-en.org <./panels/_nodeBase_/fullUsagePanel-en.org>`__\n(Package Panel)\n\nOverview\n========\n\nbisos.bxoGitlab is a python package that uses the PyCS-Framework for\nmanaging GIT repositories of BPO (BISOS Portable Objects).\nbisos.bxoGitlab is layered on top of python-gitlab API.\n\nIt is a BISOS-Capability and a Standalone-BISOS-Package.\n\n*bisos.bxoGitlab* is based on PyCS-Foundation and can be used both as a\nCommand and as a Service (invoke/perform model of remote operations)\nusing RPYC for central management of multiple systems.\n\n.. _table-of-contents:\n\nTable of Contents TOC\n=====================\n\n-  `Overview <#overview>`__\n-  `About BISOS \u2014 ByStar Internet Services Operating\n   System <#about-bisos-----bystar-internet-services-operating-system>`__\n-  `bisos.bxoGitlab is a Command-Services (PyCS)\n   Facility <#bisosbxogitlab-is-a-command-services-pycs-facility>`__\n-  `Uses of bisos.bxoGitlab <#uses-of-bisosbxogitlab>`__\n-  `bisos.bxoGitlab as a Standalone Piece of\n   BISOS <#bisosbxogitlab-as-a-standalone-piece-of-bisos>`__\n-  `Installation <#installation>`__\n\n   -  `With pip <#with-pip>`__\n   -  `With pipx <#with-pipx>`__\n\n-  `Usage <#usage>`__\n\n   -  `Locally (system command-line) <#locally-system-command-line>`__\n   -  `Remotely (as a service \u2013\n      Performer+Invoker) <#remotely-as-a-service----performerinvoker>`__\n\n      -  `Performer <#performer>`__\n      -  `Invoker <#invoker>`__\n\n   -  `Use by Python script <#use-by-python-script>`__\n\n      -  `bisos.bxoGitlab Source Code is in writen in COMEEGA\n         (Collaborative Org-Mode Enhanced Emacs Generalized Authorship)\n         \u2013 <#bisosbxogitlab-source-code-is-in-writen-in-comeega-collaborative-org-mode-enhanced-emacs-generalized-authorship----httpsgithubcombx-bleecomeega>`__\\ https://github.com/bx-blee/comeega\\ `. <#bisosbxogitlab-source-code-is-in-writen-in-comeega-collaborative-org-mode-enhanced-emacs-generalized-authorship----httpsgithubcombx-bleecomeega>`__\n      -  `See\n         ./bisos/bxoGitlab/bxoGitlab-csu.py <#see-bisosbxogitlabbxogitlab-csupy>`__\n\n-  `Documentation and Blee-Panels <#documentation-and-blee-panels>`__\n\n   -  `bisos.bxoGitlab Blee-Panels <#bisosbxogitlab-blee-panels>`__\n\n-  `Support <#support>`__\n\nAbout BISOS \u2014 ByStar Internet Services Operating System\n=======================================================\n\nLayered on top of Debian, **BISOS**: (By\\* Internet Services Operating\nSystem) is a unified and universal framework for developing both\ninternet services and software-service continuums that use internet\nservices. See `Bootstrapping ByStar, BISOS and\nBlee <https://github.com/bxGenesis/start>`__ for information about\ngetting started with BISOS.\n\nbisos.bxoGitlab/ is a small piece of a much bigger picture. **BISOS** is\na foundation for **The Libre-Halaal ByStar Digital Ecosystem** which is\ndescribed as a cure for losses of autonomy and privacy that we are\nexperiencing in a book titled: `Nature of\nPolyexistentials <https://github.com/bxplpc/120033>`__\n\nbisos.bxoGitlab is a Command-Services (PyCS) Facility\n=====================================================\n\nbisos.bxoGitlab can be used locally on command-line or remotely as a\nservice. bisos.bxoGitlab is a PyCS multi-unit command-service. PyCS is a\nframework that converges developement of CLI and Services. PyCS is an\nalternative to FastAPI, Typer and Click.\n\nbisos.bxoGitlab uses the PyCS Framework to:\n\n#. Provide access to bxoGitlab facilities through native python.\n#. Provide local access to bxoGitlab facilities on CLI\n#. Provide remote access to bxoGitlab facilities through remote\n   invocation of python Expection Complete Operations using\n   `rpyc <https://github.com/tomerfiliba-org/rpyc>`__.\n#. Provide remote access to bxoGitlab facilities on CLI\n\nWhat is unique in the PyCS Framework is that these four models are all a\nsingle abstraction.\n\nUses of bisos.bxoGitlab\n=======================\n\nWithin BISOS, bisos.bxoGitlab is used as a common facility.\n\nbisos.bxoGitlab as a Standalone Piece of BISOS\n==============================================\n\nbisos.bxoGitlab is a standalone piece of BISOS. It can be used as a\nself-contained Python package separate from BISOS. Follow the\ninstalltion and usage instructions below for your own use.\n\nInstallation\n============\n\nThe sources for the bisos.bxoGitlab pip package is maintained at:\nhttps://github.com/bisos-pip/bxoGitlab.\n\nThe bisos.bxoGitlab pip package is available at PYPI as\nhttps://pypi.org/project/bisos.bxoGitlab\n\nYou can install bisos.bxoGitlab with pip or pipx.\n\nWith pip\n--------\n\nIf you need access to bisos.bxoGitlab as a python module, you can\ninstall it with pip:\n\n.. code:: bash\n\n   pip install bisos.bxoGitlab\n\nWith pipx\n---------\n\nIf you only need access to bisos.bxoGitlab as a command on command-line,\nyou can install it with pipx:\n\n.. code:: bash\n\n   pipx install bisos.bxoGitlab\n\nThe following commands are made available:\n\n-  bxoGitlab.cs\n\nUsage\n=====\n\nLocally (system command-line)\n-----------------------------\n\n``bxoGitlab.cs`` can be invoked directly as\n\n.. code:: bash\n\n   bin/bxoGitlab.cs\n\nRemotely (as a service \u2013 Performer+Invoker)\n-------------------------------------------\n\nYou can also run:\n\nPerformer\n~~~~~~~~~\n\nRun performer as:\n\n.. code:: bash\n\n   bin/roPerf-bxoGitlab.cs\n\nInvoker\n~~~~~~~\n\nRun invoker as:\n\n.. code:: bash\n\n   bin/roInv-bxoGitlab.cs\n\nUse by Python script\n--------------------\n\nbisos.bxoGitlab Source Code is in writen in COMEEGA (Collaborative Org-Mode Enhanced Emacs Generalized Authorship) \u2013 https://github.com/bx-blee/comeega.\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSee ./bisos/bxoGitlab/bxoGitlab-csu.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nDocumentation and Blee-Panels\n=============================\n\nPart of ByStar Digital Ecosystem http://www.by-star.net.\n\nThis module's primary documentation is in the form of Blee-Panels.\nAdditional information is also available in:\nhttp://www.by-star.net/PLPC/180047\n\nbisos.bxoGitlab Blee-Panels\n---------------------------\n\nbisos.bxoGitlab Blee-Panles are in ./panels directory. From within Blee\nand BISOS these panles are accessible under the Blee \"Panels\" menu.\n\nSupport\n=======\n\n| For support, criticism, comments and questions; please contact the\n  author/maintainer\n| `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:\n  http://mohsen.1.banan.byname.net/contact\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": "bisos.bxoGitlab: Python Command-Services for managing GIT repositories of BPO (BISOS Portable Objects) using the gitlab API.",
    "version": "0.20",
    "project_urls": {
        "Download": "http://www.by-star.net/PLPC/180047",
        "Homepage": "http://www.by-star.net/PLPC/180047"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea1d7d991a81d8e2fca0699da9aed5f0a328501363b89f0d00c46c03f5985e79",
                "md5": "f0e8d56add75cdf9e66f93dc2e461bb8",
                "sha256": "e921c974e89078d5b08929d4909c6d9ef1a0e805bffb409e2407a44e429eca8b"
            },
            "downloads": -1,
            "filename": "bisos.bxoGitlab-0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "f0e8d56add75cdf9e66f93dc2e461bb8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29492,
            "upload_time": "2024-08-17T00:59:54",
            "upload_time_iso_8601": "2024-08-17T00:59:54.235888Z",
            "url": "https://files.pythonhosted.org/packages/ea/1d/7d991a81d8e2fca0699da9aed5f0a328501363b89f0d00c46c03f5985e79/bisos.bxoGitlab-0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-17 00:59:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bisos.bxogitlab"
}
        
Elapsed time: 0.49965s