Skip to content

Commit 6587c04

Browse files
committed
update DEVELOPMENT to mention stream.pyx.
1 parent e890769 commit 6587c04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEVELOPMENT

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ talib/abstract.pyx
3131
This file contains the code for interfacing with the TA-Lib abstract interface
3232
and wrapping it into a pythonic Function class.
3333

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

38+
talib/stream.pyx
39+
This file contains code for interfacing a "streaming" interface to TA-Lib.
40+
3841
tools/generate.py
3942
A script that generates and prints func.pyx to stdout. Gets information
4043
about all functions from the C headers of the installed TA-Lib.

0 commit comments

Comments
 (0)