Skip to content

Commit

Permalink
Updates 2024-08-28 - Updated project to just Python Library
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Aug 28, 2024
1 parent dcaa46b commit 574de38
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 497 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/herding_cats_explorer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
paths:
- 'herding_cats_explorer/**'
- "src/**"
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -13,8 +13,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Install pytest
run: pip install pytest requests loguru
- name: Run tests
run: pytest tests/endpoints_still_active.py
run: pytest tests/endpoints_still_active.py
47 changes: 0 additions & 47 deletions .github/workflows/pipeline_deploy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,6 @@ src/os_open_usrn_functions/explore_and_prep.py
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.idea/

python_3.11.9_venv
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@
>[!IMPORTANT]
> THIS IS A WORK IN PROGRESS
## Project Objectives
# Purpose

The aims of this project are to:

1. Create a basic python library to explore and interact with the UK's open data catalogues.

2. Provide regular snapshots of the overall health and compositioin of the UK's open data catalogues.
The aim of this project is simple, **create a basic python library to explore and interact with the UK's open data catalogues**.

## Examples of UK Open Data Catalogues

Expand Down
6 changes: 0 additions & 6 deletions herding_cats_explorer/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions herding_cats_pipelines/README.md

This file was deleted.

Empty file removed herding_cats_pipelines/__init__.py
Empty file.
123 changes: 0 additions & 123 deletions herding_cats_pipelines/etl_jobs/main.py

This file was deleted.

34 changes: 0 additions & 34 deletions herding_cats_pipelines/lambda_jobs/get_creds.py

This file was deleted.

69 changes: 0 additions & 69 deletions herding_cats_pipelines/lambda_jobs/main.py

This file was deleted.

3 changes: 0 additions & 3 deletions herding_cats_pipelines/lambda_jobs/requirements.txt

This file was deleted.

Loading

0 comments on commit 574de38

Please sign in to comment.