Skip to content

Commit ece4470

Browse files
committed
0.2.6 release package
1 parent ccb2310 commit ece4470

File tree

4 files changed

+45
-46
lines changed

4 files changed

+45
-46
lines changed

QSTK.egg-info/PKG-INFO

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Metadata-Version: 1.0
1+
Metadata-Version: 1.1
22
Name: QSTK
3-
Version: 0.2.5
3+
Version: 0.2.6a1
44
Summary: QuantSoftware Toolkit
5-
Home-page: http://wiki.quantsoftware.org
5+
Home-page: https://github.com/tucker777/QuantSoftwareToolkit
66
Author: Sourabh Bajaj
77
Author-email: [email protected]
88
License: The QuantSoftware ToolKit (QSTK) is released under the New BSD License as follows:
@@ -27,19 +27,30 @@ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABIL
2727
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
POSSIBILITY OF SUCH DAMAGE.
2929

30-
Description: QSTK
31-
====
32-
33-
QuantSoftware Toolkit 0.2.5
34-
35-
Website
36-
====
37-
38-
www.wiki.quantsoftware.org
39-
40-
License
41-
=====
42-
30+
Description: ##QSTK
31+
QuantSoftware Toolkit 0.2.6
32+
33+
##Website & Documentation
34+
[www.wiki.quantsoftware.org](www.wiki.quantsoftware.org)
35+
36+
##Source Repository
37+
[https://github.com/tucker777/QuantSoftwareToolkit](https://github.com/tucker777/QuantSoftwareToolkit)
38+
39+
##Dependencies
40+
- numpy >= 1.6.1,
41+
- scipy >= 0.9.0,
42+
- matplotlib >= 1.1.0,
43+
- pandas >= 0.7.3,
44+
- python-dateutil==1.5,
45+
- cvxopt >= 1.1.3,
46+
- scikit-learn >= 0.11
47+
48+
##Author
49+
- [Prof. Tucker Balch](http://www.cc.gatech.edu/~tucker/)
50+
- [Sourabh Bajaj](http://sb2nov.github.io)
51+
- [John Cornwell](https://github.com/JWCornV)
52+
53+
##License
4354
The QuantSoftware ToolKit (QSTK) is released under the New BSD License as follows:
4455

4556
Copyright (c) 2011, 2012, Georgia Tech Research Corporation (GTRC) All rights reserved.
@@ -60,26 +71,19 @@ Description: QSTK
6071
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
6172
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
6273
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
63-
POSSIBILITY OF SUCH DAMAGE.
64-
65-
Dependencies
66-
====
67-
numpy >= 1.6.1,
68-
scipy >= 0.9.0,
69-
matplotlib >= 1.1.0,
70-
pandas==0.7.3,
71-
python-dateutil >= 1.5,
72-
cvxopt >= 1.1.3,
73-
scikit-learn >= 0.11
74-
75-
Author
76-
====
77-
78-
Prof. Tucker Balch
79-
80-
Sourabh Bajaj
81-
82-
John Cornwell
83-
74+
POSSIBILITY OF SUCH DAMAGE.
8475

8576
Platform: UNKNOWN
77+
Classifier: Development Status :: 3 - Alpha
78+
Classifier: Environment :: Console
79+
Classifier: Intended Audience :: Developers
80+
Classifier: Intended Audience :: Education
81+
Classifier: Intended Audience :: Science/Research
82+
Classifier: Intended Audience :: Financial and Insurance Industry
83+
Classifier: License :: OSI Approved :: BSD License
84+
Classifier: Natural Language :: English
85+
Classifier: Operating System :: MacOS :: MacOS X
86+
Classifier: Operating System :: Microsoft :: Windows
87+
Classifier: Operating System :: POSIX
88+
Classifier: Programming Language :: Python :: 2.7
89+
Classifier: Topic :: Utilities

QSTK.egg-info/SOURCES.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ MANIFEST.in
44
MacInstallation.sh
55
README.md
66
UbuntuInstallation.sh
7-
__init__.py
87
ez_setup.py
98
setup.py
109
Bin/DataGenerate_SineWave.py
@@ -22,6 +21,7 @@ Examples/Basic/example-syms.csv
2221
Examples/Basic/gendata.py
2322
Examples/Basic/getnames
2423
Examples/Basic/movingavg-ex.py
24+
Examples/Basic/numpy-tutorial.py
2525
Examples/Basic/plot2ddata.py
2626
Examples/Basic/timeseries-ex.py
2727
Examples/Basic/tutorial1.py
@@ -30,8 +30,6 @@ Examples/Basic/tutorial3.py
3030
Examples/Basic/tutorial3portfolio.csv
3131
Examples/Basic/tutorial4.py
3232
Examples/Basic/tutorial5.py
33-
Examples/Basic/tutorial6.py
34-
Examples/Basic/tutorial7.py
3533
Examples/Basic/tutorial8.py
3634
Examples/DataAccess/setexample.py
3735
Examples/EventProfiler/SP500port.csv
@@ -681,7 +679,6 @@ QSTK/qstkstudy/EventProfiler.py
681679
QSTK/qstkstudy/Events.py
682680
QSTK/qstkstudy/__init__.py
683681
QSTK/qstkstudy/sp500.txt
684-
QSTK/qstkstudy/stockListGen.py
685682
QSTK/qstkstudy/study.py
686683
QSTK/qstkstudy/symbol-set1.txt
687684
QSTK/qstkstudy/symbol-set2.txt
@@ -695,10 +692,8 @@ QSTK/qstktools/__init__.py
695692
QSTK/qstktools/csv2fund.py
696693
QSTK/qstktools/report.py
697694
QSTK/qstkutil/DataAccess.py
698-
QSTK/qstkutil/DataEvolved.py
699695
QSTK/qstkutil/NYSE_dates.txt
700696
QSTK/qstkutil/__init__.py
701-
QSTK/qstkutil/bollinger.py
702697
QSTK/qstkutil/fundutil.py
703698
QSTK/qstkutil/graph.png
704699
QSTK/qstkutil/qsdateutil.py

QSTK.egg-info/requires.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy >= 1.6.1
22
scipy >= 0.9.0
33
matplotlib >= 1.1.0
4-
pandas==0.7.3
5-
python-dateutil >= 1.5
4+
pandas >= 0.7.3
5+
python-dateutil == 1.5
66
scikit-learn >= 0.11

QSTK.egg-info/top_level.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Bin
1+
bin
22
QSTK

0 commit comments

Comments
 (0)