index
:
fuelnearme
improvements
main
Use Fuel Finder service to find cheaper fuel near a location
Alex Schofield
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bypass head request & use if-modified-since header to refresh cached data
Alex Schofield
2026-05-05
1
-12
/
+22
*
ruff auto fix (UP035/UP006/F401)
Alex Schofield
2026-05-04
3
-9
/
+7
*
add ruff dev dependency & change target version in pyproject.toml
Alex Schofield
2026-05-04
2
-1
/
+39
*
update pyproject.toml with ruff config changes
Alex Schofield
2026-05-04
1
-0
/
+12
*
use ruff to adjust line length
Alex Schofield
2026-05-04
2
-7
/
+24
*
add logic to cache data download in get_latest_data()
Alex Schofield
2026-05-04
3
-6
/
+40
*
promote nested functions in process_stations to private helpers
Alex Schofield
2026-05-04
1
-29
/
+35
*
preformat price strings before tabulate to avoid floatfmt/None issues
Alex Schofield
2026-05-04
1
-13
/
+16
*
keep prices as float | None in process_stations() & sort_stations()
Alex Schofield
2026-05-04
1
-4
/
+16
*
remove arg radius parsing from process_stations()
Alex Schofield
2026-05-04
2
-6
/
+5
*
rename filter_df() to process_stations() for clarity
Alex Schofield
2026-05-04
2
-3
/
+3
*
update .gitignore to ignore dev notes
Alex Schofield
2026-05-03
1
-0
/
+3
*
update README.md with new installation & usage instructions
HEAD
main
Alex Schofield
2026-05-03
1
-10
/
+39
*
merge: uv-migration into main
Alex Schofield
2026-05-03
10
-53
/
+438
|
\
|
*
fix import paths & update pyproject.toml
Alex Schofield
2026-05-03
4
-7
/
+10
|
*
move all logic into fnme folder
Alex Schofield
2026-05-03
7
-140
/
+140
|
*
ignore .python-version
Alex Schofield
2026-05-03
1
-2
/
+5
|
*
init new uv project with new structure
Alex Schofield
2026-05-03
8
-3
/
+382
|
/
*
update README
Alex Schofield
2026-05-03
1
-16
/
+0
*
update readme to remove api access todo
Alex Schofield
2026-05-03
1
-1
/
+2
*
separate main logic, constants & helper functions
Alex Schofield
2026-05-03
3
-107
/
+118
*
merge: code-improvements into main
Alex Schofield
2026-04-28
1
-67
/
+98
|
\
|
*
remove unused geopy import
Alex Schofield
2026-04-27
1
-1
/
+0
|
*
vectorise filter_df using haversine and bounding box pre-filter
Alex Schofield
2026-04-27
1
-26
/
+44
|
*
replace .get() with direct indexing in sort_stations()
Alex Schofield
2026-04-27
1
-1
/
+1
|
*
fix typo in raise statement in get_location()
Alex Schofield
2026-04-27
1
-1
/
+1
|
*
change last modified to last updated
Alex Schofield
2026-04-27
1
-1
/
+1
|
*
return and exit in output_stations() if no stations found in radius
Alex Schofield
2026-04-27
1
-0
/
+3
|
*
add raise to get_location() and exit in main()
Alex Schofield
2026-04-27
1
-3
/
+7
|
*
use built-in type annotation for tuple in get_latest_data()
Alex Schofield
2026-04-27
1
-1
/
+1
|
*
improve invalid sort arg message by adding choices
Alex Schofield
2026-04-27
1
-1
/
+1
|
*
update data sanitation to not replace NaN with 0.00
Alex Schofield
2026-04-27
1
-16
/
+11
|
*
remove unused dedent import
Alex Schofield
2026-04-27
1
-1
/
+0
|
*
remove useless try-except block in get_latest_data()
Alex Schofield
2026-04-27
1
-10
/
+9
|
*
add user-agent header to request in get_latest_data()
Alex Schofield
2026-04-27
1
-1
/
+5
|
*
add type hints and error handling to get_latest_data()
Alex Schofield
2026-04-27
1
-2
/
+7
|
*
improve sort function to handle N/A fuel prices
Alex Schofield
2026-04-27
1
-2
/
+5
|
*
tabulate stations output in output_stations()
Alex Schofield
2026-04-25
1
-8
/
+14
|
*
replace match-case with dict lookup in sort function
Alex Schofield
2026-04-25
1
-15
/
+11
|
/
*
update requirements.txt to remove colorama
Alex Schofield
2026-04-25
1
-1
/
+0
*
remove unused colorama import
Alex Schofield
2026-04-25
1
-1
/
+0
*
remove total stations output
Alex Schofield
2026-04-24
1
-2
/
+0
*
refactor get_location() to use type hints and instance checks
Alex Schofield
2026-04-24
1
-7
/
+6
*
remove unnecessary imports
Alex Schofield
2026-04-24
1
-4
/
+1
*
encapsulate all logic into separate functions
Alex Schofield
2026-04-24
1
-54
/
+76
*
wrap argument parsing in function
Alex Schofield
2026-04-24
1
-5
/
+9
*
fix typo in README
Alex Schofield
2026-04-14
1
-1
/
+1
*
update README with to-do list
Alex Schofield
2026-04-14
1
-0
/
+15
*
initial commit
Alex Schofield
2026-04-14
4
-0
/
+351
git.ajschof.me
— hosted by
ajschofield
— powered by
cgit