
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
quantguard
Advanced tools
基础环境安装
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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.