pyeasyphd 0.3.15__tar.gz → 0.3.18__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 pyeasyphd might be problematic. Click here for more details.
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/PKG-INFO +2 -2
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/main/basic_input.py +0 -2
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyproject.toml +2 -2
- pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/conferences.json +0 -1
- pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/journals.json +0 -1
- pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/keywords.json +0 -1
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/LICENSE +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/README.md +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/scripts/run_search.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.15 → pyeasyphd-0.3.18}/pyeasyphd/utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyeasyphd
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.18
|
|
4
4
|
Summary: pyeasyphd
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
License-File: LICENSE
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
18
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
19
19
|
Requires-Dist: pyadvtools (>=0.2.4,<0.3.0)
|
|
20
|
-
Requires-Dist: pybibtexer (>=0.2.
|
|
20
|
+
Requires-Dist: pybibtexer (>=0.2.6,<0.3.0)
|
|
21
21
|
Project-URL: Documentation, https://github.com/Easy-PhD/pyeasyphd
|
|
22
22
|
Project-URL: Homepage, https://github.com/Easy-PhD/pyeasyphd
|
|
23
23
|
Project-URL: Repository, https://github.com/Easy-PhD/pyeasyphd
|
|
@@ -12,8 +12,6 @@ class BasicInput(BasicInputInPyBibtexer):
|
|
|
12
12
|
options (Dict[str, Any]): Configuration options.
|
|
13
13
|
|
|
14
14
|
Attributes:
|
|
15
|
-
full_json_c (str): Full path to conferences JSON file.
|
|
16
|
-
full_json_j (str): Full path to journals JSON file.
|
|
17
15
|
full_csl_style_pandoc (str): Full path to CSL style for pandoc.
|
|
18
16
|
full_tex_article_template_pandoc (str): Full path to tex article template for pandoc.
|
|
19
17
|
full_tex_beamer_template_pandoc (str): Full path to tex beamer template for pandoc.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pyeasyphd"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.18"
|
|
4
4
|
description = "pyeasyphd"
|
|
5
5
|
license = "GPL-3.0-or-later"
|
|
6
6
|
authors = ["NextAI <nextartifintell@gmail.com>"]
|
|
@@ -15,7 +15,7 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
|
|
|
15
15
|
[tool.poetry.dependencies]
|
|
16
16
|
python = ">=3.12"
|
|
17
17
|
pyadvtools = "^0.2.4"
|
|
18
|
-
pybibtexer = "^0.2.
|
|
18
|
+
pybibtexer = "^0.2.6"
|
|
19
19
|
|
|
20
20
|
[tool.poetry.group.dev.dependencies]
|
|
21
21
|
mypy = "^1.18.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|