pyeasyphd 0.3.6__tar.gz → 0.3.7__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.

Files changed (52) hide show
  1. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/PKG-INFO +1 -1
  2. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/run_generate.py +1 -1
  3. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyproject.toml +1 -1
  4. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/LICENSE +0 -0
  5. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/README.md +0 -0
  6. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/.python-version +0 -0
  7. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/Main.sublime-menu +0 -0
  8. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/__init__.py +0 -0
  9. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
  10. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
  11. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
  12. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
  13. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
  14. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
  15. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
  16. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
  17. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
  18. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
  19. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
  20. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
  21. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
  22. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
  23. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
  24. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
  25. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/data/Templates/TEX/nextaimathmacros.sty +0 -0
  26. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/main/__init__.py +0 -0
  27. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/main/basic_input.py +0 -0
  28. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/main/pandoc_md_to.py +0 -0
  29. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/main/python_run_md.py +0 -0
  30. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/main/python_run_tex.py +0 -0
  31. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/pyeasyphd.py +0 -0
  32. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
  33. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  34. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/__init__.py +0 -0
  35. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/_base.py +0 -0
  36. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/run_article_md.py +0 -0
  37. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/run_article_tex.py +0 -0
  38. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
  39. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/scripts/run_search.py +0 -0
  40. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/__init__.py +0 -0
  41. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  42. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/generate/generate_html.py +0 -0
  43. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/generate/generate_library.py +0 -0
  44. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/generate/generate_links.py +0 -0
  45. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  46. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/data.py +0 -0
  47. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/search_base.py +0 -0
  48. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/search_core.py +0 -0
  49. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/search_keywords.py +0 -0
  50. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/search_writers.py +0 -0
  51. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/tools/search/utils.py +0 -0
  52. {pyeasyphd-0.3.6 → pyeasyphd-0.3.7}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.3.6
3
+ Version: 0.3.7
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -58,7 +58,7 @@ def run_generate_j_e_Weekly(
58
58
  for gc in ["generate_data", "combine_data"]:
59
59
  path_storage = os.path.join(path_spidering_bibs, "spider_j_e")
60
60
  output_basename = os.path.join("data", "Weekly")
61
- path_output = os.path.expanduser(os.path.join(path_weekly_docs, output_basename, "Journals_Early_Access"))
61
+ path_output = os.path.expanduser(os.path.join(path_weekly_docs, output_basename, "Journals"))
62
62
  # "current_month"
63
63
  for flag in ["current_month"]:
64
64
  generate_from_bibs_and_write(
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.3.6"
3
+ version = "0.3.7"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]
File without changes
File without changes