Metadata-Version: 1.1
Name: xalpha
Version: 0.1.1
Summary: all about fund investment
Home-page: https://github.com/refraction-ray/xalpha
Author: refraction-ray
Author-email: refraction-ray@protonmail.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: xalpha
        ========
        
        [![version](https://img.shields.io/pypi/v/xalpha.svg)](https://pypi.org/project/xalpha/)
        [![doc](https://readthedocs.org/projects/xalpha/badge/?style=flat)](https://xalpha.readthedocs.io/) 	
        [![Travis](https://api.travis-ci.org/refraction-ray/xalpha.svg)](https://travis-ci.org/refraction-ray/xalpha)
        [![codecov](https://codecov.io/gh/refraction-ray/xalpha/branch/master/graph/badge.svg)](https://codecov.io/gh/refraction-ray/xalpha)
        [![license](https://img.shields.io/:license-mit-blue.svg)](https://badges.mit-license.org/)
        
        **国内基金投资的全流程管理**
        
        场外基金的信息与净值获取，投资账户记录整合分析与丰富可视化，简单的策略回测以及根据预设策略的定时投资提醒。尤其适合资金反复进出的定投型和网格型投资的概览与管理分析。
        
        
        ## Documentation
        
        文档地址： https://xalpha.readthedocs.io/ 
        
        或者通过以下命令，在本地`doc/build/html`内阅读文档。
        
        ```bash
        $ cd doc
        $ make html
        ```
        
        
        ## Installation
        
        ```bash
        pip install xalpha
        ```
        
        目前仅支持 python 3 。
        
        ## Usage
        
        由于丰富的可视化支持，建议配合 Jupyter Notebook 使用。可以参照[这里](https://xalpha.readthedocs.io/en/latest/demo.html)给出的示例连接，快速掌握大部分功能。
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
