跳转到主要内容

使用SQLAlchemy的持久性股票市场模型

项目描述

# pystock

[![Build Status](https://travis-ci.org/llazzaro/pystock.svg)](https://travis-ci.org/llazzaro/pystock) [![Coverage Status](https://coveralls.io/repos/llazzaro/pystock/badge.svg?branch=master&service=github)](https://coveralls.io/github/llazzaro/pystock)?branch=master) [![Code Health](https://landscape.io/github/llazzaro/pystock/master/landscape.svg?style=flat)](https://landscape.io/github/llazzaro/pystock/master)

pystock是使用SQLAlchemy实现的直观关系模型。

要开始,请检查

## 目录

  • [快速入门](#quick-start)

  • [错误和功能请求](#bugs-and-feature-requests)

  • [文档](#documentation)

  • [创作者](#creators)

## 快速入门

有两种选择

  • 克隆存储库: git clone https://github.com/llazzaro/pystock.git

  • 使用pip安装:pip install pystock

## 错误和功能请求

有错误或功能请求?[请打开一个新的问题](https://github.com/llazzaro/pystock/issues/new)。

## 文档

pystock的文档包含在此存储库的根目录中,使用read the docs构建并在其上公开托管。文档也可以在本地运行。

### 在本地运行文档

## 创作者

Leonardo Lazzaro

由...