|
18643ca1ae
|
Regenerate requirements.txt
Generated using poetry:
$ poetry export --without-hashes -f requirements.txt > requirements.txt
|
2021-03-11 22:49:52 +02:00 |
|
|
0eeea43f17
|
Use csv-metadata-quality 0.4.6-dev
|
2021-03-11 22:49:01 +02:00 |
|
|
0136d99046
|
Add route for processing the input file
|
2021-03-11 22:42:59 +02:00 |
|
|
207d5af64a
|
Split index.html template into header, index, and footer
|
2021-03-11 22:41:22 +02:00 |
|
|
08b83caeb4
|
.gcloudignore: Ignore some local files
|
2021-03-11 21:15:39 +02:00 |
|
|
4f1d6fad38
|
main.py: Import csv_metadata_quality
Now I understand how I can use this, for example to print the vers-
ion of the CLI tool in the HTML template.
|
2021-03-11 20:29:43 +02:00 |
|
|
ee54096561
|
templates/index.html: Improve layout
Based on the Bootstrap v5.0-beta2 sticky footer example.
See: https://getbootstrap.com/docs/5.0/examples/sticky-footer/
|
2021-03-11 20:28:42 +02:00 |
|
|
7e14635b99
|
.gitignore: Ignore node_modules
|
2021-03-11 20:27:32 +02:00 |
|
|
14d592d0ea
|
Build Bootstrap v5.0-beta2 CSS
|
2021-03-11 20:26:33 +02:00 |
|
|
0a8096788d
|
templates/index.html: More boilerplate
|
2021-03-11 17:59:51 +02:00 |
|
|
5086ea2376
|
templates/index.html: Use url_for to get CSS
This is apparently the way you do it in Flask.
|
2021-03-11 17:55:19 +02:00 |
|
|
b11296cb9c
|
Add style
This is just to see how it works on in Flask and Google App Engine,
later I'll do a proper layout.
|
2021-03-11 16:28:48 +02:00 |
|
|
d204c23b93
|
main.py: Try to upload to /tmp
Creating and uploading to an "uploads" directory works locally, but
on Google App Engine I get an HTTP 500. Let's try uploading to /tmp.
|
2021-03-11 16:06:33 +02:00 |
|
|
b3e66e1a8f
|
Add .gitignore
|
2021-03-11 15:56:56 +02:00 |
|
|
81b5206e97
|
Add simple HTML template with file upload
Code taken from the following blog posts:
- https://pythonbasics.org/flask-upload-file
- https://blog.miguelgrinberg.com/post/handling-file-uploads-with-flask
|
2021-03-11 15:55:58 +02:00 |
|
|
482cd25182
|
Add .gcloudignore
Something added by gcloud.
|
2021-03-11 14:38:03 +02:00 |
|
|
2a5f612fe9
|
Add main.py
Following basic Flask on Google App Engine tutorial:
https://realpython.com/python-web-applications/#build-a-basic-python-web-application
|
2021-03-11 14:32:50 +02:00 |
|
|
b04b441c3f
|
Add ipython to dev dependencies
|
2021-03-11 14:06:05 +02:00 |
|
|
446ef95519
|
Generate requirements.txt
Generated using poetry:
$ poetry export --without-hashes -f requirements.txt > requirements.txt
|
2021-03-11 13:51:25 +02:00 |
|
|
2509655807
|
app.yaml: Add runtime for Google App Engine
Currently 3.9 is in preview so I'll use 3.8.
See: https://cloud.google.com/appengine/docs/standard/python3/runtime
|
2021-03-11 13:49:53 +02:00 |
|
|
a2126d6f3c
|
LICENSE.txt: Add copy of AGPLv3.0 license text
From: https://www.gnu.org/licenses/agpl-3.0.txt
|
2021-03-11 13:47:30 +02:00 |
|
|
a7be9ff1b7
|
Initial project creation with poetry init
|
2021-03-11 13:47:06 +02:00 |
|