Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReaVNaiL/New-Grad-2024
/ functions
Functions
8 in github.com/ReaVNaiL/New-Grad-2024
⨍
Functions
8
◇
Types & classes
2
↓ 1 callers
Method
capitalize_jobs
Capitalizes the job names in the table lines.
scripts/auto_organizer.py:73
↓ 1 callers
Method
get_job_date
Extracts the date from a job line in the table. Returns a datetime object representing the date.
scripts/auto_organizer.py:22
↓ 1 callers
Method
get_jobs_table_lines
Extracts the lines containing the jobs table from the README. Returns the start and end line indices of the table, and the li
scripts/auto_organizer.py:52
↓ 1 callers
Method
organize_readme
(self)
scripts/auto_organizer.py:82
↓ 1 callers
Method
overwrite_table
(self)
scripts/auto_organizer.py:14
↓ 1 callers
Method
sort_jobs
Sorts the jobs list by date in descending order. Jobs with non-standard dates are placed after the valid dates. Invalid jobs
scripts/auto_organizer.py:33
Method
__init__
(self, lines, start, end, header_and_formatting, sorted_table_lines)
scripts/auto_organizer.py:7
Method
__init__
(self, filename)
scripts/auto_organizer.py:19