Skip to content

Commit b33284c

Browse files
small fixes
1 parent 9a7c5ec commit b33284c

23 files changed

+326
-312
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://lucit-licensing-python.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 1.8.2.dev (development stage/unreleased/unstable)
13+
### Added
14+
- `__app_name__` and `__version__`
15+
### Fixed
16+
- Import in `licensing_manager.py` and `licensing_cli.py`.
17+
- Type of global `logger` variable.
1318

1419
## 1.8.2
1520
`lucit-licensing-python` can now also be installed on all architectures on which there are no precompiled packages from

dev/sphinx/source/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://lucit-licensing-python.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 1.8.2.dev (development stage/unreleased/unstable)
13+
### Added
14+
- `__app_name__` and `__version__`
15+
### Fixed
16+
- Import in `licensing_manager.py` and `licensing_cli.py`.
17+
- Type of global `logger` variable.
1318

1419
## 1.8.2
1520
`lucit-licensing-python` can now also be installed on all architectures on which there are no precompiled packages from

dev/sphinx/source/lucit_licensing_python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ lucit\_licensing\_python.cli module
1616
lucit\_licensing\_python.exceptions module
1717
------------------------------------------------------------------------------------
1818

19-
.. automodule:: lucit_licensing_python.exceptions
19+
.. automodule:: lucit_licensing_python.licensing_exceptions
2020
:members:
2121
:undoc-members:
2222
:show-inheritance:
2323

2424
lucit\_licensing\_python.manager module
2525
---------------------------------------------------------------------------------
2626

27-
.. automodule:: lucit_licensing_python.manager
27+
.. automodule:: lucit_licensing_python.licensing_manager
2828
:members:
2929
:undoc-members:
3030
:show-inheritance:

docs/_modules/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ <h3>Navigation</h3>
143143
<div class="body" role="main">
144144

145145
<h1>All modules for which code is available</h1>
146-
<ul><li><a href="lucit_licensing_python/cli.html">lucit_licensing_python.cli</a></li>
147-
<li><a href="lucit_licensing_python/exceptions.html">lucit_licensing_python.exceptions</a></li>
148-
<li><a href="lucit_licensing_python/manager.html">lucit_licensing_python.manager</a></li>
146+
<ul><li><a href="lucit_licensing_python/licensing_exceptions.html">lucit_licensing_python.licensing_exceptions</a></li>
147+
<li><a href="lucit_licensing_python/licensing_manager.html">lucit_licensing_python.licensing_manager</a></li>
149148
</ul>
150149

