bisos.webCap 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.
Files changed (38) hide show
  1. bisos_webcap-0.1/PKG-INFO +231 -0
  2. bisos_webcap-0.1/README.rst +193 -0
  3. bisos_webcap-0.1/_description.org +144 -0
  4. bisos_webcap-0.1/bin/cbs-is-np-sysd_gunicorn-csPlayerPerf.pcs +43 -0
  5. bisos_webcap-0.1/bin/csLineInvoker-react-nginx.pcs +0 -0
  6. bisos_webcap-0.1/bin/csPlayerPerf-gunicorn-nginx.pcs +0 -0
  7. bisos_webcap-0.1/bin/csPlayerUi-gatsby-nginx.pcs +0 -0
  8. bisos_webcap-0.1/bin/django-sbom.pcs +26 -0
  9. bisos_webcap-0.1/bin/djangoAdmin.cs +428 -0
  10. bisos_webcap-0.1/bin/djangoProc-seed.cs +238 -0
  11. bisos_webcap-0.1/bin/djangoProc.spcs +55 -0
  12. bisos_webcap-0.1/bin/facterModule.cs +271 -0
  13. bisos_webcap-0.1/bin/gunicorn-csPlayerPerf-sysd.pcs +57 -0
  14. bisos_webcap-0.1/bin/gunicorn-sbom.pcs +24 -0
  15. bisos_webcap-0.1/bin/gunicorn-socket-sysd.pcs +40 -0
  16. bisos_webcap-0.1/bin/gunicornAdmin.cs +414 -0
  17. bisos_webcap-0.1/bin/nginx-sbom.pcs +24 -0
  18. bisos_webcap-0.1/bin/nginx-seed.cs +0 -0
  19. bisos_webcap-0.1/bin/nginx-sysd.pcs +26 -0
  20. bisos_webcap-0.1/bin/planted-facterModule.cs +55 -0
  21. bisos_webcap-0.1/bin/postgresql-sbom.pcs +26 -0
  22. bisos_webcap-0.1/bin/starterSidebar-gatsby-nginx.pcs +0 -0
  23. bisos_webcap-0.1/bin/webCap-csPlayers-assemble.cs +414 -0
  24. bisos_webcap-0.1/bisos/__init__.py +1 -0
  25. bisos_webcap-0.1/bisos/webCap/__init__.py +0 -0
  26. bisos_webcap-0.1/bisos/webCap/djangoProc_csu.py +862 -0
  27. bisos_webcap-0.1/bisos/webCap/djangoProc_seed.py +116 -0
  28. bisos_webcap-0.1/bisos/webCap/reactProc_seed.py +116 -0
  29. bisos_webcap-0.1/bisos.webCap.egg-info/PKG-INFO +231 -0
  30. bisos_webcap-0.1/bisos.webCap.egg-info/SOURCES.txt +36 -0
  31. bisos_webcap-0.1/bisos.webCap.egg-info/dependency_links.txt +1 -0
  32. bisos_webcap-0.1/bisos.webCap.egg-info/not-zip-safe +1 -0
  33. bisos_webcap-0.1/bisos.webCap.egg-info/requires.txt +12 -0
  34. bisos_webcap-0.1/bisos.webCap.egg-info/top_level.txt +1 -0
  35. bisos_webcap-0.1/lh-agpl3-LICENSE.txt +679 -0
  36. bisos_webcap-0.1/pyproject.toml +8 -0
  37. bisos_webcap-0.1/setup.cfg +4 -0
  38. bisos_webcap-0.1/setup.py +136 -0
