Skip to content

Commit

Permalink
Cleanup, started to remove references to legacy scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
josevnz committed Oct 16, 2024
1 parent 03d1d1a commit 70a470d
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 492 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# EmpireStateRunUp changelog
# Empire State Building RunUp changelog

Most important changes on this project, by version.

## Oct Tue 15 2024 Jose Vicente Nunez <[email protected]> - 0.1.1
- Removed all references to scraping code. This will be done on a separate project.
- Data included with the project for 2024 and 2023 results
- Scrubbing with Pylint and GitHub actions
- TUI updates

## Mar Fri 28 2024 Jose Vicente Nunez <[email protected]> - 0.6
- Using new version of libraries (bug-fixes and modest speed improvements)
- TUI improvements on search and notifications
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Empire State Run Up
# Empire State Building Run Up

[![Downloads](https://static.pepy.tech/badge/EmpireStateRunUp)](https://pepy.tech/project/EmpireStateRunUp)

Expand Down
107 changes: 0 additions & 107 deletions SUMMARY.md

This file was deleted.

5 changes: 1 addition & 4 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ git clone https://github.com/josevnz/EmpireStateBuildingRunUp.git
cd EmpireStateBuildingRunUp
python -m ~/virtualenv/EmpireStateRunUp
. ~/virtualenv/EmpireStateRunUp/bin/activate
pip install --upgrade pip
pip install --upgrade build
pip install --upgrade wheel
pip install --editable .
pip install --editable .[lint,dev]
````

Or if you just want to run the code while reading this tutorial (using my latest version from [Pypi](https://pypi.org/project/EmpireStateRunUp/)):
Expand Down
1 change: 0 additions & 1 deletion empirestaterunup/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ class CourseRecords(Enum):
FEMALE = ('Andrea Mayr', 'Austria', 2006, '11:23')


RACE_RESULTS_FIRST_LEVEL_2023 = Path(__file__).parent.joinpath("results-first-level-2023.csv")
RACE_RESULTS_FULL_LEVEL_2023 = Path(__file__).parent.joinpath("results-full-level-2023.csv")
RACE_RESULTS_FULL_LEVEL_2024 = Path(__file__).parent.joinpath("results-full-level-2024.csv")
COUNTRY_DETAILS = Path(__file__).parent.joinpath("country_codes.csv")
Expand Down
Loading

0 comments on commit 70a470d

Please sign in to comment.