Skip to content

Commit 837db9c

Browse files
author
vinaykasireddy
committed
initial commit
1 parent 9ac5296 commit 837db9c

File tree

109 files changed

+1410991
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1410991
-201
lines changed

LICENSE

-201
This file was deleted.

LICENSE.txt

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
nzpyida license
2+
===============
3+
4+
Copyright (c) 2015 IBM Corp.
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are
9+
met:
10+
11+
* Redistributions of source code must retain the above copyright
12+
notice, this list of conditions and the following disclaimer.
13+
14+
* Redistributions in binary form must reproduce the above
15+
copyright notice, this list of conditions and the following
16+
disclaimer in the documentation and/or other materials provided
17+
with the distribution.
18+
19+
* Neither the name of the copyright holder nor the names of any
20+
contributors may be used to endorse or promote products derived
21+
from this software without specific prior written permission.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
24+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MANIFEST.in

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
recursive-include nzpyida *.txt
2+
recursive-include nzpyida *.py
3+
recursive-include docs *
4+
5+
include LICENSE.txt
6+
include MANIFEST.in
7+
include DEPLOY.txt
8+
include README.rst
9+
include setup.cfg
10+
include *.gitignore
11+
12+
13+
prune docs/build
14+
recursive-excluse *.jar

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
nzpyida - Custom Python ML/Analytics Inside Netezza
3+
4+
Please check the full documentation here
5+
https://www.ibm.com/docs/en/netezza?topic=analytics-python-in-database

0 commit comments

Comments
 (0)