@@ -0,0 +1,231 @@
1
+ Metadata-Version: 2.2
2
+ Name: bisos.webCap
3
+ Version: 0.1
4
+ Summary: bisos.webCap: BISOS Web Capabilities
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.basics
20
+ Requires-Dist: bisos.capability
21
+ Requires-Dist: bisos.common
22
+ Requires-Dist: bisos.csPlayer
23
+ Requires-Dist: bisos.debian
24
+ Requires-Dist: bisos.sbom
25
+ Requires-Dist: bisos.tocsModules
26
+ Requires-Dist: bisos.uploadAsCs
27
+ Requires-Dist: setuptools==75.8.0
28
+ Requires-Dist: wheel==0.38.4
29
+ Dynamic: author
30
+ Dynamic: author-email
31
+ Dynamic: classifier
32
+ Dynamic: description
33
+ Dynamic: license
34
+ Dynamic: maintainer
35
+ Dynamic: maintainer-email
36
+ Dynamic: requires-dist
37
+ Dynamic: summary
38
+
39
+ ====================================
40
+ bisos.webCap: BISOS Web Capabilities
41
+ ====================================
42
+
43
+ .. contents::
44
+ :depth: 3
45
+ ..
46
+
47
+ Overview
48
+ ========
49
+
50
+ *bisos.webCap* provides general facilities for creation of Web
51
+ Capabilities.
52
+
53
+ bisos.webCap is a python package that uses the
54
+ `PyCS-Framework <https://github.com/bisos-pip/pycs>`__.
55
+
56
+ .. _table-of-contents:
57
+
58
+ Table of Contents TOC
59
+ =====================
60
+
61
+ - `Overview <#overview>`__
62
+ - `Scope of BISOS Web Capabilities
63
+ Foundations <#scope-of-bisos-web-capabilities-foundations>`__
64
+
65
+ - `NGINX <#nginx>`__
66
+ - `Python Back-End <#python-back-end>`__
67
+ - `React Front End <#react-front-end>`__
68
+
69
+ - `BISOS Web Apps <#bisos-web-apps>`__
70
+
71
+ - `csPlayer <#csplayer>`__
72
+ - `ByName Sites <#byname-sites>`__
73
+ - `ByName Factory <#byname-factory>`__
74
+
75
+ - `Relevant Resources <#relevant-resources>`__
76
+ - `Installation <#installation>`__
77
+
78
+ - `Installation With pip <#installation-with-pip>`__
79
+ - `Installation With pipx <#installation-with-pipx>`__
80
+ - `Post Installation Basic
81
+ Testing <#post-installation-basic-testing>`__
82
+
83
+ - `Usage <#usage>`__
84
+
85
+ - `Local Usage (system
86
+ command-line) <#local-usage-system-command-line>`__
87
+
88
+ - `Documentation and Blee-Panels <#documentation-and-blee-panels>`__
89
+
90
+ - `bisos.webCap Blee-Panels <#bisoswebcap-blee-panels>`__
91
+
92
+ - `Support <#support>`__
93
+ - `Planned Improvements <#planned-improvements>`__
94
+
95
+ Scope of BISOS Web Capabilities Foundations
96
+ ===========================================
97
+
98
+ NGINX
99
+ -----
100
+
101
+ =============== ================= =======
102
+ nginx BISOS Module Name Comment
103
+ virtual domains
104
+ =============== ================= =======
105
+
106
+ Python Back-End
107
+ ---------------
108
+
109
+ ======== ============== =========
110
+ django djangoAdmin.cs Comment
111
+ postgres
112
+ Gunicorn Not uwsgi
113
+ systemd
114
+ ======== ============== =========
115
+
116
+ React Front End
117
+ ---------------
118
+
119
+ +---------------------------------------------------+-----------------+---------+
120
+ | react | BISOS Resources | Comment |
121
+ +---------------------------------------------------+-----------------+---------+
122
+ | gatsby | | |
123
+ +---------------------------------------------------+-----------------+---------+
124
+ | reveal.js | | |
125
+ +---------------------------------------------------+-----------------+---------+
126
+ | https://github.com/bouzidanas/react-reveal-slides | | |
127
+ +---------------------------------------------------+-----------------+---------+
128
+
129
+ BISOS Web Apps
130
+ ==============
131
+
132
+ csPlayer
133
+ --------
134
+
135
+ ByName Sites
136
+ ------------
137
+
138
+ ByName Factory
139
+ --------------
140
+
141
+ Relevant Resources
142
+ ==================
143
+
144
+ - https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-debian-11
145
+ - https://tutos.readthedocs.io/en/latest/source/ndg.html
146
+
147
+ Installation
148
+ ============
149
+
150
+ The sources for the bisos.webCap pip package are maintained at:
151
+ https://github.com/bisos-pip/webCap.
152
+
153
+ The bisos.webCap pip package is available at PYPI as
154
+ https://pypi.org/project/bisos.webCap
155
+
156
+ You can install bisos.webCap with pip or pipx.
157
+
158
+ Installation With pip
159
+ ---------------------
160
+
161
+ If you need access to bisos.webCap as a python module, you can install
162
+ it with pip:
163
+
164
+ .. code:: bash
165
+
166
+ pip install bisos.webCap
167
+
168
+ Installation With pipx
169
+ ----------------------
170
+
171
+ If you only need access to bisos.webCap on command-line, you can install
172
+ it with pipx:
173
+
174
+ .. code:: bash
175
+
176
+ pipx install bisos.webCap
177
+
178
+ Post Installation Basic Testing
179
+ -------------------------------
180
+
181
+ After the installation, run some basic tests:
182
+
183
+ .. code:: bash
184
+
185
+ webCap.cs
186
+ webCap networking.interfaces.lo.bindings
187
+
188
+ Usage
189
+ =====
190
+
191
+ Local Usage (system command-line)
192
+ ---------------------------------
193
+
194
+ ``webCap.cs`` does the equivalent of webCap.
195
+
196
+ .. code:: bash
197
+
198
+ bin/webCap.cs
199
+
200
+ Documentation and Blee-Panels
201
+ =============================
202
+
203
+ bisos.webCap is part of ByStar Digital Ecosystem http://www.by-star.net.
204
+
205
+ This module's primary documentation is in the form of Blee-Panels.
206
+ Additional information is also available in:
207
+ http://www.by-star.net/PLPC/180047
208
+
209
+ bisos.webCap Blee-Panels
210
+ ------------------------
211
+
212
+ bisos.webCap Blee-Panles are in ./panels directory. From within Blee and
213
+ BISOS these panles are accessible under the Blee "Panels" menu.
214
+
215
+ See
216
+ `file:./panels/_nodeBase_/fullUsagePanel-en.org <./panels/_nodeBase_/fullUsagePanel-en.org>`__
217
+ for a starting point.
218
+
219
+ Support
220
+ =======
221
+
222
+ | For support, criticism, comments and questions; please contact the
223
+ author/maintainer
224
+ | `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:
225
+ http://mohsen.1.banan.byname.net/contact
226
+
227
+ Planned Improvements
228
+ ====================
229
+
230
+ - Enumerate applicabilities: telecom/SON, datacenter, CMIP-MOs
231
+ - py3/bisos/webCap/tocsModule\ :sub:`csu`.py
@@ -0,0 +1,193 @@
1
+ ====================================
2
+ bisos.webCap: BISOS Web Capabilities
3
+ ====================================
4
+
5
+ .. contents::
6
+ :depth: 3
7
+ ..
8
+
9
+ Overview
10
+ ========
11
+
12
+ *bisos.webCap* provides general facilities for creation of Web
13
+ Capabilities.
14
+
15
+ bisos.webCap is a python package that uses the
16
+ `PyCS-Framework <https://github.com/bisos-pip/pycs>`__.
17
+
18
+ .. _table-of-contents:
19
+
20
+ Table of Contents TOC
21
+ =====================
22
+
23
+ - `Overview <#overview>`__
24
+ - `Scope of BISOS Web Capabilities
25
+ Foundations <#scope-of-bisos-web-capabilities-foundations>`__
26
+
27
+ - `NGINX <#nginx>`__
28
+ - `Python Back-End <#python-back-end>`__
29
+ - `React Front End <#react-front-end>`__
30
+
31
+ - `BISOS Web Apps <#bisos-web-apps>`__
32
+
33
+ - `csPlayer <#csplayer>`__
34
+ - `ByName Sites <#byname-sites>`__
35
+ - `ByName Factory <#byname-factory>`__
36
+
37
+ - `Relevant Resources <#relevant-resources>`__
38
+ - `Installation <#installation>`__
39
+
40
+ - `Installation With pip <#installation-with-pip>`__
41
+ - `Installation With pipx <#installation-with-pipx>`__
42
+ - `Post Installation Basic
43
+ Testing <#post-installation-basic-testing>`__
44
+
45
+ - `Usage <#usage>`__
46
+
47
+ - `Local Usage (system
48
+ command-line) <#local-usage-system-command-line>`__
49
+
50
+ - `Documentation and Blee-Panels <#documentation-and-blee-panels>`__
51
+
52
+ - `bisos.webCap Blee-Panels <#bisoswebcap-blee-panels>`__
53
+
54
+ - `Support <#support>`__
55
+ - `Planned Improvements <#planned-improvements>`__
56
+
57
+ Scope of BISOS Web Capabilities Foundations
58
+ ===========================================
59
+
60
+ NGINX
61
+ -----
62
+
63
+ =============== ================= =======
64
+ nginx BISOS Module Name Comment
65
+ virtual domains
66
+ =============== ================= =======
67
+
68
+ Python Back-End
69
+ ---------------
70
+
71
+ ======== ============== =========
72
+ django djangoAdmin.cs Comment
73
+ postgres
74
+ Gunicorn Not uwsgi
75
+ systemd
76
+ ======== ============== =========
77
+
78
+ React Front End
79
+ ---------------
80
+
81
+ +---------------------------------------------------+-----------------+---------+
82
+ | react | BISOS Resources | Comment |
83
+ +---------------------------------------------------+-----------------+---------+
84
+ | gatsby | | |
85
+ +---------------------------------------------------+-----------------+---------+
86
+ | reveal.js | | |
87
+ +---------------------------------------------------+-----------------+---------+
88
+ | https://github.com/bouzidanas/react-reveal-slides | | |
89
+ +---------------------------------------------------+-----------------+---------+
90
+
91
+ BISOS Web Apps
92
+ ==============
93
+
94
+ csPlayer
95
+ --------
96
+
97
+ ByName Sites
98
+ ------------
99
+
100
+ ByName Factory
101
+ --------------
102
+
103
+ Relevant Resources
104
+ ==================
105
+
106
+ - https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-debian-11
107
+ - https://tutos.readthedocs.io/en/latest/source/ndg.html
108
+
109
+ Installation
110
+ ============
111
+
112
+ The sources for the bisos.webCap pip package are maintained at:
113
+ https://github.com/bisos-pip/webCap.
114
+
115
+ The bisos.webCap pip package is available at PYPI as
116
+ https://pypi.org/project/bisos.webCap
117
+
118
+ You can install bisos.webCap with pip or pipx.
119
+
120
+ Installation With pip
121
+ ---------------------
122
+
123
+ If you need access to bisos.webCap as a python module, you can install
124
+ it with pip:
125
+
126
+ .. code:: bash
127
+
128
+ pip install bisos.webCap
129
+
130
+ Installation With pipx
131
+ ----------------------
132
+
133
+ If you only need access to bisos.webCap on command-line, you can install
134
+ it with pipx:
135
+
136
+ .. code:: bash
137
+
138
+ pipx install bisos.webCap
139
+
140
+ Post Installation Basic Testing
141
+ -------------------------------
142
+
143
+ After the installation, run some basic tests:
144
+
145
+ .. code:: bash
146
+
147
+ webCap.cs
148
+ webCap networking.interfaces.lo.bindings
149
+
150
+ Usage
151
+ =====
152
+
153
+ Local Usage (system command-line)
154
+ ---------------------------------
155
+
156
+ ``webCap.cs`` does the equivalent of webCap.
157
+
158
+ .. code:: bash
159
+
160
+ bin/webCap.cs
161
+
162
+ Documentation and Blee-Panels
163
+ =============================
164
+
165
+ bisos.webCap is part of ByStar Digital Ecosystem http://www.by-star.net.
166
+
167
+ This module's primary documentation is in the form of Blee-Panels.
168
+ Additional information is also available in:
169
+ http://www.by-star.net/PLPC/180047
170
+
171
+ bisos.webCap Blee-Panels
172
+ ------------------------
173
+
174
+ bisos.webCap Blee-Panles are in ./panels directory. From within Blee and
175
+ BISOS these panles are accessible under the Blee "Panels" menu.
176
+
177
+ See
178
+ `file:./panels/_nodeBase_/fullUsagePanel-en.org <./panels/_nodeBase_/fullUsagePanel-en.org>`__
179
+ for a starting point.
180
+
181
+ Support
182
+ =======
183
+
184
+ | For support, criticism, comments and questions; please contact the
185
+ author/maintainer
186
+ | `Mohsen Banan <http://mohsen.1.banan.byname.net>`__ at:
187
+ http://mohsen.1.banan.byname.net/contact
188
+
189
+ Planned Improvements
190
+ ====================
191
+
192
+ - Enumerate applicabilities: telecom/SON, datacenter, CMIP-MOs
193
+ - py3/bisos/webCap/tocsModule\ :sub:`csu`.py
@@ -0,0 +1,144 @@
1
+ #+title: bisos.webCap: BISOS Web Capabilities
2
+
3
+
4
+
5
+
6
+ * Overview
7
+
8
+ /bisos.webCap/ provides general facilities for creation of Web Capabilities.
9
+
10
+ bisos.webCap is a python package that uses the [[https://github.com/bisos-pip/pycs][PyCS-Framework]].
11
+
12
+
13
+
14
+ * Table of Contents :TOC:
15
+ - [[#overview][Overview]]
16
+ - [[#scope-of-bisos-web-capabilities-foundations][Scope of BISOS Web Capabilities Foundations]]
17
+ - [[#nginx][NGINX]]
18
+ - [[#python-back-end][Python Back-End]]
19
+ - [[#react-front-end][React Front End]]
20
+ - [[#bisos-web-apps][BISOS Web Apps]]
21
+ - [[#csplayer][csPlayer]]
22
+ - [[#byname-sites][ByName Sites]]
23
+ - [[#byname-factory][ByName Factory]]
24
+ - [[#relevant-resources][Relevant Resources]]
25
+ - [[#installation][Installation]]
26
+ - [[#installation-with-pip][Installation With pip]]
27
+ - [[#installation-with-pipx][Installation With pipx]]
28
+ - [[#post-installation-basic-testing][Post Installation Basic Testing]]
29
+ - [[#usage][Usage]]
30
+ - [[#local-usage-system-command-line][Local Usage (system command-line)]]
31
+ - [[#documentation-and-blee-panels][Documentation and Blee-Panels]]
32
+ - [[#bisoswebcap-blee-panels][bisos.webCap Blee-Panels]]
33
+ - [[#support][Support]]
34
+ - [[#planned-improvements][Planned Improvements]]
35
+
36
+ * Scope of BISOS Web Capabilities Foundations
37
+
38
+ ** NGINX
39
+
40
+ | nginx | BISOS Module Name | Comment |
41
+ | virtual domains | | |
42
+
43
+ ** Python Back-End
44
+
45
+ | django | djangoAdmin.cs | Comment |
46
+ | postgres | | |
47
+ | Gunicorn | | Not uwsgi |
48
+ | systemd | | |
49
+
50
+ ** React Front End
51
+
52
+ | react | BISOS Resources | Comment |
53
+ | gatsby | | |
54
+ | reveal.js | | |
55
+ | https://github.com/bouzidanas/react-reveal-slides | | |
56
+
57
+ * BISOS Web Apps
58
+
59
+ ** csPlayer
60
+
61
+ ** ByName Sites
62
+
63
+ ** ByName Factory
64
+
65
+ * Relevant Resources
66
+
67
+ - https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-debian-11
68
+ - https://tutos.readthedocs.io/en/latest/source/ndg.html
69
+
70
+ * Installation
71
+
72
+ The sources for the bisos.webCap pip package are maintained at:
73
+ https://github.com/bisos-pip/webCap.
74
+
75
+ The bisos.webCap pip package is available at PYPI as
76
+ https://pypi.org/project/bisos.webCap
77
+
78
+ You can install bisos.webCap with pip or pipx.
79
+
80
+ ** Installation With pip
81
+
82
+ If you need access to bisos.webCap as a python module, you can install it with pip:
83
+
84
+ #+begin_src bash
85
+ pip install bisos.webCap
86
+ #+end_src
87
+
88
+ ** Installation With pipx
89
+
90
+ If you only need access to bisos.webCap on command-line, you can install it with pipx:
91
+
92
+ #+begin_src bash
93
+ pipx install bisos.webCap
94
+ #+end_src
95
+
96
+ ** Post Installation Basic Testing
97
+
98
+ After the installation, run some basic tests:
99
+
100
+ #+begin_src bash
101
+ webCap.cs
102
+ webCap networking.interfaces.lo.bindings
103
+ #+end_src
104
+
105
+
106
+ * Usage
107
+
108
+ ** Local Usage (system command-line)
109
+
110
+ =webCap.cs= does the equivalent of webCap.
111
+
112
+ #+begin_src bash
113
+ bin/webCap.cs
114
+ #+end_src
115
+
116
+
117
+ * Documentation and Blee-Panels
118
+
119
+ bisos.webCap is part of ByStar Digital Ecosystem [[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: [[http://www.by-star.net/PLPC/180047]]
123
+
124
+ ** bisos.webCap Blee-Panels
125
+
126
+ bisos.webCap Blee-Panles are in ./panels directory.
127
+ From within Blee and BISOS these panles are accessible under the
128
+ Blee "Panels" menu.
129
+
130
+ See [[file:./panels/_nodeBase_/fullUsagePanel-en.org]] for a starting point.
131
+
132
+ * Support
133
+
134
+ For support, criticism, comments and questions; please contact the
135
+ author/maintainer\\
136
+ [[http://mohsen.1.banan.byname.net][Mohsen Banan]] at:
137
+ [[http://mohsen.1.banan.byname.net/contact]]
138
+
139
+
140
+ * Planned Improvements
141
+
142
+ - Enumerate applicabilities: telecom/SON, datacenter, CMIP-MOs
143
+ - py3/bisos/webCap/tocsModule_csu.py
144
+
@@ -0,0 +1,43 @@
1
+ #!/usr/bin/env python
2
+
3
+ ####+BEGIN: b:prog:file/particulars :authors ("./inserts/authors-mb.org")
4
+ """ #+begin_org
5
+ * *[[elisp:(org-cycle)][| Particulars |]]* :: Authors, version
6
+ ** This File: /l/bin/facter/facter-cbs-is-np-sysd.cs
7
+ ** File True Name: /bisos/git/auth/bxRepos/bisos-pip/facter/py3/bin/facter-cbs-is-np-sysd.cs
8
+ ** Authors: Mohsen BANAN, http://mohsen.banan.1.byname.net/contact
9
+ #+end_org """
10
+ ####+END:
11
+
12
+ """ #+begin_org
13
+ * Panel:: [[file:/bisos/panels/bisos-apps/NOTYET/_nodeBase_/fullUsagePanel-en.org]]
14
+ * Overview and Relevant Pointers
15
+ facter-cbs-is-np-sysd.cs
16
+ cbs: Capability Bundle Specification -- Based on a cba-sysd.cs seed
17
+ is: An Independent Service --- /Service Component/
18
+ n: No Data -- Materialization is purely based on Realm-BPO
19
+ p: Platform -- Materialization is based on Platform-BPO (Site-BPO is not used)
20
+ #+end_org """
21
+
22
+
23
+ from bisos.capability import cba_sysd_seed
24
+ from bisos.capability import cba_seed
25
+
26
+
27
+ cba_seed.setup(
28
+ seedType="systemd", # Extend using cba_sysd_seed.setup
29
+ loader=None,
30
+ sbom="webCap-csPlayers-sbom.cs",
31
+ assemble="webCap-csPlayers-assemble.cs",
32
+ materialize=None,
33
+ )
34
+
35
+ sysdUnitsListWebCapCsPlayers = [
36
+ cba_sysd_seed.sysdUnit("webCapCsPlayers_django", "webCap-csPlayers-django-sysd.cs")
37
+ ]
38
+
39
+ cba_sysd_seed.setup(
40
+ sysdUnitsList=sysdUnitsListWebCapCsPlayers,
41
+ )
42
+
43
+ cba_sysd_seed.plantWithWhich("cba-sysd.cs")
File without changes
File without changes
File without changes
@@ -0,0 +1,26 @@
1
+ #!/usr/bin/env python
2
+
3
+ from bisos.sbom import pkgsSeed # pkgsSeed.plantWithWhich("seedSbom.cs")
4
+ ap = pkgsSeed.aptPkg
5
+ pp = pkgsSeed.pipPkg
6
+
7
+ aptPkgsList = [
8
+ # ap("aptPkgName"),
9
+ ]
10
+
11
+ pipPkgsList = [
12
+ pp("django"),
13
+ pp("djangorestframework"),
14
+ pp("python-dotenv"),
15
+ ]
16
+
17
+ pipxPkgsList = [
18
+ # pp("pipPkgName"),
19
+ ]
20
+
21
+ pkgsSeed.setup(
22
+ aptPkgsList=aptPkgsList,
23
+ pipPkgsList=pipPkgsList,
24
+ pipxPkgsList=pipxPkgsList,
25
+
26
+ )