pub-analyzer 0.1.2__py3-none-any.whl → 0.3.0__py3-none-any.whl
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.
Potentially problematic release.
This version of pub-analyzer might be problematic. Click here for more details.
- pub_analyzer/css/body.tcss +48 -35
- pub_analyzer/css/buttons.tcss +0 -1
- pub_analyzer/css/collapsible.tcss +31 -0
- pub_analyzer/css/main.tcss +4 -0
- pub_analyzer/css/summary.tcss +75 -0
- pub_analyzer/internal/identifier.py +36 -10
- pub_analyzer/internal/render.py +1 -1
- pub_analyzer/internal/report.py +177 -53
- pub_analyzer/internal/templates/author/{author_resume.typ → author_summary.typ} +4 -3
- pub_analyzer/internal/templates/author/report.typ +4 -3
- pub_analyzer/internal/templates/author/sources.typ +7 -5
- pub_analyzer/internal/templates/author/works.typ +12 -12
- pub_analyzer/internal/templates/author/works_extended.typ +4 -4
- pub_analyzer/main.py +6 -7
- pub_analyzer/models/author.py +20 -28
- pub_analyzer/models/concept.py +19 -0
- pub_analyzer/models/institution.py +22 -5
- pub_analyzer/models/report.py +14 -14
- pub_analyzer/models/source.py +59 -3
- pub_analyzer/models/topic.py +59 -0
- pub_analyzer/models/work.py +30 -7
- pub_analyzer/widgets/author/cards.py +15 -14
- pub_analyzer/widgets/author/core.py +80 -115
- pub_analyzer/widgets/author/tables.py +1 -1
- pub_analyzer/widgets/common/__init__.py +6 -6
- pub_analyzer/widgets/common/filesystem.py +16 -13
- pub_analyzer/widgets/common/filters.py +111 -0
- pub_analyzer/widgets/common/input.py +14 -5
- pub_analyzer/widgets/common/selector.py +1 -1
- pub_analyzer/widgets/common/summary.py +7 -0
- pub_analyzer/widgets/institution/cards.py +13 -15
- pub_analyzer/widgets/institution/core.py +81 -115
- pub_analyzer/widgets/institution/tables.py +1 -1
- pub_analyzer/widgets/report/cards.py +33 -31
- pub_analyzer/widgets/report/concept.py +47 -0
- pub_analyzer/widgets/report/core.py +90 -20
- pub_analyzer/widgets/report/export.py +2 -2
- pub_analyzer/widgets/report/grants.py +46 -0
- pub_analyzer/widgets/report/locations.py +14 -12
- pub_analyzer/widgets/report/source.py +22 -14
- pub_analyzer/widgets/report/topic.py +55 -0
- pub_analyzer/widgets/report/work.py +70 -34
- pub_analyzer/widgets/search/__init__.py +4 -4
- pub_analyzer/widgets/search/results.py +15 -16
- pub_analyzer/widgets/sidebar.py +11 -9
- {pub_analyzer-0.1.2.dist-info → pub_analyzer-0.3.0.dist-info}/METADATA +31 -7
- pub_analyzer-0.3.0.dist-info/RECORD +69 -0
- {pub_analyzer-0.1.2.dist-info → pub_analyzer-0.3.0.dist-info}/WHEEL +1 -1
- pub_analyzer/css/author.tcss +0 -78
- pub_analyzer/css/institution.tcss +0 -78
- pub_analyzer-0.1.2.dist-info/RECORD +0 -62
- {pub_analyzer-0.1.2.dist-info → pub_analyzer-0.3.0.dist-info}/LICENSE +0 -0
- {pub_analyzer-0.1.2.dist-info → pub_analyzer-0.3.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
pub_analyzer/__init__.py,sha256=8xDULqkSyOBAa5bvzcnteo5nW1sqXB6pR9fSc9DpXFo,40
|
|
2
|
-
pub_analyzer/css/author.tcss,sha256=yAMg6dAGXocx_YOdc0cako5MmoTzlmg5FrfpCNbMZk4,1393
|
|
3
|
-
pub_analyzer/css/body.tcss,sha256=6pMQ8wUYb8auIC2MZYJgdBNOsj2nabdIzsBD2BpOxBA,1400
|
|
4
|
-
pub_analyzer/css/buttons.tcss,sha256=cqfBME_4RATJV-QsbBzRtxaBGXAKbFiPbw0bE8h6ESw,547
|
|
5
|
-
pub_analyzer/css/checkbox.tcss,sha256=FblyIHns-r1K0ikOnSJtoTMz57C6iDEcscdFAsJ7s48,506
|
|
6
|
-
pub_analyzer/css/datatable.tcss,sha256=JgdMUPc4fYmZlXi_FxbuD88pegK6Pi4FgDHIfA_TKxo,994
|
|
7
|
-
pub_analyzer/css/institution.tcss,sha256=-e_31hICmhO6IG7TLcPqt51Dre0dTZET96xH1rSvTfg,1454
|
|
8
|
-
pub_analyzer/css/main.tcss,sha256=cskPG1MCKeCj2TQMPCZKsEbfF1_zLSibBERmOOsmkRY,756
|
|
9
|
-
pub_analyzer/css/report.tcss,sha256=5v-h4Y5gUdonLQTVkVm-HYrYT1xDS-4NYHVZDYghVEs,2066
|
|
10
|
-
pub_analyzer/css/search.tcss,sha256=rovbWjp4pYfCF_OyAC_QrV_0WdMUlsYoQ3vbs9pGw7g,1326
|
|
11
|
-
pub_analyzer/css/tabs.tcss,sha256=dS7y6ZZmo1Vw7Wqpx66-O-oE7zeqPE9reWqIhQ1KcZs,311
|
|
12
|
-
pub_analyzer/css/tree.tcss,sha256=5BSabX9ZmRL3VTz0Gya2RRJnWrwdIF9cTf6dXj2R4kE,818
|
|
13
|
-
pub_analyzer/internal/__init__.py,sha256=9aqrBJDedUiBO5kEO81kSAuPbOSFoaDZZK8w5NydPhs,22
|
|
14
|
-
pub_analyzer/internal/identifier.py,sha256=TtQiaifW06HeqE0RIivOQijJHV67yvKZS2bZHE97P00,2192
|
|
15
|
-
pub_analyzer/internal/render.py,sha256=xikHo5NHcpKvrHsF03wODam_788jZGiGrSY4XS_iy5M,2144
|
|
16
|
-
pub_analyzer/internal/report.py,sha256=-R_NcVF7vabRpUiK4g8TDh7z9OzOmBpk2e-nkthkkrI,11179
|
|
17
|
-
pub_analyzer/internal/templates/author/author_resume.typ,sha256=hF6SjfUfOjijJQGUCRH5QGQEQSVu8lAqCAzWeWpXyqs,2407
|
|
18
|
-
pub_analyzer/internal/templates/author/report.typ,sha256=qwyD3aeVeQ4D5-oy3-zdmIzoRDA3FVgQl6qXVBRw2MQ,1378
|
|
19
|
-
pub_analyzer/internal/templates/author/sources.typ,sha256=TQkohC5ZW4ZupymFRJGe1v6QVln9c17_H9rwQBnSFDY,593
|
|
20
|
-
pub_analyzer/internal/templates/author/works.typ,sha256=aPV4woC55YpQT9qNh7h6Gu1bx-ypp_59f02_6D96zYA,1966
|
|
21
|
-
pub_analyzer/internal/templates/author/works_extended.typ,sha256=iNxPyg1rKJDOPx5-zWf-94HXR-1HY9KR9Lt6VMO-vFU,3436
|
|
22
|
-
pub_analyzer/main.py,sha256=m7tp9DrMj9R7Jnk2nkx9HPN93t7L34hbNnq1aH5Uxy0,2201
|
|
23
|
-
pub_analyzer/models/__init__.py,sha256=hvR6m379slQw7gSwnl_OFY21Ytv90mmmOe7bp8vZYkk,59
|
|
24
|
-
pub_analyzer/models/author.py,sha256=OGxlLpnyPtGrBwVnvUybW_L49Ti_gXTf_FfRS5qXpoM,2154
|
|
25
|
-
pub_analyzer/models/institution.py,sha256=_Sjn008UOAxsMJVImlt1OLjutCMGHISBl6c97Db5k1M,2497
|
|
26
|
-
pub_analyzer/models/report.py,sha256=8c-A8sX0a_smqjlirWRyTK9YbAAHLqPU5GNiGJcntAI,2575
|
|
27
|
-
pub_analyzer/models/source.py,sha256=Fq6M5Wut7pOMoe2qATxasGLpaORleUuMXBaKDaFwiLc,453
|
|
28
|
-
pub_analyzer/models/work.py,sha256=-qpCHNn49KgjWcANcHYJ1ymIBtBGPyqc8Fm1xS9aYao,3594
|
|
29
|
-
pub_analyzer/widgets/__init__.py,sha256=JALs1yGE06XYwjoY_0AG-Wt_pMknI1WEWNYK3atQaEA,18
|
|
30
|
-
pub_analyzer/widgets/author/__init__.py,sha256=oiJibt7YiuGpovOnFIAlC9YwLO-0LN3SDgPWFL-LVPQ,22
|
|
31
|
-
pub_analyzer/widgets/author/cards.py,sha256=lrGgQnXOYmEv_qJAvEPUKPgoS4-SyafUBPLvlpf20q0,2416
|
|
32
|
-
pub_analyzer/widgets/author/core.py,sha256=revzrO_t7XFVcdREjGGz6pHm-TBGLa0M_xXwb5Mw0KM,6204
|
|
33
|
-
pub_analyzer/widgets/author/tables.py,sha256=5iJ_8-ZmdnpN6ohopbFaXzw3pDbUb5epi2N08DEdrqY,793
|
|
34
|
-
pub_analyzer/widgets/body.py,sha256=wN9cMcm1MaRTjuHYt8RWrG8D_ngg5cn-hVllvmzPX_o,972
|
|
35
|
-
pub_analyzer/widgets/common/__init__.py,sha256=ZJTjw74rG7v0AwrZrRU5R8W9tJEeWebeLojadG4dGcI,287
|
|
36
|
-
pub_analyzer/widgets/common/card.py,sha256=GGSaeuZt6AqY7kAvcVnWNMrhNPzr7do66YRQOYNSYvU,595
|
|
37
|
-
pub_analyzer/widgets/common/filesystem.py,sha256=iTBN8hTxlAbArsAk5m0rbSRw8dnQXhF3zJH8oQ6ig1w,6520
|
|
38
|
-
pub_analyzer/widgets/common/input.py,sha256=C0ipEiqbuV8VrCfM4KC_m8El04q0BYIDeF7WzhbAA5M,2430
|
|
39
|
-
pub_analyzer/widgets/common/modal.py,sha256=otLQZotdTRTlSeTBknIxqRyduVY6lRZ5yW5u20SLcwI,882
|
|
40
|
-
pub_analyzer/widgets/common/selector.py,sha256=Cf-HCzA38tY5X6KiZeHPTbB459SMyypEYn67C8UXx_8,1493
|
|
41
|
-
pub_analyzer/widgets/institution/__init__.py,sha256=T_WDTDistaaq2obl1Cy_wZI5nTBiJNUnB-_OwBOLFTE,27
|
|
42
|
-
pub_analyzer/widgets/institution/cards.py,sha256=a6ZGtIU1_45ggiKtJoDBXS9b1uSHuIj5rfqhpRFgCco,2900
|
|
43
|
-
pub_analyzer/widgets/institution/core.py,sha256=tjBM7Zeu1tl4jYZG_vPhtEwJBGHkfIeAUr6kL3J4gBM,6336
|
|
44
|
-
pub_analyzer/widgets/institution/tables.py,sha256=FZU8PmiJiD9Fd0uISeKe6XVG1GB5aWb6njI_lZkTCGw,838
|
|
45
|
-
pub_analyzer/widgets/report/__init__.py,sha256=oolRVss3JKaQHaQVDncjtxbLINRJ5Rd1ulW1uk7MLhc,54
|
|
46
|
-
pub_analyzer/widgets/report/author.py,sha256=orlq-YSHeRcEyCXrQHiRpp2tdPC9SO1MjQ9uhNpU0-k,1227
|
|
47
|
-
pub_analyzer/widgets/report/cards.py,sha256=gz6GFeTRkmm_7F7b-tIeFiJKtsPTu3wRpr-zPjpjI3c,4779
|
|
48
|
-
pub_analyzer/widgets/report/core.py,sha256=QxkzKFpSA99Eq3vFw3Mmrd6DvfpIBj6N4p-Z4teyI4o,9174
|
|
49
|
-
pub_analyzer/widgets/report/export.py,sha256=75IX7b4bR9hHYZGPdC2Y57s9Qa7VvXSi0XvzTh_gdoI,4790
|
|
50
|
-
pub_analyzer/widgets/report/institution.py,sha256=PDPE9fK18l9kKKch5sJrbnHHDss0kJ6bgVhM4hTyrAo,1297
|
|
51
|
-
pub_analyzer/widgets/report/locations.py,sha256=L3oBGsH358sQ1gdPEjjgmC26SkDHiVTUGd6AsICAJa0,2858
|
|
52
|
-
pub_analyzer/widgets/report/source.py,sha256=ZQLJKBZ7i1sd0lWHy_n5mOtGJd4e2V-PbGH5-3wPm-c,2725
|
|
53
|
-
pub_analyzer/widgets/report/work.py,sha256=wWYLG2cp-Gkqvfq_Q6youDAN3yHB8D5BUgNxxMuGnKM,7865
|
|
54
|
-
pub_analyzer/widgets/search/__init__.py,sha256=P3I07auaL3UT8CmG4aknzN38kuoiRbrp5Ytmu0PHd6o,239
|
|
55
|
-
pub_analyzer/widgets/search/core.py,sha256=4NvowtBcrH1fmob9kuF7v9Tq3Nd99jzB2S7xaD8OYeI,3861
|
|
56
|
-
pub_analyzer/widgets/search/results.py,sha256=D5YaZdYbKuzVo0UNRcx2XKjH2Wyno9KCeZMpTwbQplE,3748
|
|
57
|
-
pub_analyzer/widgets/sidebar.py,sha256=OVxazZgQ5WZfPEarmsDkkEBhSlg1Wvoyjq5CSaKFJsg,2423
|
|
58
|
-
pub_analyzer-0.1.2.dist-info/LICENSE,sha256=OPopoEowTMKqIea8Kbxk3TKdCQ97YkLvIknjTHE5oCI,1080
|
|
59
|
-
pub_analyzer-0.1.2.dist-info/METADATA,sha256=PPgIXizydLQCHcyqERpkxgisLsh4AC1cdhr0yMeDUiQ,3271
|
|
60
|
-
pub_analyzer-0.1.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
61
|
-
pub_analyzer-0.1.2.dist-info/entry_points.txt,sha256=mVb_gUNX_-aVWHlNKLjcMAS8YLgNnSq9JLRXVJGIF2c,54
|
|
62
|
-
pub_analyzer-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|