pub-analyzer 0.4.2__tar.gz → 0.4.3__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.
Potentially problematic release.
This version of pub-analyzer might be problematic. Click here for more details.
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/PKG-INFO +1 -1
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/institution.py +1 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/work.py +1 -1
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pyproject.toml +1 -1
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/LICENSE +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/README.md +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/body.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/buttons.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/checkbox.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/collapsible.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/datatable.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/main.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/report.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/search.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/summary.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/tabs.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/css/tree.tcss +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/identifier.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/render.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/report.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/author_summary.typ +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/report.typ +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/sources.typ +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/works.typ +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/works_extended.typ +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/main.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/author.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/concept.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/report.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/source.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/models/topic.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/author/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/author/cards.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/author/core.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/author/tables.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/body.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/card.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/filesystem.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/filters.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/input.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/modal.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/selector.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/common/summary.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/institution/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/institution/cards.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/institution/core.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/institution/tables.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/author.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/cards.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/concept.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/core.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/export.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/grants.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/institution.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/locations.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/source.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/topic.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/report/work.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/search/__init__.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/search/core.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/search/results.py +0 -0
- {pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/widgets/sidebar.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pub-analyzer
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: A text user interface, written in python, which automates the generation of scientific production reports using OpenAlex
|
|
5
5
|
Home-page: https://github.com/alejandrgaspar/pub-analyzer
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "pub-analyzer"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.3"
|
|
8
8
|
description = "A text user interface, written in python, which automates the generation of scientific production reports using OpenAlex"
|
|
9
9
|
|
|
10
10
|
authors = ["Alejandro Gaspar <alejandro@gaspar.land>"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/author_summary.typ
RENAMED
|
File without changes
|
|
File without changes
|
{pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/sources.typ
RENAMED
|
File without changes
|
|
File without changes
|
{pub_analyzer-0.4.2 → pub_analyzer-0.4.3}/pub_analyzer/internal/templates/author/works_extended.typ
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|