Metadata-Version: 2.1
Name: dtadmin
Version: 0.0.3
Summary: DTAdmin - a crawler and data visualization management system based on flash framework.
Home-page: https://www.05dt.com
Author: Changjiale
Author-email: 836333583@qq.com
License: UNKNOWN
Keywords: crawler
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: Flask (==1.1.2)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: Jinja2 (==2.11.2)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: pymongo (==3.11.1)
Requires-Dist: Werkzeug (==1.0.1)

# DTAdmin 爬虫与数据可视化管理系统

![](images/logo.jpg)


- DTAdmin 官网 https://www.05dt.com

## 功能介绍
DTAdmin - 基于Flask框架的爬虫与数据可视化管理系统。

## 开发技术栈
Python3.8+venv+Flask+MongoDB+SqlAlchemy+Redis+marshmallow

## 部署技术栈
Python3.8+venv+nginx+gunicorn

## 开发相关
#### 1、激活虚拟环境
    source ./venv/bin/activate

#### 2、生成requirements.txt文件命令
    (venv) ➜ pip3 freeze > requirements.txt

#### 3、还原虚拟环境中的依赖
    (venv) ➜ pip3 install -r requirements.txt

#### 4、