151150
<div class="clearer"></div>
@@ -250,7 +249,7 @@ <h3>Navigation</h3>
250249
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
251250
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
252251
See <a href="/license.html">License</a> for more information.<br />
253-
Last updated on Mar 14 2024 at 14:49 (CET).
252+
Last updated on May 12 2024 at 11:16 (CET).
254253
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
255254
<br />
256255
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_sources/changelog.md.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010
[How to upgrade to the latest version!](https://lucit-licensing-python.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

1212
## 1.8.2.dev (development stage/unreleased/unstable)
13+
### Added
14+
- `__app_name__` and `__version__`
15+
### Fixed
16+
- Import in `licensing_manager.py` and `licensing_cli.py`.
17+
- Type of global `logger` variable.
1318

1419
## 1.8.2
1520
`lucit-licensing-python` can now also be installed on all architectures on which there are no precompiled packages from

docs/_sources/lucit_licensing_python.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ lucit\_licensing\_python.cli module
1616
lucit\_licensing\_python.exceptions module
1717
------------------------------------------------------------------------------------
1818

19-
.. automodule:: lucit_licensing_python.exceptions
19+
.. automodule:: lucit_licensing_python.licensing_exceptions
2020
:members:
2121
:undoc-members:
2222
:show-inheritance:
2323

2424
lucit\_licensing\_python.manager module
2525
---------------------------------------------------------------------------------
2626

27-
.. automodule:: lucit_licensing_python.manager
27+
.. automodule:: lucit_licensing_python.licensing_manager
2828
:members:
2929
:undoc-members:
3030
:show-inheritance:

docs/changelog.html

Lines changed: 119 additions & 98 deletions
Large diffs are not rendered by default.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Mar 14 2024 at 14:49 (CET).
402+
Last updated on May 12 2024 at 11:16 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on Mar 14 2024 at 14:49 (CET).
341+
Last updated on May 12 2024 at 11:16 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -162,39 +162,35 @@ <h1 id="index">Index</h1>
162162
<h2 id="C">C</h2>
163163
<table style="width: 100%" class="indextable genindextable"><tr>
164164
<td style="width: 33%; vertical-align: top;"><ul>
165-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.cli.cli">cli() (in module lucit_licensing_python.cli)</a>
166-
</li>
167-
</ul></td>
168-
<td style="width: 33%; vertical-align: top;"><ul>
169-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.close">close() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
165+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.close">close() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
170166
</li>
171167
</ul></td>
172168
</tr></table>
173169

174170
<h2 id="G">G</h2>
175171
<table style="width: 100%" class="indextable genindextable"><tr>
176172
<td style="width: 33%; vertical-align: top;"><ul>
177-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_info">get_info() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
173+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_info">get_info() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
178174
</li>
179-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_license_exception">get_license_exception() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
175+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_license_exception">get_license_exception() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
180176
</li>
181-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_module_version">get_module_version() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
177+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_module_version">get_module_version() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
182178
</li>
183179
</ul></td>
184180
<td style="width: 33%; vertical-align: top;"><ul>
185-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_quotas">get_quotas() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
181+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_quotas">get_quotas() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
186182
</li>
187-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_timestamp">get_timestamp() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
183+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_timestamp">get_timestamp() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
188184
</li>
189-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.get_version">get_version() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
185+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.get_version">get_version() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
190186
</li>
191187
</ul></td>
192188
</tr></table>
193189

194190
<h2 id="I">I</h2>
195191
<table style="width: 100%" class="indextable genindextable"><tr>
196192
<td style="width: 33%; vertical-align: top;"><ul>
197-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.is_verified">is_verified() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
193+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.is_verified">is_verified() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
198194
</li>
199195
</ul></td>
200196
</tr></table>
@@ -219,29 +215,27 @@ <h2 id="L">L</h2>
219215
</ul></td>
220216
<td style="width: 33%; vertical-align: top;"><ul>
221217
<li>
222-
lucit_licensing_python.exceptions
218+
lucit_licensing_python.licensing_exceptions
223219

224220
<ul>
225-
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.exceptions">module</a>
221+
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.licensing_exceptions">module</a>
226222
</li>
227223
</ul></li>
228224
<li>
229-
lucit_licensing_python.manager
225+
lucit_licensing_python.licensing_manager
230226

231227
<ul>
232-
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.manager">module</a>
228+
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.licensing_manager">module</a>
233229
</li>
234230
</ul></li>
235-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager">LucitLicensingManager (class in lucit_licensing_python.manager)</a>
231+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager">LucitLicensingManager (class in lucit_licensing_python.licensing_manager)</a>
236232
</li>
237233
</ul></td>
238234
</tr></table>
239235

240236
<h2 id="M">M</h2>
241237
<table style="width: 100%" class="indextable genindextable"><tr>
242238
<td style="width: 33%; vertical-align: top;"><ul>
243-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.cli.main">main() (in module lucit_licensing_python.cli)</a>
244-
</li>
245239
<li>
246240
module
247241

@@ -250,9 +244,9 @@ <h2 id="M">M</h2>
250244
</li>
251245
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.cli">lucit_licensing_python.cli</a>
252246
</li>
253-
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.exceptions">lucit_licensing_python.exceptions</a>
247+
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.licensing_exceptions">lucit_licensing_python.licensing_exceptions</a>
254248
</li>
255-
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.manager">lucit_licensing_python.manager</a>
249+
<li><a href="lucit_licensing_python.html#module-lucit_licensing_python.licensing_manager">lucit_licensing_python.licensing_manager</a>
256250
</li>
257251
</ul></li>
258252
</ul></td>
@@ -261,57 +255,57 @@ <h2 id="M">M</h2>
261255
<h2 id="N">N</h2>
262256
<table style="width: 100%" class="indextable genindextable"><tr>
263257
<td style="width: 33%; vertical-align: top;"><ul>
264-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.exceptions.NoValidatedLucitLicense">NoValidatedLucitLicense</a>
258+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_exceptions.NoValidatedLucitLicense">NoValidatedLucitLicense</a>
265259
</li>
266260
</ul></td>
267261
</tr></table>
268262

269263
<h2 id="P">P</h2>
270264
<table style="width: 100%" class="indextable genindextable"><tr>
271265
<td style="width: 33%; vertical-align: top;"><ul>
272-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.process_licensing_error">process_licensing_error() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
266+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.process_licensing_error">process_licensing_error() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
273267
</li>
274268
</ul></td>
275269
</tr></table>
276270

277271
<h2 id="R">R</h2>
278272
<table style="width: 100%" class="indextable genindextable"><tr>
279273
<td style="width: 33%; vertical-align: top;"><ul>
280-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.reset">reset() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
274+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.reset">reset() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
281275
</li>
282276
</ul></td>
283277
<td style="width: 33%; vertical-align: top;"><ul>
284-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.run">run() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
278+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.run">run() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
285279
</li>
286280
</ul></td>
287281
</tr></table>
288282

289283
<h2 id="S">S</h2>
290284
<table style="width: 100%" class="indextable genindextable"><tr>
291285
<td style="width: 33%; vertical-align: top;"><ul>
292-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.set_license_exception">set_license_exception() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
286+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.set_license_exception">set_license_exception() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
293287
</li>
294288
</ul></td>
295289
<td style="width: 33%; vertical-align: top;"><ul>
296-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.stop">stop() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
290+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.stop">stop() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
297291
</li>
298-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.sync_time">sync_time() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
292+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.sync_time">sync_time() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
299293
</li>
300294
</ul></td>
301295
</tr></table>
302296

303297
<h2 id="T">T</h2>
304298
<table style="width: 100%" class="indextable genindextable"><tr>
305299
<td style="width: 33%; vertical-align: top;"><ul>
306-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.test">test() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
300+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.test">test() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
307301
</li>
308302
</ul></td>
309303
</tr></table>
310304

311305
<h2 id="V">V</h2>
312306
<table style="width: 100%" class="indextable genindextable"><tr>
313307
<td style="width: 33%; vertical-align: top;"><ul>
314-
<li><a href="lucit_licensing_python.html#lucit_licensing_python.manager.LucitLicensingManager.verify">verify() (lucit_licensing_python.manager.LucitLicensingManager method)</a>
308+
<li><a href="lucit_licensing_python.html#lucit_licensing_python.licensing_manager.LucitLicensingManager.verify">verify() (lucit_licensing_python.licensing_manager.LucitLicensingManager method)</a>
315309
</li>
316310
</ul></td>
317311
</tr></table>
@@ -420,7 +414,7 @@ <h3>Navigation</h3>
420414
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
421415
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
422416
See <a href="/license.html">License</a> for more information.<br />
423-
Last updated on Mar 14 2024 at 14:49 (CET).
417+
Last updated on May 12 2024 at 11:16 (CET).
424418
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues/new/choose">Found a bug</a>?
425419
<br />
426420
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)