Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Final touch ups for release #2

Merged
merged 1 commit into from
Feb 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ API. These tools are designed for applications which need
to grab large numbers of quotes. Additionally, data, by
default, is properly typecast for easy analysis. It is
designed for flexibility and to minimize server queries.
For example:

## Installation

pip install pyhoofinance

## Example

```python
#!/usr/bin/env python
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# pyhoofinance - setup.py
#
# Copyright (c) 2014, Rob Innes Hislop
# Copyright (c) 2014-2015, Rob Innes Hislop
# email:robinneshislop__AT__gmail.com
#
# This library is distributed under the terms of the
Expand All @@ -11,12 +11,12 @@

from setuptools import setup, find_packages

__version__ = '0.1.1'
__version__ = '0.1.2'
setup(
name='pyhoofinance',
version=__version__,
author='Rob Innes Hislop',
author_email='robinneshislop@gmail.com',
author_email='robinneshislop_at_gmail.com',
packages=find_packages(),
license='GNU LGPL License',
description='Set of functions for retreiving equity data from Yahoo finance',
Expand Down
18 changes: 0 additions & 18 deletions test_quotedata.py

This file was deleted.