Metadata-Version: 1.1
Name: pyStock
Version: 0.1.0
Summary: A stock market model for persistence using SQLAlchemy
Home-page: www.lazzaroleonardo.com.ar
Author: Leonardo Lazzaro
Author-email: lazzaroleonardo@gmail.com
License: UNKNOWN
Description: 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)
        
        Relational Diagram
        
        Functional Dependencies
        Broker
        IDENTIFICATION_CODE -> NAME, ADDRESS, PHONE
        Account
        
        Tick
        ASSET, REGISTER_NUMBER -> TICK_DATE, PRICE, BROKER_BUYER, BROKER_SELLER, rest of attributes
        
        
        
        
Keywords: stock market model persistence
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial
