Metadata-Version: 2.4
Name: ant_ask_me
Version: 1.4.0
Home-page: https://github.com/qzmlgfj/AskMe
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: blinker>=1.8.2
Requires-Dist: click>=8.1.7
Requires-Dist: colorama>=0.4.6
Requires-Dist: flask>=3.0.3
Requires-Dist: Flask-Cors>=4.0.2
Requires-Dist: flask-sqlalchemy>=3.1.1
Requires-Dist: greenlet>=3.0.3
Requires-Dist: gunicorn>=22.0.0
Requires-Dist: importlib-metadata>=7.1.0
Requires-Dist: itsdangerous>=2.2.0
Requires-Dist: jinja2>=3.1.4
Requires-Dist: MarkupSafe>=2.1.5
Requires-Dist: packaging>=24.0
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: SQLAlchemy>=2.0.30
Requires-Dist: typing-extensions>=4.11.0
Requires-Dist: werkzeug>=3.0.3
Requires-Dist: zipp>=3.18.2
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

<div align="center">
  <a href="https://deepwiki.com/qzmlgfj/AskMe">
    <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
  </a>
</div>

[![Build Docker images](https://github.com/qzmlgfj/AskMe/actions/workflows/deploy.yml/badge.svg?branch=master&event=push)](https://github.com/qzmlgfj/AskMe/actions/workflows/deploy.yml)

# AskMe

为了追随早已远去的潮流，写个匿名提问箱。

## 现已上线

1.0版本现已发布，可使用`Gunicorn`进行部署

`gunicorn -b 127.0.0.1:5000 -D --log-file "./askme.log" "ask_me:create_app()"`

构建已于Pypi发布，可直接下载安装

`$ pip install ant_ask_me`

现提供Docker部署手段，详情参考`docker-compose.yml`
