You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
2
2
# SAS Scripting Wrapper for Analytics Transfer (SWAT)
3
+
## Overview
3
4
4
5
The **SAS SWAT** package is a Python interface to the **SAS Cloud Analytic
5
6
Services (CAS)** engine (the centerpiece of the
@@ -21,8 +22,9 @@ With the best-of-breed **SAS** analytics in the cloud and the use of
21
22
Python and its large collection of open source packages, the **SWAT**
22
23
package gives you access to the best of both worlds.
23
24
25
+
To view updates to this project see the [Change Log](https://github.com/sassoftware/python-swat/blob/master/CHANGELOG.md).
24
26
25
-
## Requirements
27
+
#Prerequisites
26
28
27
29
To access the CAS binary protocol (recommended), you need the following:
28
30
@@ -135,13 +137,15 @@ CAS server::
135
137
136
138
>>> conn.close()
137
139
140
+
# Contributing
141
+
The [Contributor Agreement](https://github.com/sassoftware/python-swat/blob/master/ContributorAgreement.txt) details on how contributions can be made to the project. The [Contributing](https://github.com/sassoftware/python-swat/blob/master/CONTRIBUTING.md) includes instructions and rules as it relates to making contributions on the project.
138
142
139
-
# Resources
143
+
# Licensing
144
+
The [LICENSE.md](https://github.com/sassoftware/python-swat/blob/master/LICENSE.md) states how this package is released and licensed.
0 commit comments