Blee Panel Controls: | Show-All : Overview : Content : (1) : S&Q : Save : Quit : Bury |
Panel Links: | Repo Blee Panel – Blee Panel |
See Also: | At PYPI : bisos.PyCS |
|---|
bisos.gitist provides general facilities for mass cloning of public github and gitlab and also private gitlab instances.
bisos.gitist is a python package that uses the PyCS-Framework.
gitist.cs is a seed. Common usages of gitist take the form of a gitistProc.pcs.
- Overview
- Gitist Layers
- Post-Installation Setup
- Installation
- Usage
- Documentation and Blee-Panels
- Support
- Planned Improvements
- PyCS Framework
- Seeded/Planted PyCS Framework (gitist.cs)
- Common csCmndsList (bisos.csSeed)
- Gitist Commands CSUs
After installing, run the provisioning script to create the credentials directory and place the configuration templates:
config/provision.pcs -i credsSetupThis creates ~/credentials/git/ and copies two config files there if they do
not already exist:
~/credentials/git/githubHosts.cfg— GitHub configuration; insert your GitHub PAT (Personal Access Token) here.~/credentials/git/gitlabHosts.cfg— GitLab configuration; insert your GitLab PAT here.
Once the PATs are in place, you can run the gitist proc scripts, e.g.:
bin/github-pub-gitist.pcs
bin/gitlab-pub-gitist.pcsThe sources for the bisos.gitist pip package are maintained at: https://github.com/bisos-pip/gitist.
The bisos.gitist pip package is available at PYPI as https://pypi.org/project/bisos.gitist
You can install bisos.gitist with pip or pipx.
If you need access to bisos.gitist as a python module, you can install it with pip:
pip install bisos.gitistIf you only need access to bisos.gitist on command-line, you can install it with pipx:
pipx install bisos.gitistgitist.cs does the equivalent of gitist.
bin/gitist.cs
bin/gitistProc.pcsbisos.gitist 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.gitist Blee-Panles are in ./panels directory. From within Blee and BISOS these panles are accessible under the Blee “Panels” menu.
See ./py3/panels/_nodeBase_/fullUsagePanel-en.org for a starting point.
For support, criticism, comments and questions; please contact the
author/maintainer
Mohsen Banan at:
http://mohsen.1.banan.byname.net/contact
- Enumerate applicabilities: telecom/SON, datacenter, CMIP-MOs
- py3/bisos/gitist/tocsModule_csu.py