Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Codebase to use pathlib instead of using os.path and path.py #208

Closed
wants to merge 6 commits into from

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    c3d1eda View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Do not (yet) use Python 3.12

    benoit74 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    581b631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd0f18 View commit details
    Browse the repository at this point in the history
  3. Changed download_cache to Path Object to avoid creating the Path obje…

    …ct repeatedly. Changed snippets where src, dst, opff, download_cache are converted to Path objects. Removed unused import 'os' from entrypoint.py
    MUCCHU committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0a81c61 View commit details
    Browse the repository at this point in the history
  4. removed lines using joinpath and replaced by / operators to concatena…

    …te paths maintaining consistency. Removed unused import 'os' from urls.py and rdf.py. Changed elif condition that checks if parser.title is empty string coz ruff gave error
    MUCCHU committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7280ebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31eed63 View commit details
    Browse the repository at this point in the history