Giter Site home page Giter Site logo

vnpy_excelrtd's Introduction

VeighNa框架的Excel RTD应用模块

说明

RTD全称是RealTimeData,是微软提供的主要面向金融行业中实时数据需求设计的Excel数据对接方案.

ExcelRtd模块则是VeighNa官方提供的用于实现在Excel中访问VeighNa程序内任意数据信息的功能模块。

安装

安装环境推荐基于3.0.0版本以上的【VeighNa Studio】。

直接使用pip命令:

pip install vnpy_excelrtd

或者下载源代码后,解压后在cmd中运行:

pip install .

vnpy_excelrtd's People

Contributors

edanflame avatar noranhe avatar tonyroberts avatar vnpy avatar youyuanrsq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vnpy_excelrtd's Issues

来自PyXLL作者的建议

以下内容来自PyXLL作者的邮件:

Hi!

I'm the founder/developer of PyXLL, and I came across your web page about using PyXLL for real time data from VeighNa here https://www.vnpy.com/docs/cn/excel_rtd.html

I noticed that in your description you do not mention adding your "vnpy_excelrtd" module to the pyxll.cfg file, and without that your module will not be loaded. I believe this could be a problem for some of your users who are not familiar with how PyXLL works.

Rather than have your users configure the pyxll.cfg file to include your module, did you know that you can add entry points to your Python package so that PyXLL will auto-discover it? This is what other packages do so they do not require the user to do any configuration, the user then simply has to pip install the package and PyXLL will find it.

Please see https://www.pyxll.com/docs/userguide/distribution.html#setuptools-entry-points for information about how to do this. For an example of this being used, you can take a look at these packages.

https://github.com/pyxll/pyxll-jupyter
https://github.com/pyxll/pyxll-openbb

The first specifies the entry points in the setup.py file, and the second uses the newer pyproject.toml method.

I hope this information is helpful, and please do let me know if anything is not clear or if I can be of any further help.

Kind regards,
Tony

计划调整setup.py来完成pyxll模块的自动识别加载。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.