We present the first release of TAPPS (Technical Analysis and Applied Statistics System); a Python implementation of a thin software platform aimed towards technical analyses and applied statistics. The core of TAPPS is a container for 2-dimensional data frame objects and a TAPPS command language. TAPPS language is not meant to be a programming language for script and plugin development but for the operational purposes. In this aspect, TAPPS language takes on the flavor of SQL rather than R, resulting in a shallower learning curve. All analytical functions are implemented as plugins. This results in a defined plugin system, which enables rapid development and incorporation of analysis functions. TAPPS Release 1 is released under GNU General Public License 3 for academic and non-commercial use. TAPPS code repository can be found at http://github.com/mauriceling/tapps.
翻译:我们发布了TAPPS(技术分析与应用统计系统)的首个版本;这是一个面向技术分析与应用统计的轻量级软件平台的Python实现。TAPPS的核心是二维数据帧对象的容器以及TAPPS命令语言。TAPPS语言并非用于脚本和插件开发的编程语言,而是用于操作目的。在此方面,TAPPS语言更接近于SQL而非R的风格,从而降低了学习曲线。所有分析功能均通过插件实现,由此形成定义明确的插件系统,支持分析功能的快速开发与集成。TAPPS第1版在GNU通用公共许可证第三版下发布,仅供学术与非商业用途使用。TAPPS代码仓库位于http://github.com/mauriceling/tapps。