
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
基础环境安装
conda create --name quantguard python=3.10.6
conda activate quantguard
安装poetry包管理工具
pip install poetry
# 解决 poetry publish 问题
pip install urllib3==1.26.6
安装项目依赖
poetry install
开发过程中安装具体某个包
poetry add xxx包名
发布
poetry build
poetry publish
启动项目
本地测试
请在config目录下创建settings.local.yml填写自己的配置
启动
quantguard server
生成环境安装
pip install quantguard==0.1.24 -i https://pypi.Python.org/simple
卸载本地安装的pandas,因为安装superset容易产生冲突(测试只支持pandas 2.0.3)
poetry remove pandas
poetry add apache-superset
设置 superset SECRET_KEY, 详见superset_config.py文件
admin
as username to be able to load the examples)export FLASK_APP=superset superset db upgrade superset fab create-admin
superset load_examples
superset init
superset run -p 8088 --with-threads --reload --debugger
FAQs
We found that quantguard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.