ta-lib 0.4.33__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
ta_lib-0.4.33/AUTHORS ADDED
@@ -0,0 +1,2 @@
1
+ Project Founder and Lead Developer: John Benediktsson (https://github.com/mrjbq7)
2
+ Abstract Interface Author and Maintainer: Brian Cappello (https://github.com/briancappello)
@@ -0,0 +1,2 @@
1
+ Copyright (C) 2012-2013 Silfur Capital, LLC. All Rights Reserved.
2
+ The contents of talib/abstract.pyx are Copyright (c) 2013 Brian A Cappello. All Rights Reserved.
ta_lib-0.4.33/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ Redistribution and use in source and binary forms, with or without
2
+ modification, are permitted provided that the following conditions are met:
3
+
4
+ 1. Redistributions of source code must retain the above copyright notice,
5
+ this list of conditions and the following disclaimer.
6
+
7
+ 2. Redistributions in binary form must reproduce the above copyright notice,
8
+ this list of conditions and the following disclaimer in the documentation
9
+ and/or other materials provided with the distribution.
10
+
11
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
12
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
13
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
14
+ DEVELOPERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
16
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
17
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
18
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
19
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
20
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
+
@@ -0,0 +1,6 @@
1
+ include LICENSE
2
+ include COPYRIGHT
3
+ include README.md
4
+ include talib/*.c
5
+ include talib/*.pyx
6
+ include tests/*.py