Skip to content

Commit 2439ce7

Browse files
authored
Merge pull request #30 from sabisw/patch-1
Update README.md
2 parents bfd2f20 + cfda8b1 commit 2439ce7

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
# SAS Scripting Wrapper for Analytics Transfer (SWAT)
3+
## Overview
34

45
The **SAS SWAT** package is a Python interface to the **SAS Cloud Analytic
56
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
2122
Python and its large collection of open source packages, the **SWAT**
2223
package gives you access to the best of both worlds.
2324

25+
To view updates to this project see the [Change Log](https://github.com/sassoftware/python-swat/blob/master/CHANGELOG.md).
2426

25-
## Requirements
27+
# Prerequisites
2628

2729
To access the CAS binary protocol (recommended), you need the following:
2830

@@ -137,13 +139,18 @@ CAS server::
137139

138140
>>> conn.close()
139141

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.
140144

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.
142147

143-
[SAS SWAT](http://github.com/sassoftware/python-swat/)
148+
# Additional Resources
149+
- [Python-SWAT API Documentation](https://sassoftware.github.io/python-swat/)
150+
- [SAS Viya Documentation](https://support.sas.com/documentation/onlinedoc/viya/index.html)
151+
- [Q&A Support](https://communities.sas.com/t5/SAS-Viya-Coders-Library/tkb-p/cas%40tkb)
152+
- [Python](http://www.python.org/)
153+
- [SAS Viya](http://www.sas.com/en_us/software/viya.html)
144154

145-
[Python](http://www.python.org/)
146-
147-
[SAS Viya](http://www.sas.com/en_us/software/viya.html)
148155

149156
Copyright SAS Institute

0 commit comments

Comments
 (0)