Skip to content

Commit 73cce21

Browse files
[CI AUTO] Publish triggered by generallibrary
1 parent 8548b01 commit 73cce21

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Random useful code categorized into modules.
2323

2424
```mermaid
2525
flowchart LR
26-
3([file]) --> 4([packager])
2726
0([import]) --> 3([file])
28-
2([library]) --> 4([packager])
2927
0([import]) --> 2([library])
30-
2([library]) --> 3([file])
3128
1([tool]) --> 2([library])
29+
3([file]) --> 4([packager])
30+
2([library]) --> 4([packager])
31+
2([library]) --> 3([file])
3232
click 0 "https://github.com/ManderaGeneral/generalimport"
3333
click 1 "https://github.com/ManderaGeneral/generaltool"
3434
click 2 "https://github.com/ManderaGeneral/generallibrary"
@@ -62,7 +62,7 @@ style 2 stroke:#482
6262

6363
| Package | Ver | Latest Release | Python | Platform | Cover |
6464
|:-------------------------------------------------------------------|:---------------------------------------------------|:---------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:--------|
65-
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.10.0](https://pypi.org/project/generallibrary/) | 2024-01-24 07:12 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/), [3.12](https://www.python.org/downloads/release/python-3120/) | Windows, Ubuntu | |
65+
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.10.0](https://pypi.org/project/generallibrary/) | 2024-01-24 07:20 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/), [3.10](https://www.python.org/downloads/release/python-3100/), [3.11](https://www.python.org/downloads/release/python-3110/), [3.12](https://www.python.org/downloads/release/python-3120/) | Windows, Ubuntu | 92.4 % |
6666
</details>
6767

6868

@@ -349,17 +349,17 @@ Issue-creation, discussions and pull requests are most welcome!
349349

350350
| Module | Message |
351351
|:----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
352-
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L23'>Recycle ObjInfo.</a> |
353-
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L1'>diagram.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L500'>Shared dict for NetworkDiagram, resolve logic with multiple parents.</a> |
354352
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L44'>Make Log use __name__ from previous frame so it doesn't write to root.</a> |
355353
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L1'>code.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/code.py#L71'>Use another delimiter than , in Log and make sure it can handle quotes.</a> |
356-
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L1'>versions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L59'>Use Ver in each part of VerInfo.</a> |
354+
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L1'>diagram.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L500'>Shared dict for NetworkDiagram, resolve logic with multiple parents.</a> |
355+
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L23'>Recycle ObjInfo.</a> |
357356
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/test/test_time.py#L1'>test_time.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/test/test_time.py#L61'>Fix time casting to wrong day when past midnight.</a> |
357+
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L1'>versions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L59'>Use Ver in each part of VerInfo.</a> |
358358
</details>
359359

360360

361361
<sup>
362-
Generated 2024-01-24 07:12 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
362+
Generated 2024-01-24 07:20 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
363363
</sup>
364364
</details>
365365

0 commit comments

Comments
 (0)