Metadata-Version: 2.4
Name: vnpy_componentmgr
Version: 1.1.1
Summary: Trade panels for traders' convenience.
Author-email: YQ Cui <qianyun210603@hotmail.com>
License-Expression: MIT
Keywords: quant,quantitative,investment,trading,algotrading
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: Chinese (Simplified)
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: PySide6
Provides-Extra: dev
Requires-Dist: ruff>=0.0.263; extra == "dev"
Requires-Dist: setuptools_scm>=8; extra == "dev"
Requires-Dist: setuptools>=64; extra == "dev"
Requires-Dist: wheel; extra == "dev"


<h1 style="text-align: center;">VeighNa框架的模块管理器</h1>

***

<p style="text-align: center;">
    <img src ="https://img.shields.io/badge/version-1.0.3-blueviolet.svg" alt=""/>
    <img src ="https://img.shields.io/badge/platform-windows|linux-yellow.svg" alt=""/>
    <img src ="https://img.shields.io/badge/python-3.11|3.12|3.13-blue.svg" alt=""/>
    <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange" alt=""/>
</p>

## 说明

管理vnpy模块的安装/更新和加载。

## 安装

安装环境推荐基于4.3.0.5版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。

直接使用pip命令：

```
pip install vnpy_componentmgr
```

或者下载源代码后，解压后在cmd中运行：

```
pip install .
```
