4
4
< head >
5
5
< meta charset ="utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > lucit_licensing_python.cli — lucit-licensing-python 1.8.1 documentation</ title > < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < title > lucit_licensing_python.licensing_cli — lucit-licensing-python 1.8.2 documentation</ title > < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
8
9
9
< link rel ="stylesheet " type ="text/css " href ="../../_static/pygments.css?v=92fd9be5 " />
10
10
< link rel ="stylesheet " type ="text/css " href ="../../_static/pydoctheme.css?v=fdf8e9ae " />
@@ -112,14 +112,15 @@ <h3>Navigation</h3>
112
112
113
113
< li > < img src ="../../_static/lucit.png " alt ="LUCIT Logo "
114
114
style ="vertical-align: middle; margin-top: -1px "/> </ li >
115
+ < li > < a href ="https://docs.lucit.tech "> Docs Index</ a > | </ li >
115
116
< li > < a href ="https://www.lucit.tech/lucit-licensing-python.html "> lucit-licensing-python</ a > »</ li >
116
117
117
118
118
119
119
120
< a href ="../../index.html "> Docs</ a > »
120
121
121
122
< li class ="nav-item nav-item-1 "> < a href ="../index.html " accesskey ="U "> Module code</ a > »</ li >
122
- < li class ="nav-item nav-item-this "> < a href =""> lucit_licensing_python.cli </ a > </ li >
123
+ < li class ="nav-item nav-item-this "> < a href =""> lucit_licensing_python.licensing_cli </ a > </ li >
123
124
< li class ="right ">
124
125
125
126
@@ -142,11 +143,11 @@ <h3>Navigation</h3>
142
143
< div class ="bodywrapper ">
143
144
< div class ="body " role ="main ">
144
145
145
- < h1 > Source code for lucit_licensing_python.cli </ h1 > < div class ="highlight "> < pre >
146
+ < h1 > Source code for lucit_licensing_python.licensing_cli </ h1 > < div class ="highlight "> < pre >
146
147
< span > </ span > < span class ="ch "> #!/usr/bin/env python3</ span >
147
148
< span class ="c1 "> # -*- coding: utf-8 -*-</ span >
148
149
< span class ="c1 "> #</ span >
149
- < span class ="c1 "> # File: lucit_licensing_python/cli .py</ span >
150
+ < span class ="c1 "> # File: lucit_licensing_python/licensing_cli .py</ span >
150
151
< span class ="c1 "> #</ span >
151
152
< span class ="c1 "> # Project website: https://www.lucit.tech/lucit-licensing-python.html</ span >
152
153
< span class ="c1 "> # Github: https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python</ span >
@@ -171,15 +172,15 @@ <h1>Source code for lucit_licensing_python.cli</h1><div class="highlight"><pre>
171
172
< span class ="kn "> import</ span > < span class ="nn "> textwrap</ span >
172
173
< span class ="kn "> from</ span > < span class ="nn "> pathlib</ span > < span class ="kn "> import</ span > < span class ="n "> Path</ span >
173
174
< span class ="k "> try</ span > < span class ="p "> :</ span >
174
- < span class ="kn "> from</ span > < span class ="nn "> manager </ span > < span class ="kn "> import</ span > < span class ="n "> LucitLicensingManager</ span >
175
- < span class ="kn "> from</ span > < span class ="nn "> exceptions </ span > < span class ="kn "> import</ span > < span class ="n "> NoValidatedLucitLicense</ span >
175
+ < span class ="kn "> from</ span > < span class ="nn "> .licensing_manager </ span > < span class ="kn "> import</ span > < span class ="n "> LucitLicensingManager</ span >
176
+ < span class ="kn "> from</ span > < span class ="nn "> .licensing_exceptions </ span > < span class ="kn "> import</ span > < span class ="n "> NoValidatedLucitLicense</ span >
176
177
< span class ="k "> except</ span > < span class ="ne "> ModuleNotFoundError</ span > < span class ="p "> :</ span >
177
- < span class ="kn "> from</ span > < span class ="nn "> lucit_licensing_python.manager </ span > < span class ="kn "> import</ span > < span class ="n "> LucitLicensingManager</ span >
178
- < span class ="kn "> from</ span > < span class ="nn "> lucit_licensing_python.exceptions </ span > < span class ="kn "> import</ span > < span class ="n "> NoValidatedLucitLicense</ span >
178
+ < span class ="kn "> from</ span > < span class ="nn "> lucit_licensing_python.licensing_manager </ span > < span class ="kn "> import</ span > < span class ="n "> LucitLicensingManager</ span >
179
+ < span class ="kn "> from</ span > < span class ="nn "> lucit_licensing_python.licensing_exceptions </ span > < span class ="kn "> import</ span > < span class ="n "> NoValidatedLucitLicense</ span >
179
180
180
181
181
182
< div class ="viewcode-block " id ="cli ">
182
- < a class ="viewcode-back " href ="../../lucit_licensing_python.html#lucit_licensing_python.cli .cli "> [docs]</ a >
183
+ < a class ="viewcode-back " href ="../../lucit_licensing_python.html#lucit_licensing_python.licensing_cli .cli "> [docs]</ a >
183
184
< span class ="k "> async</ span > < span class ="k "> def</ span > < span class ="nf "> cli</ span > < span class ="p "> ():</ span >
184
185
< span class ="w "> </ span > < span class ="sd "> """</ span >
185
186
< span class ="sd "> LUCIT License Manager Command Line Interface</ span >
@@ -396,7 +397,7 @@ <h1>Source code for lucit_licensing_python.cli</h1><div class="highlight"><pre>
396
397
397
398
398
399
< div class ="viewcode-block " id ="main ">
399
- < a class ="viewcode-back " href ="../../lucit_licensing_python.html#lucit_licensing_python.cli .main "> [docs]</ a >
400
+ < a class ="viewcode-back " href ="../../lucit_licensing_python.html#lucit_licensing_python.licensing_cli .main "> [docs]</ a >
400
401
< span class ="k "> def</ span > < span class ="nf "> main</ span > < span class ="p "> ():</ span >
401
402
< span class ="k "> try</ span > < span class ="p "> :</ span >
402
403
< span class ="n "> asyncio</ span > < span class ="o "> .</ span > < span class ="n "> run</ span > < span class ="p "> (</ span > < span class ="n "> cli</ span > < span class ="p "> ())</ span >
@@ -483,14 +484,15 @@ <h3>Navigation</h3>
483
484
484
485
< li > < img src ="../../_static/lucit.png " alt ="LUCIT Logo "
485
486
style ="vertical-align: middle; margin-top: -1px "/> </ li >
487
+ < li > < a href ="https://docs.lucit.tech "> Docs Index</ a > | </ li >
486
488
< li > < a href ="https://www.lucit.tech/lucit-licensing-python.html "> lucit-licensing-python</ a > »</ li >
487
489
488
490
489
491
490
492
< a href ="../../index.html "> Docs</ a > »
491
493
492
494
< li class ="nav-item nav-item-1 "> < a href ="../index.html " > Module code</ a > »</ li >
493
- < li class ="nav-item nav-item-this "> < a href =""> lucit_licensing_python.cli </ a > </ li >
495
+ < li class ="nav-item nav-item-this "> < a href =""> lucit_licensing_python.licensing_cli </ a > </ li >
494
496
< li class ="right ">
495
497
496
498
@@ -508,9 +510,10 @@ <h3>Navigation</h3>
508
510
</ ul >
509
511
</ div >
510
512
< div class ="footer ">
513
+ < a href ="https://docs.lucit.tech "> Index of all LUCIT Software Documentation</ a > < br />
511
514
© < a href ="/license.html "> Copyright</ a > 2023-2023, LUCIT Systems and Development. All Rights Reserved..
512
515
See < a href ="/license.html "> License</ a > for more information.< br />
513
- Last updated on Nov 15 2023 at 14:21 (CET).
516
+ Last updated on May 12 2024 at 12:03 (CET).
514
517
< a href ="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose "> Found a bug</ a > ?
515
518
< br />
516
519
Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 7.2.6.
0 commit comments