文件名称:flask-by-example
文件大小:339KB
文件格式:ZIP
更新时间:2024-04-03 02:30:29
Python
文字计数器 一个应用程序,它以url作为输入,并给出出现在该页面上的单词的出现频率。 根据Real Python上的Flask教程创建。
【文件预览】:
flask-by-example-main
----runtime.txt(13B)
----.gitignore(568B)
----app.py(2KB)
----README.md(174B)
----manage.py(311B)
----config.py(487B)
----models.py(529B)
----migrations()
--------alembic.ini(857B)
--------script.py.mako(494B)
--------env.py(3KB)
--------versions()
--------README(38B)
----Procfile(22B)
----nltk_data()
--------tokenizers()
--------corpora()
----requirements.txt(590B)
----templates()
--------index.html(2KB)