generated from globaldothealth/ebola
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
227 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
[tool.poetry] | ||
name = "ebola-data" | ||
version = "0.1.0" | ||
description = "" | ||
authors = ["Global.health team <[email protected]>"] | ||
name = "marburg-data" | ||
version = "0.1.0" | ||
description = "" | ||
authors = ["Global.health team <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
requests = "^2.28.1" | ||
boto3 = "^1.24.39" | ||
Faker = "^13.15.1" | ||
Flask = "^2.1.3" | ||
serverless-wsgi = "^3.0.0" | ||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
requests = "^2.28.1" | ||
boto3 = "^1.24.39" | ||
Faker = "^13.15.1" | ||
Flask = "^2.1.3" | ||
serverless-wsgi = "^3.0.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.1.2" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Ebola Data Files</title> | ||
<title>Marburg 2023 Data Files</title> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<h2>Contents of {{ folder }}</h2> | ||
</div> | ||
{% for f in files %} | ||
<div> | ||
<a href="{{ url_for('get_presigned_url', folder=folder, file_name=f) }}">{{ f }}</a> | ||
</div> | ||
<div> | ||
<a href="{{ url_for('get_presigned_url', folder=folder, file_name=f) }}">{{ f }}</a> | ||
</div> | ||
{% endfor %} | ||
<br> | ||
<div> | ||
<a href="{{ url_for('home') }}">Home</a> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Ebola Data Files</title> | ||
<title>Marburg 2023 Data Files</title> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<h2>Contents of G.h Ebola data bucket</h2> | ||
</div> | ||
<div><a href="{{ url_for('get_archive_files') }}">Line List Archives</a></div> | ||
{% for f in files %} | ||
<div> | ||
<a href="{{ url_for('get_presigned_url', folder='', file_name=f) }}">{{ f }}</a> | ||
</div> | ||
<div> | ||
<a href="{{ url_for('get_presigned_url', folder='', file_name=f) }}">{{ f }}</a> | ||
</div> | ||
{% endfor %} | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[tool.poetry] | ||
name = "gh_ebola_ingestion" | ||
version = "0.1.0" | ||
description = "Transfers line list data from Google Sheets to storage" | ||
authors = ["Global.health team <[email protected]>"] | ||
name = "gh_marburg_ingestion" | ||
version = "0.1.0" | ||
description = "Transfers line list data from Google Sheets to storage" | ||
authors = ["Global.health team <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
boto3 = "^1.25.1" | ||
pymongo = "^4.3.2" | ||
pygsheets = "^2.0.5" | ||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
boto3 = "^1.25.1" | ||
pymongo = "^4.3.2" | ||
pygsheets = "^2.0.5" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.2.0" | ||
[tool.poetry.dev-dependencies] | ||
pytest = "^7.2.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" |
Oops, something went wrong.