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
+13-6Lines changed: 13 additions & 6 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
@@ -137,13 +139,18 @@ CAS server::
137
139
138
140
>>> conn.close()
139
141
142
+
# Contributing
143
+
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.
140
144
141
-
# Resources
145
+
# Licensing
146
+
The [LICENSE.md](https://github.com/sassoftware/python-swat/blob/master/LICENSE.md) states how this package is released and licensed.
0 commit comments