pyeasyphd 0.0.9__tar.gz → 0.1.0__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.0.9 → pyeasyphd-0.1.0}/PKG-INFO +1 -1
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/generate/generate_links.py +0 -2
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyproject.toml +1 -1
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/README.md +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/_base.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/default_data.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_bib.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_comment_block.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_entry_block.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_preamble_block.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_string_block.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize_bib.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/bibtex_format.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/exceptions.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/library.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/add.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/authors.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/doi_url.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_keys_normalize.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_keys_replace.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_values_normalize.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_delete.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_keep.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_sort.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_types.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/journal_booktitle.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/month_year.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/number_volume.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/pages.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/title.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/library/generating_entrykeys.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/library/keeping_blocks.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/library/sorting_blocks.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/middleware.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/parsestack.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/utils.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_library_to_library.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_library_to_str.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_str_to_library.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_str_to_str.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/model.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/splitter.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/core/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/core/convert_library_to_library.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/core/convert_library_to_str.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/core/convert_str_to_library.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/core/convert_str_to_str.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/python_run_bib.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/main/python_writers.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/compare/compare_bibs.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/experiments_base.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/format_save_bibs.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/replace/replace.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/spider/process_spider_bib.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/spider/process_spider_url.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/tools/spider/process_spider_url_bib.py +0 -0
- {pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/utils/utils.py +0 -0
|
@@ -249,7 +249,6 @@ class PaperLinksGenerator:
|
|
|
249
249
|
|
|
250
250
|
return None
|
|
251
251
|
|
|
252
|
-
#
|
|
253
252
|
def generate_keywords_links_monthly(self, cj: str, folder_name=os.path.join("data", "Weekly")):
|
|
254
253
|
flags = ["Current Issue", "Current Month", "All Months"]
|
|
255
254
|
folder_flags = [f"current_year_{f.replace(' ', '_').lower()}" for f in flags]
|
|
@@ -298,7 +297,6 @@ class PaperLinksGenerator:
|
|
|
298
297
|
# Pandoc
|
|
299
298
|
self._convert_md_to_html_keyword(folder_name, cj, keyword)
|
|
300
299
|
|
|
301
|
-
# TODO
|
|
302
300
|
ll = os.path.join(folder_name, f"{cj.title()}_Keywords", f"{keyword.replace(' ', '_')}.html")
|
|
303
301
|
all_data_list.append(f"|{idx}|{keyword}|[Link]({ll})|\n")
|
|
304
302
|
|
|
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
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_comment_block.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_entry_block.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_preamble_block.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexbase/standardize/do_on_string_block.py
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
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_types.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/month_year.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/block/number_volume.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/library/keeping_blocks.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares/library/sorting_blocks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_library_to_library.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_library_to_str.py
RENAMED
|
File without changes
|
{pyeasyphd-0.0.9 → pyeasyphd-0.1.0}/pyeasyphd/bib/bibtexparser/middlewares_str_to_library.py
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
|