bisos.sites 0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bisos_sites-0.1/PKG-INFO +167 -0
- bisos_sites-0.1/README.rst +137 -0
- bisos_sites-0.1/_description.org +110 -0
- bisos_sites-0.1/bin/sitesManage.cs +204 -0
- bisos_sites-0.1/bisos/__init__.py +1 -0
- bisos_sites-0.1/bisos/sites/__init__.py +0 -0
- bisos_sites-0.1/bisos/sites/sites_csu.py +323 -0
- bisos_sites-0.1/bisos.sites.egg-info/PKG-INFO +167 -0
- bisos_sites-0.1/bisos.sites.egg-info/SOURCES.txt +15 -0
- bisos_sites-0.1/bisos.sites.egg-info/dependency_links.txt +1 -0
- bisos_sites-0.1/bisos.sites.egg-info/not-zip-safe +1 -0
- bisos_sites-0.1/bisos.sites.egg-info/requires.txt +4 -0
- bisos_sites-0.1/bisos.sites.egg-info/top_level.txt +1 -0
- bisos_sites-0.1/lh-agpl3-LICENSE.txt +679 -0
- bisos_sites-0.1/pyproject.toml +8 -0
- bisos_sites-0.1/setup.cfg +4 -0
- bisos_sites-0.1/setup.py +109 -0
bisos_sites-0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: bisos.sites
|
|
3
|
+
Version: 0.1
|
|
4
|
+
Summary: bisos.sites: Manages /bisos/var/sites/siteBpo and siteBpo/var symlink and umbrellas site services
|
|
5
|
+
Author: Mohsen Banan
|
|
6
|
+
Author-email: libre@mohsen.1.banan.byname.net
|
|
7
|
+
Maintainer: Mohsen Banan
|
|
8
|
+
Maintainer-email: libre@mohsen.1.banan.byname.net
|
|
9
|
+
License: AGPL
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
13
|
+
Classifier: Operating System :: POSIX
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
16
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
|
+
Requires-Dist: bisos
|
|
18
|
+
Requires-Dist: bisos.b
|
|
19
|
+
Requires-Dist: bisos.common
|
|
20
|
+
Requires-Dist: bisos.csPlayer
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: author-email
|
|
23
|
+
Dynamic: classifier
|
|
24
|
+
Dynamic: description
|
|
25
|
+
Dynamic: license
|
|
26
|
+
Dynamic: maintainer
|
|
27
|
+
Dynamic: maintainer-email
|
|
28
|
+
Dynamic: requires-dist
|
|
29
|
+
Dynamic: summary
|
|
30
|
+
|
|
31
|
+
=================================================================================================
|
|
32
|
+
bisos.sites: Manages /bisos/var/sites/siteBpo and siteBpo/var symlink and umbrellas site services
|
|
33
|
+
=================================================================================================
|
|
34
|
+
|
|
35
|
+
.. contents::
|
|
36
|
+
:depth: 3
|
|
37
|
+
..
|
|
38
|
+
|
|
39
|
+
Overview
|
|
40
|
+
========
|
|
41
|
+
|
|
42
|
+
bisos.capability is a python package for BISOS Capabilities Bundles –
|
|
43
|
+
Abstraction, Specification and Materialization.
|
|
44
|
+
|
|
45
|
+
Package Documentation At Github
|
|
46
|
+
===============================
|
|
47
|
+
|
|
48
|
+
The information below is a subset of the full of documentation for this
|
|
49
|
+
bisos-pip package. More complete documentation is available at:
|
|
50
|
+
https://github.com/bisos-pip/capability-cs
|
|
51
|
+
|
|
52
|
+
Realted Resources
|
|
53
|
+
=================
|
|
54
|
+
|
|
55
|
+
+--------------------------+------------------------------------------+
|
|
56
|
+
| bisos Capabilities Panel | file:/panels/capab |
|
|
57
|
+
| | ilities/_nodeBase_/fullUsagePanel-en.org |
|
|
58
|
+
+--------------------------+------------------------------------------+
|
|
59
|
+
| | |
|
|
60
|
+
+--------------------------+------------------------------------------+
|
|
61
|
+
|
|
62
|
+
.. _table-of-contents:
|
|
63
|
+
|
|
64
|
+
Table of Contents TOC
|
|
65
|
+
=====================
|
|
66
|
+
|
|
67
|
+
- `Overview <#overview>`__
|
|
68
|
+
- `Package Documentation At
|
|
69
|
+
Github <#package-documentation-at-github>`__
|
|
70
|
+
- `Realted Resources <#realted-resources>`__
|
|
71
|
+
- `Installation <#installation>`__
|
|
72
|
+
|
|
73
|
+
- `Installation With pip <#installation-with-pip>`__
|
|
74
|
+
- `Installation With pipx <#installation-with-pipx>`__
|
|
75
|
+
|
|
76
|
+
- `Part of BISOS and ByStar — ByStar Internet Services Operating
|
|
77
|
+
System <#part-of-bisos-and-bystar-----bystar-internet-services-operating-system>`__
|
|
78
|
+
- `bisos.capability as a Standalone Piece of
|
|
79
|
+
BISOS <#bisoscapability-as-a-standalone-piece-of-bisos>`__
|
|
80
|
+
- `Documentation and Blee-Panels <#documentation-and-blee-panels>`__
|
|
81
|
+
|
|
82
|
+
- `bisos.capability Blee-Panels <#bisoscapability-blee-panels>`__
|
|
83
|
+
|
|
84
|
+
- `Support <#support>`__
|
|
85
|
+
|
|
86
|
+
Installation
|
|
87
|
+
============
|
|
88
|
+
|
|
89
|
+
The sources for the bisos.capability pip package is maintained at:
|
|
90
|
+
https://github.com/bisos-pip/capability.
|
|
91
|
+
|
|
92
|
+
The bisos.capability pip package is available at PYPI as
|
|
93
|
+
https://pypi.org/project/bisos.capability
|
|
94
|
+
|
|
95
|
+
You can install bisos.capability with pip or pipx.
|
|
96
|
+
|
|
97
|
+
Installation With pip
|
|
98
|
+
---------------------
|
|
99
|
+
|
|
100
|
+
If you need access to bisos.capability as a python module, you can
|
|
101
|
+
install it with pip:
|
|
102
|
+
|
|
103
|
+
.. code:: bash
|
|
104
|
+
|
|
105
|
+
pip install bisos.capability
|
|
106
|
+
|
|
107
|
+
Installation With pipx
|
|
108
|
+
----------------------
|
|
109
|
+
|
|
110
|
+
If you only need access to bisos.capability as a command on
|
|
111
|
+
command-line, you can install it with pipx:
|
|
112
|
+
|
|
113
|
+
.. code:: bash
|
|
114
|
+
|
|
115
|
+
pipx install bisos.capability
|
|
116
|
+
|
|
117
|
+
The following commands are made available:
|
|
118
|
+
|
|
119
|
+
- seedCapability.cs
|
|
120
|
+
- exmpl-capability.cs
|
|
121
|
+
|
|
122
|
+
Part of BISOS and ByStar — ByStar Internet Services Operating System
|
|
123
|
+
====================================================================
|
|
124
|
+
|
|
125
|
+
| Layered on top of Debian, **BISOS**: (By\* Internet Services Operating
|
|
126
|
+
System) is a unified and universal framework for developing both
|
|
127
|
+
internet services and software-service continuums that use internet
|
|
128
|
+
services. See `Bootstrapping ByStar, BISOS and
|
|
129
|
+
Blee <https://github.com/bxGenesis/start>`__ for information about
|
|
130
|
+
getting started with BISOS.
|
|
131
|
+
| **BISOS** is a foundation for **The Libre-Halaal ByStar Digital
|
|
132
|
+
Ecosystem** which is described as a cure for losses of autonomy and
|
|
133
|
+
privacy in a book titled: `Nature of
|
|
134
|
+
Polyexistentials <https://github.com/bxplpc/120033>`__
|
|
135
|
+
|
|
136
|
+
*bisos.capability* is part of BISOS.
|
|
137
|
+
|
|
138
|
+
bisos.capability as a Standalone Piece of BISOS
|
|
139
|
+
===============================================
|
|
140
|
+
|
|
141
|
+
bisos.capability is a standalone piece of BISOS. It can be used as a
|
|
142
|
+
self-contained Python package separate from BISOS. Follow the
|
|
143
|
+
installation and usage instructions below for your own use.
|
|
144
|
+
|
|
145
|
+
Documentation and Blee-Panels
|
|
146
|
+
=============================
|
|
147
|
+
|
|
148
|
+
bisos.capability is part of ByStar Digital Ecosystem
|
|
149
|
+
http://www.by-star.net.
|
|
150
|
+
|
|
151
|
+
This module's primary documentation is in the form of Blee-Panels.
|
|
152
|
+
Additional information is also available in:
|
|
153
|
+
http://www.by-star.net/PLPC/180047
|
|
154
|
+
|
|
155
|
+
bisos.capability Blee-Panels
|
|
156
|
+
----------------------------
|
|
157
|
+
|
|
158
|
+
bisos.capability Blee-Panels are in ./panels directory. From within Blee
|
|
159
|
+
and BISOS these panels are accessible under the Blee "Panels" menu.
|
|
160
|
+
|
|
161
|
+
Support
|
|
162
|
+
=======
|
|
163
|
+
|
|
164
|
+
| For support, criticism, comments and questions; please contact the
|
|
165
|
+
author/maintainer
|
|
166
|
+
| `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:
|
|
167
|
+
http://mohsen.1.banan.byname.net/contact
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
=================================================================================================
|
|
2
|
+
bisos.sites: Manages /bisos/var/sites/siteBpo and siteBpo/var symlink and umbrellas site services
|
|
3
|
+
=================================================================================================
|
|
4
|
+
|
|
5
|
+
.. contents::
|
|
6
|
+
:depth: 3
|
|
7
|
+
..
|
|
8
|
+
|
|
9
|
+
Overview
|
|
10
|
+
========
|
|
11
|
+
|
|
12
|
+
bisos.capability is a python package for BISOS Capabilities Bundles –
|
|
13
|
+
Abstraction, Specification and Materialization.
|
|
14
|
+
|
|
15
|
+
Package Documentation At Github
|
|
16
|
+
===============================
|
|
17
|
+
|
|
18
|
+
The information below is a subset of the full of documentation for this
|
|
19
|
+
bisos-pip package. More complete documentation is available at:
|
|
20
|
+
https://github.com/bisos-pip/capability-cs
|
|
21
|
+
|
|
22
|
+
Realted Resources
|
|
23
|
+
=================
|
|
24
|
+
|
|
25
|
+
+--------------------------+------------------------------------------+
|
|
26
|
+
| bisos Capabilities Panel | file:/panels/capab |
|
|
27
|
+
| | ilities/_nodeBase_/fullUsagePanel-en.org |
|
|
28
|
+
+--------------------------+------------------------------------------+
|
|
29
|
+
| | |
|
|
30
|
+
+--------------------------+------------------------------------------+
|
|
31
|
+
|
|
32
|
+
.. _table-of-contents:
|
|
33
|
+
|
|
34
|
+
Table of Contents TOC
|
|
35
|
+
=====================
|
|
36
|
+
|
|
37
|
+
- `Overview <#overview>`__
|
|
38
|
+
- `Package Documentation At
|
|
39
|
+
Github <#package-documentation-at-github>`__
|
|
40
|
+
- `Realted Resources <#realted-resources>`__
|
|
41
|
+
- `Installation <#installation>`__
|
|
42
|
+
|
|
43
|
+
- `Installation With pip <#installation-with-pip>`__
|
|
44
|
+
- `Installation With pipx <#installation-with-pipx>`__
|
|
45
|
+
|
|
46
|
+
- `Part of BISOS and ByStar — ByStar Internet Services Operating
|
|
47
|
+
System <#part-of-bisos-and-bystar-----bystar-internet-services-operating-system>`__
|
|
48
|
+
- `bisos.capability as a Standalone Piece of
|
|
49
|
+
BISOS <#bisoscapability-as-a-standalone-piece-of-bisos>`__
|
|
50
|
+
- `Documentation and Blee-Panels <#documentation-and-blee-panels>`__
|
|
51
|
+
|
|
52
|
+
- `bisos.capability Blee-Panels <#bisoscapability-blee-panels>`__
|
|
53
|
+
|
|
54
|
+
- `Support <#support>`__
|
|
55
|
+
|
|
56
|
+
Installation
|
|
57
|
+
============
|
|
58
|
+
|
|
59
|
+
The sources for the bisos.capability pip package is maintained at:
|
|
60
|
+
https://github.com/bisos-pip/capability.
|
|
61
|
+
|
|
62
|
+
The bisos.capability pip package is available at PYPI as
|
|
63
|
+
https://pypi.org/project/bisos.capability
|
|
64
|
+
|
|
65
|
+
You can install bisos.capability with pip or pipx.
|
|
66
|
+
|
|
67
|
+
Installation With pip
|
|
68
|
+
---------------------
|
|
69
|
+
|
|
70
|
+
If you need access to bisos.capability as a python module, you can
|
|
71
|
+
install it with pip:
|
|
72
|
+
|
|
73
|
+
.. code:: bash
|
|
74
|
+
|
|
75
|
+
pip install bisos.capability
|
|
76
|
+
|
|
77
|
+
Installation With pipx
|
|
78
|
+
----------------------
|
|
79
|
+
|
|
80
|
+
If you only need access to bisos.capability as a command on
|
|
81
|
+
command-line, you can install it with pipx:
|
|
82
|
+
|
|
83
|
+
.. code:: bash
|
|
84
|
+
|
|
85
|
+
pipx install bisos.capability
|
|
86
|
+
|
|
87
|
+
The following commands are made available:
|
|
88
|
+
|
|
89
|
+
- seedCapability.cs
|
|
90
|
+
- exmpl-capability.cs
|
|
91
|
+
|
|
92
|
+
Part of BISOS and ByStar — ByStar Internet Services Operating System
|
|
93
|
+
====================================================================
|
|
94
|
+
|
|
95
|
+
| Layered on top of Debian, **BISOS**: (By\* Internet Services Operating
|
|
96
|
+
System) is a unified and universal framework for developing both
|
|
97
|
+
internet services and software-service continuums that use internet
|
|
98
|
+
services. See `Bootstrapping ByStar, BISOS and
|
|
99
|
+
Blee <https://github.com/bxGenesis/start>`__ for information about
|
|
100
|
+
getting started with BISOS.
|
|
101
|
+
| **BISOS** is a foundation for **The Libre-Halaal ByStar Digital
|
|
102
|
+
Ecosystem** which is described as a cure for losses of autonomy and
|
|
103
|
+
privacy in a book titled: `Nature of
|
|
104
|
+
Polyexistentials <https://github.com/bxplpc/120033>`__
|
|
105
|
+
|
|
106
|
+
*bisos.capability* is part of BISOS.
|
|
107
|
+
|
|
108
|
+
bisos.capability as a Standalone Piece of BISOS
|
|
109
|
+
===============================================
|
|
110
|
+
|
|
111
|
+
bisos.capability is a standalone piece of BISOS. It can be used as a
|
|
112
|
+
self-contained Python package separate from BISOS. Follow the
|
|
113
|
+
installation and usage instructions below for your own use.
|
|
114
|
+
|
|
115
|
+
Documentation and Blee-Panels
|
|
116
|
+
=============================
|
|
117
|
+
|
|
118
|
+
bisos.capability is part of ByStar Digital Ecosystem
|
|
119
|
+
http://www.by-star.net.
|
|
120
|
+
|
|
121
|
+
This module's primary documentation is in the form of Blee-Panels.
|
|
122
|
+
Additional information is also available in:
|
|
123
|
+
http://www.by-star.net/PLPC/180047
|
|
124
|
+
|
|
125
|
+
bisos.capability Blee-Panels
|
|
126
|
+
----------------------------
|
|
127
|
+
|
|
128
|
+
bisos.capability Blee-Panels are in ./panels directory. From within Blee
|
|
129
|
+
and BISOS these panels are accessible under the Blee "Panels" menu.
|
|
130
|
+
|
|
131
|
+
Support
|
|
132
|
+
=======
|
|
133
|
+
|
|
134
|
+
| For support, criticism, comments and questions; please contact the
|
|
135
|
+
author/maintainer
|
|
136
|
+
| `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:
|
|
137
|
+
http://mohsen.1.banan.byname.net/contact
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
#+title: bisos.sites: Manages /bisos/var/sites/siteBpo and siteBpo/var symlink and umbrellas site services
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
* Overview
|
|
7
|
+
|
|
8
|
+
bisos.capability is a python package for BISOS Capabilities Bundles -- Abstraction, Specification and
|
|
9
|
+
Materialization.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
* Package Documentation At Github
|
|
14
|
+
|
|
15
|
+
The information below is a subset of the full of documentation for this bisos-pip package.
|
|
16
|
+
More complete documentation is available at: https://github.com/bisos-pip/capability-cs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* Realted Resources
|
|
20
|
+
|
|
21
|
+
| bisos Capabilities Panel | file:/panels/capabilities/_nodeBase_/fullUsagePanel-en.org |
|
|
22
|
+
| | |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* Table of Contents :TOC:
|
|
26
|
+
- [[#overview][Overview]]
|
|
27
|
+
- [[#package-documentation-at-github][Package Documentation At Github]]
|
|
28
|
+
- [[#realted-resources][Realted Resources]]
|
|
29
|
+
- [[#installation][Installation]]
|
|
30
|
+
- [[#installation-with-pip][Installation With pip]]
|
|
31
|
+
- [[#installation-with-pipx][Installation With pipx]]
|
|
32
|
+
- [[#part-of-bisos-and-bystar-----bystar-internet-services-operating-system][Part of BISOS and ByStar --- ByStar Internet Services Operating System]]
|
|
33
|
+
- [[#bisoscapability-as-a-standalone-piece-of-bisos][bisos.capability as a Standalone Piece of BISOS]]
|
|
34
|
+
- [[#documentation-and-blee-panels][Documentation and Blee-Panels]]
|
|
35
|
+
- [[#bisoscapability-blee-panels][bisos.capability Blee-Panels]]
|
|
36
|
+
- [[#support][Support]]
|
|
37
|
+
|
|
38
|
+
* Installation
|
|
39
|
+
|
|
40
|
+
The sources for the bisos.capability pip package is maintained at:
|
|
41
|
+
https://github.com/bisos-pip/capability.
|
|
42
|
+
|
|
43
|
+
The bisos.capability pip package is available at PYPI as
|
|
44
|
+
https://pypi.org/project/bisos.capability
|
|
45
|
+
|
|
46
|
+
You can install bisos.capability with pip or pipx.
|
|
47
|
+
|
|
48
|
+
** Installation With pip
|
|
49
|
+
|
|
50
|
+
If you need access to bisos.capability as a python module, you can install it with pip:
|
|
51
|
+
|
|
52
|
+
#+begin_src bash
|
|
53
|
+
pip install bisos.capability
|
|
54
|
+
#+end_src
|
|
55
|
+
|
|
56
|
+
** Installation With pipx
|
|
57
|
+
|
|
58
|
+
If you only need access to bisos.capability as a command on command-line, you can install it with pipx:
|
|
59
|
+
|
|
60
|
+
#+begin_src bash
|
|
61
|
+
pipx install bisos.capability
|
|
62
|
+
#+end_src
|
|
63
|
+
|
|
64
|
+
The following commands are made available:
|
|
65
|
+
- seedCapability.cs
|
|
66
|
+
- exmpl-capability.cs
|
|
67
|
+
|
|
68
|
+
* Part of BISOS and ByStar --- ByStar Internet Services Operating System
|
|
69
|
+
|
|
70
|
+
Layered on top of Debian, *BISOS*: (By* Internet Services Operating System) is a
|
|
71
|
+
unified and universal framework for developing both internet services and
|
|
72
|
+
software-service continuums that use internet services. See [[https://github.com/bxGenesis/start][Bootstrapping
|
|
73
|
+
ByStar, BISOS and Blee]] for information about getting started with BISOS.\\
|
|
74
|
+
*BISOS* is a foundation for *The Libre-Halaal ByStar Digital Ecosystem* which is
|
|
75
|
+
described as a cure for losses of autonomy and privacy in a book titled: [[https://github.com/bxplpc/120033][Nature
|
|
76
|
+
of Polyexistentials]]
|
|
77
|
+
|
|
78
|
+
/bisos.capability/ is part of BISOS.
|
|
79
|
+
|
|
80
|
+
* bisos.capability as a Standalone Piece of BISOS
|
|
81
|
+
|
|
82
|
+
bisos.capability is a standalone piece of BISOS. It can be used as a self-contained
|
|
83
|
+
Python package separate from BISOS. Follow the installation and usage
|
|
84
|
+
instructions below for your own use.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
* Documentation and Blee-Panels
|
|
88
|
+
|
|
89
|
+
bisos.capability is part of ByStar Digital Ecosystem [[http://www.by-star.net]].
|
|
90
|
+
|
|
91
|
+
This module's primary documentation is in the form of Blee-Panels.
|
|
92
|
+
Additional information is also available in: [[http://www.by-star.net/PLPC/180047]]
|
|
93
|
+
|
|
94
|
+
** bisos.capability Blee-Panels
|
|
95
|
+
|
|
96
|
+
bisos.capability Blee-Panels are in ./panels directory.
|
|
97
|
+
From within Blee and BISOS these panels are accessible under the
|
|
98
|
+
Blee "Panels" menu.
|
|
99
|
+
|
|
100
|
+
* Support
|
|
101
|
+
|
|
102
|
+
For support, criticism, comments and questions; please contact the
|
|
103
|
+
author/maintainer\\
|
|
104
|
+
[[http://mohsen.1.banan.byname.net][Mohsen Banan]] at:
|
|
105
|
+
[[http://mohsen.1.banan.byname.net/contact]]
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
#!/bin/env python
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
""" #+begin_org
|
|
5
|
+
* ~[Summary]~ :: A =CmndSvc= for
|
|
6
|
+
#+end_org """
|
|
7
|
+
|
|
8
|
+
####+BEGIN: b:py3:cs:file/dblockControls :classification "cs-u"
|
|
9
|
+
""" #+begin_org
|
|
10
|
+
* [[elisp:(org-cycle)][| /Control Parameters Of This File/ |]] :: dblk ctrls classifications=cs-u
|
|
11
|
+
#+BEGIN_SRC emacs-lisp
|
|
12
|
+
(setq-local b:dblockControls t) ; (setq-local b:dblockControls nil)
|
|
13
|
+
(put 'b:dblockControls 'py3:cs:Classification "cs-u") ; one of cs-mu, cs-u, cs-lib, bpf-lib, pyLibPure
|
|
14
|
+
#+END_SRC
|
|
15
|
+
#+RESULTS:
|
|
16
|
+
: cs-u
|
|
17
|
+
#+end_org """
|
|
18
|
+
####+END:
|
|
19
|
+
|
|
20
|
+
####+BEGIN: b:prog:file/proclamations :outLevel 1
|
|
21
|
+
""" #+begin_org
|
|
22
|
+
* *[[elisp:(org-cycle)][| Proclamations |]]* :: Libre-Halaal Software --- Part Of BISOS --- Poly-COMEEGA Format.
|
|
23
|
+
** This is Libre-Halaal Software. © Neda Communications, Inc. Subject to AGPL.
|
|
24
|
+
** It is part of BISOS (ByStar Internet Services OS)
|
|
25
|
+
** Best read and edited with Blee in Poly-COMEEGA (Polymode Colaborative Org-Mode Enhance Emacs Generalized Authorship)
|
|
26
|
+
#+end_org """
|
|
27
|
+
####+END:
|
|
28
|
+
|
|
29
|
+
####+BEGIN: b:prog:file/particulars :authors ("./inserts/authors-mb.org")
|
|
30
|
+
""" #+begin_org
|
|
31
|
+
* *[[elisp:(org-cycle)][| Particulars |]]* :: Authors, version
|
|
32
|
+
** This File: /bisos/git/auth/bxRepos/bisos-pip/marmee/py3/bin/marmeeRuns.cs
|
|
33
|
+
** Authors: Mohsen BANAN, http://mohsen.banan.1.byname.net/contact
|
|
34
|
+
#+end_org """
|
|
35
|
+
####+END:
|
|
36
|
+
|
|
37
|
+
####+BEGIN: b:py3:file/particulars-csInfo :status "inUse"
|
|
38
|
+
""" #+begin_org
|
|
39
|
+
* *[[elisp:(org-cycle)][| Particulars-csInfo |]]*
|
|
40
|
+
#+end_org """
|
|
41
|
+
import typing
|
|
42
|
+
csInfo: typing.Dict[str, typing.Any] = { 'moduleName': ['marmeeRuns'], }
|
|
43
|
+
csInfo['version'] = '202210202346'
|
|
44
|
+
csInfo['status'] = 'inUse'
|
|
45
|
+
csInfo['panel'] = 'marmeeRuns-Panel.org'
|
|
46
|
+
csInfo['groupingType'] = 'IcmGroupingType-pkged'
|
|
47
|
+
csInfo['cmndParts'] = 'IcmCmndParts[common] IcmCmndParts[param]'
|
|
48
|
+
####+END:
|
|
49
|
+
|
|
50
|
+
""" #+begin_org
|
|
51
|
+
* [[elisp:(org-cycle)][| ~Description~ |]] :: [[file:/bisos/git/auth/bxRepos/blee-binders/bisos-core/COMEEGA/_nodeBase_/fullUsagePanel-en.org][BISOS COMEEGA Panel]]
|
|
52
|
+
Module description comes here.
|
|
53
|
+
** Relevant Panels:
|
|
54
|
+
** Status: In use with BISOS
|
|
55
|
+
** /[[elisp:(org-cycle)][| Planned Improvements |]]/ :
|
|
56
|
+
*** TODO complete fileName in particulars.
|
|
57
|
+
#+end_org """
|
|
58
|
+
|
|
59
|
+
####+BEGIN: b:prog:file/orgTopControls :outLevel 1
|
|
60
|
+
""" #+begin_org
|
|
61
|
+
* [[elisp:(org-cycle)][| Controls |]] :: [[elisp:(delete-other-windows)][(1)]] | [[elisp:(show-all)][Show-All]] [[elisp:(org-shifttab)][Overview]] [[elisp:(progn (org-shifttab) (org-content))][Content]] | [[elisp:(blee:ppmm:org-mode-toggle)][Nat]] | [[elisp:(bx:org:run-me)][Run]] | [[elisp:(bx:org:run-me-eml)][RunEml]] | [[elisp:(progn (save-buffer) (kill-buffer))][S&Q]] [[elisp:(save-buffer)][Save]] [[elisp:(kill-buffer)][Quit]] [[elisp:(org-cycle)][| ]]
|
|
62
|
+
** /Version Control/ :: [[elisp:(call-interactively (quote cvs-update))][cvs-update]] [[elisp:(vc-update)][vc-update]] | [[elisp:(bx:org:agenda:this-file-otherWin)][Agenda-List]] [[elisp:(bx:org:todo:this-file-otherWin)][ToDo-List]]
|
|
63
|
+
#+end_org """
|
|
64
|
+
####+END:
|
|
65
|
+
|
|
66
|
+
####+BEGIN: b:py3:file/workbench :outLevel 1
|
|
67
|
+
""" #+begin_org
|
|
68
|
+
* [[elisp:(org-cycle)][| Workbench |]] :: [[elisp:(python-check (format "/bisos/venv/py3/bisos3/bin/python -m pyclbr %s" (bx:buf-fname))))][pyclbr]] || [[elisp:(python-check (format "/bisos/venv/py3/bisos3/bin/python -m pydoc ./%s" (bx:buf-fname))))][pydoc]] || [[elisp:(python-check (format "/bisos/pipx/bin/pyflakes %s" (bx:buf-fname)))][pyflakes]] | [[elisp:(python-check (format "/bisos/pipx/bin/pychecker %s" (bx:buf-fname))))][pychecker (executes)]] | [[elisp:(python-check (format "/bisos/pipx/bin/pycodestyle %s" (bx:buf-fname))))][pycodestyle]] | [[elisp:(python-check (format "/bisos/pipx/bin/flake8 %s" (bx:buf-fname))))][flake8]] | [[elisp:(python-check (format "/bisos/pipx/bin/pylint %s" (bx:buf-fname))))][pylint]] [[elisp:(org-cycle)][| ]]
|
|
69
|
+
#+end_org """
|
|
70
|
+
####+END:
|
|
71
|
+
|
|
72
|
+
####+BEGIN: b:py3:cs:framework/imports :basedOn "classification"
|
|
73
|
+
""" #+begin_org
|
|
74
|
+
** Imports Based On Classification=cs-u
|
|
75
|
+
#+end_org """
|
|
76
|
+
from bisos import b
|
|
77
|
+
from bisos.b import cs
|
|
78
|
+
from bisos.b import b_io
|
|
79
|
+
|
|
80
|
+
import collections
|
|
81
|
+
####+END:
|
|
82
|
+
|
|
83
|
+
""" #+begin_org
|
|
84
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* CsFrmWrk [[elisp:(outline-show-subtree+toggle)][||]] ~csuList emacs-list Specifications~ [[elisp:(blee:org:code-block/above-run)][ /Eval Below/ ]] [[elisp:(org-cycle)][| ]]
|
|
85
|
+
#+BEGIN_SRC emacs-lisp
|
|
86
|
+
(setq b:py:cs:csuList
|
|
87
|
+
(list
|
|
88
|
+
"bisos.b.cs.ro"
|
|
89
|
+
"bisos.csPlayer.bleep"
|
|
90
|
+
"bisos.sites.sites_csu"
|
|
91
|
+
))
|
|
92
|
+
#+END_SRC
|
|
93
|
+
#+RESULTS:
|
|
94
|
+
| bisos.b.cs.ro | bisos.csPlayer.bleep | bisos.sites.sites_csu |
|
|
95
|
+
#+end_org """
|
|
96
|
+
|
|
97
|
+
####+BEGIN: b:py3:cs:framework/csuListProc :pyImports t :csuImports t :csuParams t
|
|
98
|
+
""" #+begin_org
|
|
99
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* CsFrmWrk [[elisp:(outline-show-subtree+toggle)][||]] =Process CSU List= with /3/ in csuList pyImports=t csuImports=t csuParams=t
|
|
100
|
+
#+end_org """
|
|
101
|
+
|
|
102
|
+
from bisos.b.cs import ro
|
|
103
|
+
from bisos.csPlayer import bleep
|
|
104
|
+
from bisos.sites import sites_csu
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
csuList = [ 'bisos.b.cs.ro', 'bisos.csPlayer.bleep', 'bisos.sites.sites_csu', ]
|
|
108
|
+
|
|
109
|
+
g_importedCmndsModules = cs.csuList_importedModules(csuList)
|
|
110
|
+
|
|
111
|
+
def g_extraParams():
|
|
112
|
+
csParams = cs.param.CmndParamDict()
|
|
113
|
+
cs.csuList_commonParamsSpecify(csuList, csParams)
|
|
114
|
+
cs.argsparseBasedOnCsParams(csParams)
|
|
115
|
+
|
|
116
|
+
####+END:
|
|
117
|
+
|
|
118
|
+
####+BEGIN: b:py3:cs:main/exposedSymbols :classes ()
|
|
119
|
+
""" #+begin_org
|
|
120
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* CsFrmWrk [[elisp:(outline-show-subtree+toggle)][||]] ~Exposed Symbols List Specification~ with /0/ in Classes List
|
|
121
|
+
#+end_org """
|
|
122
|
+
####+END:
|
|
123
|
+
|
|
124
|
+
####+BEGIN: blee:bxPanel:foldingSection :outLevel 0 :sep nil :title "CmndSvcs" :anchor "" :extraInfo "Command Services Section"
|
|
125
|
+
""" #+begin_org
|
|
126
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* [[elisp:(outline-show-subtree+toggle)][| _CmndSvcs_: |]] Command Services Section [[elisp:(org-shifttab)][<)]] E|
|
|
127
|
+
#+end_org """
|
|
128
|
+
####+END:
|
|
129
|
+
|
|
130
|
+
####+BEGIN: b:py3:cs:cmnd/classHead :cmndName "examples" :extent "verify" :ro "noCli" :comment "FrameWrk: CS-Main-Examples" :parsMand "" :parsOpt "" :argsMin "0" :argsMax "0" :asFunc "" :interactiveP ""
|
|
131
|
+
""" #+begin_org
|
|
132
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* CmndSvc- [[elisp:(outline-show-subtree+toggle)][||]] <<examples>> *FrameWrk: CS-Main-Examples* =verify= argsMin=0 argsMax=0 ro=noCli [[elisp:(org-cycle)][| ]]
|
|
133
|
+
#+end_org """
|
|
134
|
+
class examples(cs.Cmnd):
|
|
135
|
+
cmndParamsMandatory = [ ]
|
|
136
|
+
cmndParamsOptional = [ ]
|
|
137
|
+
cmndArgsLen = {'Min': 0, 'Max': 0,}
|
|
138
|
+
rtInvConstraints = cs.rtInvoker.RtInvoker.new_noRo() # NO RO From CLI
|
|
139
|
+
|
|
140
|
+
@cs.track(fnLoc=True, fnEntry=True, fnExit=True)
|
|
141
|
+
def cmnd(self,
|
|
142
|
+
rtInv: cs.RtInvoker,
|
|
143
|
+
cmndOutcome: b.op.Outcome,
|
|
144
|
+
argsList: typing.Optional[list[str]]=None, # CsArgs
|
|
145
|
+
) -> b.op.Outcome:
|
|
146
|
+
"""FrameWrk: CS-Main-Examples"""
|
|
147
|
+
callParamsDict = {}
|
|
148
|
+
if self.invocationValidate(rtInv, cmndOutcome, callParamsDict, argsList).isProblematic():
|
|
149
|
+
return b_io.eh.badOutcome(cmndOutcome)
|
|
150
|
+
cmndArgsSpecDict = self.cmndArgsSpec()
|
|
151
|
+
####+END:
|
|
152
|
+
self.cmndDocStr(f""" #+begin_org ***** [[elisp:(org-cycle)][| *CmndDesc:* | ]] Conventional top level example.
|
|
153
|
+
#+end_org """)
|
|
154
|
+
|
|
155
|
+
def cpsInit(): return collections.OrderedDict()
|
|
156
|
+
def menuItem(verbosity): cs.examples.cmndInsert(cmndName, cps, cmndArgs, verbosity=verbosity) # 'little' or 'none'
|
|
157
|
+
def execLineEx(cmndStr): cs.examples.execInsert(execLine=cmndStr)
|
|
158
|
+
|
|
159
|
+
cs.examples.myName(cs.G.icmMyName(), cs.G.icmMyFullName())
|
|
160
|
+
cs.examples.commonBrief()
|
|
161
|
+
bleep.examples_csBasic()
|
|
162
|
+
|
|
163
|
+
sites_csu.examples_csu().pyCmnd()
|
|
164
|
+
|
|
165
|
+
return(cmndOutcome)
|
|
166
|
+
|
|
167
|
+
####+BEGIN: bx:icm:py3:section :title "CS-Commands"
|
|
168
|
+
""" #+begin_org
|
|
169
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* /Section/ [[elisp:(outline-show-subtree+toggle)][||]] *CS-Commands* [[elisp:(org-cycle)][| ]]
|
|
170
|
+
#+end_org """
|
|
171
|
+
####+END:
|
|
172
|
+
|
|
173
|
+
####+BEGIN: blee:bxPanel:foldingSection :outLevel 0 :sep nil :title "Main" :anchor "" :extraInfo "Framework Dblock"
|
|
174
|
+
""" #+begin_org
|
|
175
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* [[elisp:(outline-show-subtree+toggle)][| _Main_: |]] Framework Dblock [[elisp:(org-shifttab)][<)]] E|
|
|
176
|
+
#+end_org """
|
|
177
|
+
####+END:
|
|
178
|
+
|
|
179
|
+
####+BEGIN: b:py3:cs:framework/main :csInfo "csInfo" :noCmndEntry "examples" :extraParamsHook "g_extraParams" :importedCmndsModules "g_importedCmndsModules"
|
|
180
|
+
""" #+begin_org
|
|
181
|
+
* _[[elisp:(blee:menu-sel:outline:popupMenu)][±]]_ _[[elisp:(blee:menu-sel:navigation:popupMenu)][Ξ]]_ [[elisp:(outline-show-branches+toggle)][|=]] [[elisp:(bx:orgm:indirectBufOther)][|>]] *[[elisp:(blee:ppmm:org-mode-toggle)][|N]]* CsFrmWrk [[elisp:(outline-show-subtree+toggle)][||]] =g_csMain= (csInfo, _examples_, g_extraParams, g_importedCmndsModules)
|
|
182
|
+
#+end_org """
|
|
183
|
+
|
|
184
|
+
if __name__ == '__main__':
|
|
185
|
+
cs.main.g_csMain(
|
|
186
|
+
csInfo=csInfo,
|
|
187
|
+
noCmndEntry=examples, # specify a Cmnd name
|
|
188
|
+
extraParamsHook=g_extraParams,
|
|
189
|
+
importedCmndsModules=g_importedCmndsModules,
|
|
190
|
+
)
|
|
191
|
+
|
|
192
|
+
####+END:
|
|
193
|
+
|
|
194
|
+
####+BEGIN: b:py3:cs:framework/endOfFile :basedOn "classification"
|
|
195
|
+
""" #+begin_org
|
|
196
|
+
* [[elisp:(org-cycle)][| *End-Of-Editable-Text* |]] :: emacs and org variables and control parameters
|
|
197
|
+
#+end_org """
|
|
198
|
+
|
|
199
|
+
#+STARTUP: showall
|
|
200
|
+
|
|
201
|
+
### local variables:
|
|
202
|
+
### no-byte-compile: t
|
|
203
|
+
### end:
|
|
204
|
+
####+END:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__import__('pkg_resources').declare_namespace(__name__)
|
|
File without changes
|