We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890769 commit 6587c04Copy full SHA for 6587c04
DEVELOPMENT
@@ -31,10 +31,13 @@ talib/abstract.pyx
31
This file contains the code for interfacing with the TA-Lib abstract interface
32
and wrapping it into a pythonic Function class.
33
34
-talib/libc.pxd
+talib/libta_lib.pxd
35
This "Cython header file" defines the C-level functions, variables and types we
36
need to use in the above pyx files.
37
38
+talib/stream.pyx
39
+ This file contains code for interfacing a "streaming" interface to TA-Lib.
40
+
41
tools/generate.py
42
A script that generates and prints func.pyx to stdout. Gets information
43
about all functions from the C headers of the installed TA-Lib.
0 commit comments