-
- Downloads
initial setup
parents
No related branches found
No related tags found
Showing
- .gitignore 71 additions, 0 deletions.gitignore
- MemeGenerator/__init__.py 18 additions, 0 deletionsMemeGenerator/__init__.py
- MemeGenerator/config.py 6 additions, 0 deletionsMemeGenerator/config.py
- MemeGenerator/static/css/bootstrap.min.css 0 additions, 0 deletionsMemeGenerator/static/css/bootstrap.min.css
- MemeGenerator/static/js/bootstrap.min.js 0 additions, 0 deletionsMemeGenerator/static/js/bootstrap.min.js
- MemeGenerator/templates/base.html 17 additions, 0 deletionsMemeGenerator/templates/base.html
- MemeGenerator/templates/index.html 8 additions, 0 deletionsMemeGenerator/templates/index.html
- MemeGenerator/views/__init__.py 2 additions, 0 deletionsMemeGenerator/views/__init__.py
- MemeGenerator/views/index.py 25 additions, 0 deletionsMemeGenerator/views/index.py
- requirements.txt 45 additions, 0 deletionsrequirements.txt
- setup.py 27 additions, 0 deletionssetup.py
.gitignore
0 → 100644
MemeGenerator/__init__.py
0 → 100644
MemeGenerator/config.py
0 → 100644
MemeGenerator/static/css/bootstrap.min.css
0 → 100644
This diff is collapsed.
MemeGenerator/static/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
MemeGenerator/templates/base.html
0 → 100644
MemeGenerator/templates/index.html
0 → 100644
MemeGenerator/views/__init__.py
0 → 100644
MemeGenerator/views/index.py
0 → 100644
requirements.txt
0 → 100644
arrow==1.2.1 | ||
astroid==2.9.3 | ||
attrs==21.4.0 | ||
beautifulsoup4==4.10.0 | ||
bs4==0.0.1 | ||
certifi==2021.10.8 | ||
chardet==4.0.0 | ||
charset-normalizer==2.0.10 | ||
click==8.0.3 | ||
Flask==2.0.2 | ||
html5validator==0.4.0 | ||
idna==3.3 | ||
importlib-metadata==1.7.0 | ||
iniconfig==1.1.1 | ||
isort==5.10.1 | ||
itsdangerous==2.0.1 | ||
Jinja2==3.0.3 | ||
lazy-object-proxy==1.7.1 | ||
MarkupSafe==2.0.1 | ||
mccabe==0.6.1 | ||
more-itertools==8.5.0 | ||
packaging==21.3 | ||
platformdirs==2.4.0 | ||
pluggy==1.0.0 | ||
py==1.11.0 | ||
pycodestyle==2.8.0 | ||
pydocstyle==6.1.1 | ||
pylint==2.12.2 | ||
pyparsing==3.0.6 | ||
pytest==6.2.5 | ||
pytest-mock==3.6.1 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0 | ||
requests==2.27.1 | ||
six==1.16.0 | ||
snowballstemmer==2.2.0 | ||
soupsieve==2.3.1 | ||
toml==0.10.2 | ||
typed-ast==1.5.2 | ||
typing_extensions==4.0.1 | ||
urllib3==1.26.8 | ||
wcwidth==0.2.5 | ||
Werkzeug==2.0.2 | ||
wrapt==1.13.3 | ||
zipp==3.1.0 |
setup.py
0 → 100644
Please register or sign in to comment