All Projects → qqj1228 → Python_Blog

qqj1228 / Python_Blog

Licence: other
An async blog web app written in python3

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Python Blog

Create Aio App
The boilerplate for aiohttp. Quick setup for your asynchronous web service.
Stars: ✭ 207 (+613.79%)
Mutual labels:  aiohttp
cashews
Cache with async power
Stars: ✭ 204 (+603.45%)
Mutual labels:  aiohttp
PornHub-Downloader
基于 Aiohttp 和 Pyppeteer 的 PornHub 视频下载工具,支持多任务并行下载。
Stars: ✭ 20 (-31.03%)
Mutual labels:  aiohttp
Arsenic
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Stars: ✭ 209 (+620.69%)
Mutual labels:  aiohttp
revolt.py
Python wrapper for https://revolt.chat
Stars: ✭ 58 (+100%)
Mutual labels:  aiohttp
fastAPI-aiohttp-example
How to use and test fastAPI with an aiohttp client
Stars: ✭ 69 (+137.93%)
Mutual labels:  aiohttp
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+596.55%)
Mutual labels:  aiohttp
aio-openapi
A python module for building OpenAPI compliant asynchronous Rest Servers. Auto documentation, serialization and validation in the same unified API.
Stars: ✭ 27 (-6.9%)
Mutual labels:  aiohttp
cb4
Joint Online Judge
Stars: ✭ 20 (-31.03%)
Mutual labels:  aiohttp
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
Stars: ✭ 23 (-20.69%)
Mutual labels:  aiohttp
Multidict
The multidict implementation
Stars: ✭ 225 (+675.86%)
Mutual labels:  aiohttp
Tokio
Asyncio event loop written in Rust language
Stars: ✭ 236 (+713.79%)
Mutual labels:  aiohttp
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (+120.69%)
Mutual labels:  aiohttp
Python Mocket
a socket mock framework - for all kinds of socket animals, web-clients included
Stars: ✭ 209 (+620.69%)
Mutual labels:  aiohttp
asyncpy
使用asyncio和aiohttp开发的轻量级异步协程web爬虫框架
Stars: ✭ 86 (+196.55%)
Mutual labels:  aiohttp
Aiohttp admin
admin interface for aiohttp application http://aiohttp-admin.readthedocs.io
Stars: ✭ 207 (+613.79%)
Mutual labels:  aiohttp
Playing-with-Asyncio
This series shows you the basics of how to use the Asyncio Library in Python.
Stars: ✭ 37 (+27.59%)
Mutual labels:  aiohttp
telescope
A dumb auditing service
Stars: ✭ 15 (-48.28%)
Mutual labels:  aiohttp
universe-topology
A universal computer knowledge topology for all the programmers worldwide.
Stars: ✭ 47 (+62.07%)
Mutual labels:  aiohttp
aiokubernetes
Asynchronous Kubernetes Client
Stars: ✭ 26 (-10.34%)
Mutual labels:  aiohttp

Python_Blog

使用python3写的blog程序,代码基于廖雪峰的python3教程结尾的实战内容 做了一些修改并完善了某些功能。

依赖的第三方库

  • aiomysql
  • aiohttp
  • jinja2
  • markdown2
  • watchdog(开发环境使用)
  • pygments

增加修改的主要功能

  1. 文章分类功能
  2. 本地评论管理中可以直接跳转到相应评论处
  3. 用户信息页面
  4. 图片上传功能
  5. 可选使用Disqus评论系统
  6. 使用JSON格式配置文件,并支持注释
  7. 完善程序退出机制,手工退出不会报错
  8. 代码高亮,gfm风格的markdown代码块
  9. 后台管理页面采用单页应用风格

安装后默认账号

安装后请尽快修改默认账号密码 账号:[email protected] 密码:admin

关于页面

创建标题为"__about__"的博客即可 更详细说明请浏览:www.cashqian.net/about

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].