Skip to content

Commit

Permalink
update DEVELOPMENT to mention stream.pyx.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Aug 18, 2016
1 parent e890769 commit 6587c04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DEVELOPMENT
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ talib/abstract.pyx
This file contains the code for interfacing with the TA-Lib abstract interface
and wrapping it into a pythonic Function class.

talib/libc.pxd
talib/libta_lib.pxd
This "Cython header file" defines the C-level functions, variables and types we
need to use in the above pyx files.

talib/stream.pyx
This file contains code for interfacing a "streaming" interface to TA-Lib.

tools/generate.py
A script that generates and prints func.pyx to stdout. Gets information
about all functions from the C headers of the installed TA-Lib.
Expand Down

0 comments on commit 6587c04

Please sign in to comment.