Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
mason-today-web
Commits
ad6acda4
Commit
ad6acda4
authored
Jan 31, 2018
by
Zac Wood
Browse files
flask server
parent
dc41fe96
Changes
6
Show whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
ad6acda4
env
pscripts/.parscript.py.swp
0 → 100644
View file @
ad6acda4
File added
pscripts/__pycache__/app.cpython-36.pyc
0 → 100644
View file @
ad6acda4
File added
pscripts/__pycache__/parscript.cpython-36.pyc
0 → 100644
View file @
ad6acda4
File added
pscripts/app.py
0 → 100644
View file @
ad6acda4
from
flask
import
Flask
from
parscript
import
what
import
json
app
=
Flask
(
__name__
)
@
app
.
route
(
"/"
)
def
hello
():
return
json
.
dumps
(
what
())
requirements.txt
View file @
ad6acda4
...
...
@@ -8,3 +8,4 @@ python-dateutil==2.6.1
requests
==2.18.4
six
==1.11.0
urllib3
==1.22
flask
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment