flask-calendar:Python和Flask简单的Web日历

时间:2021-02-05 07:05:52
【文件属性】:
文件名称:flask-calendar:Python和Flask简单的Web日历
文件大小:159KB
文件格式:ZIP
更新时间:2021-02-05 07:05:52
javascript css python flask calendar 烧瓶日历 介绍 2017年12月,我决定我想尽可能退出Google服务。 日历是与我联系最紧密的服务之一。 没有太多选择,甚至更少的基于Web的。 我决定尝试使用带有到期日期和一些标签的Trello板一段时间,但事实证明维护起来比较困难。 加上缺少一个月的日历视图,并且不支持重复性/重复性任务,我决定充分利用假期来花费一些时间并构建一个简单的GCalendar克隆。 细节 主日历视图: 创建新的任务视图: 支持在一天中的桌面(如Google日历)上进行基本的拖放操作,现有任务的版本,创建重复性任务(每天,每月,按工作日,按月或特定日期编号),自定义颜色以及一些选项例如隐藏过去的任务或能够手
【文件预览】:
flask-calendar-master
----.gitignore(181B)
----requirements.txt(15B)
----Makefile(1KB)
----data()
--------sample.json(2KB)
--------sample2.json(2KB)
----pyproject.toml(76B)
----.dockerignore(30B)
----.pre-commit-config.yaml(431B)
----build()
--------base()
--------dev()
----.isort.cfg(113B)
----LICENSE(1KB)
----doc()
--------screenshot_calendar.png(61KB)
--------screenshot_new_task.png(41KB)
----README.md(5KB)
----config.py(2KB)
----circle.yml(436B)
----users()
--------users.json(222B)
----.coveragerc(19B)
----.flake8(49B)
----test()
--------conftest.py(313B)
--------test_app.py(2KB)
--------test_calendar_data.py(10KB)
--------__init__.py(0B)
--------test_authentication.py(1KB)
--------test_linters.py(648B)
--------test_authorization.py(1KB)
--------test_app_utils.py(2KB)
--------fixtures()
----flask_calendar()
--------actions.py(13KB)
--------calendar_data.py(17KB)
--------uwsgi.py(169B)
--------templates()
--------authorization.py(535B)
--------__init__.py(0B)
--------static()
--------constants.py(112B)
--------authentication.py(2KB)
--------scripts()
--------app_utils.py(3KB)
--------gregorian_calendar.py(2KB)
--------app.py(3KB)
----requirements-dev.txt(101B)
----CONTRIBUTORS.md(341B)

网友评论