Skip to main content

SAS Scripting Wrapper for Analytics Transfer (SWAT)

Project description

SAS Scripting Wrapper for Analytics Transfer (SWAT)

Overview

The SAS SWAT package is a Python interface to the SAS Cloud Analytic Services (CAS) engine (the centerpiece of the SAS Viya framework). With this package, you can load and analyze data sets of any size on your desktop or in the cloud. Since CAS can be used on a local desktop or in a hosted cloud environment, you can analyze extremely large data sets using as much processing power as you need, while still retaining the ease-of-use of Python on the client side.

Using SWAT, you can execute workflows of CAS analytic actions, then pull down the summarized data to further process on the client side in Python, or to merge with data from other sources using familiar Pandas data structures. In fact, the SWAT package mimics much of the API of the Pandas package so that using CAS should feel familiar to current Pandas users.

With the best-of-breed SAS analytics in the cloud and the use of Python and its large collection of open source packages, the SWAT package gives you access to the best of both worlds.

To view updates to this project see the Change Log.

Prerequisites

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

  • 64-bit Python 2.7.x or 3.5+ on Windows or Linux (see shared library notes below)

The binary protocol requires pre-compiled components found in the pip installer only. These pieces are not available as source code and are under a separate license (see documentation on SAS TK). The binary protocol offers better performance than REST, especially when transferring larger amounts of data. It also offers more advanced data loading from the client and data formatting features.

To access the CAS REST interface only, you can use the pure Python code which runs in Python 2.7/3.5+ on all platforms. While not as fast as the binary protocol, the pure Python interface is more portable.

Linux Library Dependencies

Some Linux distributions may not install all of the needed shared libraries by default. Most notably, the shared library libnuma.so.1 is required to make binary protocol connections to CAS. If you do not have this library on your machine you can install the numactl package for your distribution to make it available to SWAT.

Python Dependencies

The SWAT package uses many features of the Pandas Python package and other dependencies of Pandas. If you do not already have version 0.16.0 or greater of Pandas installed, pip will install or update it for you when you install SWAT.

Installation

SWAT can be installed using pip or conda (if you are using Anaconda)::

pip install swat

conda install -c sas-institute swat

You can also install from the files on the SWAT project releases page. Simply locate the file for your platform and install it using pip as follows:

pip install https://github.com/sassoftware/python-swat/releases/download/vX.X.X/python-swat-X.X.X-platform.tar.gz

Where X.X.X is the release you want to install, and platform is the platform you are installing on. You can also use the source code distribution if you only want to use the CAS REST interface. It does not contain support for the binary protocol.

Getting Started

For the full documentation go to sassoftware.github.io/python-swat. A simple example is shown below.

Once you have SWAT installed and you have a CAS server to connect to, you can import swat and create a connection::

>>> import swat
>>> conn = swat.CAS(host, port, username, password)

Note the default port for the Python SWAT connection is 5570.

If you get an error message about the TCP/IP negClientSSL support routine, you likely have an issue with your SSL certificate configuration. See the Encryption documentation for more information.

If that is successful, you should be able to run an action on the CAS server::

>>> out = conn.serverstatus()
NOTE: Grid node action status report: 1 nodes, 6 total actions executed.
>>> print(out)
[About]

 {'CAS': 'Cloud Analytic Services',
  'Copyright': 'Copyright © 2014-2016 SAS Institute Inc. All Rights Reserved.',
  'System': {'Hostname': 'cas01',
   'Model Number': 'x86_64',
   'OS Family': 'LIN X64',
   'OS Name': 'Linux',
   'OS Release': '2.6.32-504.12.2.el6.x86_64',
   'OS Version': '#1 SMP Sun Feb 1 12:14:02 EST 2015'},
  'Version': '3.01',
  'VersionLong': 'V.03.01M0D08232016',
  'license': {'expires': '20Oct2016:00:00:00',
   'gracePeriod': 62,
   'site': 'SAS Institute Inc.',
   'siteNum': 1,
   'warningPeriod': 31}}

[server]

 Server Status

    nodes  actions
 0      1        6

[nodestatus]

 Node Status

     name        role  uptime  running  stalled
 0  cas01  controller   4.836        0        0

+ Elapsed: 0.0168s, user: 0.016s, sys: 0.001s, mem: 0.287mb

>>> conn.close()

Contributing

The Contributor Agreement details on how contributions can be made to the project. The Contributing includes instructions and rules as it relates to making contributions on the project.

Licensing

The LICENSE.md states how this package is released and licensed.

Additional Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

swat-1.10.0-0-cp310-cp310-win_amd64.whl (53.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

swat-1.10.0-0-cp310-cp310-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.10

swat-1.10.0-0-cp310-cp310-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.10

swat-1.10.0-0-cp310-cp310-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

swat-1.10.0-0-cp39-cp39-win_amd64.whl (53.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

swat-1.10.0-0-cp39-cp39-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.9

swat-1.10.0-0-cp39-cp39-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.9

swat-1.10.0-0-cp39-cp39-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

swat-1.10.0-0-cp38-cp38-win_amd64.whl (53.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

swat-1.10.0-0-cp38-cp38-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.8

swat-1.10.0-0-cp38-cp38-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.8

swat-1.10.0-0-cp38-cp38-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

swat-1.10.0-0-cp37-cp37m-win_amd64.whl (52.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

swat-1.10.0-0-cp37-cp37m-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.7m

swat-1.10.0-0-cp37-cp37m-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.7m

swat-1.10.0-0-cp37-cp37m-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

swat-1.10.0-0-cp36-cp36m-win_amd64.whl (52.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

swat-1.10.0-0-cp36-cp36m-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.6m

swat-1.10.0-0-cp36-cp36m-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.6m

swat-1.10.0-0-cp36-cp36m-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

swat-1.10.0-0-cp35-cp35m-win_amd64.whl (52.9 MB view details)

Uploaded CPython 3.5m Windows x86-64

swat-1.10.0-0-cp35-cp35m-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 3.5m

swat-1.10.0-0-cp35-cp35m-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 3.5m

swat-1.10.0-0-cp35-cp35m-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

swat-1.10.0-0-cp27-cp27mu-win_amd64.whl (53.0 MB view details)

Uploaded CPython 2.7mu Windows x86-64

swat-1.10.0-0-cp27-cp27mu-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 2.7mu

swat-1.10.0-0-cp27-cp27mu-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 2.7mu

swat-1.10.0-0-cp27-cp27mu-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 2.7mu macOS 10.9+ x86-64

swat-1.10.0-0-cp27-cp27m-win_amd64.whl (53.0 MB view details)

Uploaded CPython 2.7m Windows x86-64

swat-1.10.0-0-cp27-cp27m-manylinux2014_ppc64le.whl (457.5 kB view details)

Uploaded CPython 2.7m

swat-1.10.0-0-cp27-cp27m-manylinux1_x86_64.whl (39.7 MB view details)

Uploaded CPython 2.7m

swat-1.10.0-0-cp27-cp27m-macosx_10_9_x86_64.whl (457.5 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file swat-1.10.0-0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 53.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 14552957661a00d6c29a6d4d6341ce4f5c139414b64ae1964fe19cf4bb0b6c64
MD5 2f6a361fdc4d86fb2b6b4dfba2763ccd
BLAKE2b-256 8a6832648eed8770e5e14f7db353c6db62eb66f6e46e5931f71886776628ba0e

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp310-cp310-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp310-cp310-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp310-cp310-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11f2acc14b6f8d316c9cc33f1c50b4d037da172fa0c36437439a3a6c0926efd9
MD5 0836af032bf0fe3425cb0b16da6343d7
BLAKE2b-256 34c40935dc2f1705e17c7325b3a6c56b9238c718fcc0ea26cfe2853363c3b08e

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp310-cp310-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp310-cp310-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1012dca87b7fb1437791ca5a60d5b572725ead86f508b9c44932510324d5c1b7
MD5 d807b4c7e11efc2c69cd41374a414127
BLAKE2b-256 391109b54636f5bb8dcd34c22dab5aa2331eaa3c1307777070d9f21b31ede7d4

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f0100f96295e053cc1447bc9f17f6683caa3f02a97799b34d489d8aba48ee19
MD5 04d2624b0c43c471893be2bcbb9949d4
BLAKE2b-256 0e19d0a519934ce2d117d036bc981a3def094a21415395d4dfdb45baac00d403

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 53.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d9a041f4589299ef5df1a967313c0b31b1fa3347de38a7d2e84ccf74602e30c
MD5 6683dbfce09467df2e871acf802df62b
BLAKE2b-256 b10661461e23d8a88629dc7700f039de69a42b2dccbb6b45fda931ce24037fbf

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp39-cp39-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp39-cp39-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp39-cp39-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d3483c91f799b2a508ea73acc6c1507a329c6be9fd487d4e8a027c26d07c3ee4
MD5 4d33d6cfc320356780506a879e9fa2df
BLAKE2b-256 4b2064abec41c5fd4ced9e9dc7c441d2d2736d2ea9a8440b3b72f9d81bd808fc

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e9b9068f38cb4d161368319b0f670f42ef7f030016b7d763e0c8f8a282fcd6c1
MD5 1c73f9428ca9d22cadf675cf359ed1b4
BLAKE2b-256 ceaebc8db9f0d9d4fe67f5342b865b029ebf8c5ea5e52f1054afb9a3dc2ace6a

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0e88359018529b7d35396d06cecb2c933ab8461fcaf3b9c99f255ed41d67e78
MD5 ea8477ab4752d86888deaa3a42e58092
BLAKE2b-256 aa3222ceea8cc0c9155b4af2c1dea39668a9947144031a13f9a84e792fc129fb

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 53.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ccfb1724a99237a6bca9f694d2c78c42e1169231496099cde706b41e095fdbd2
MD5 8514a0a99203608e4e64b6f50d27d886
BLAKE2b-256 74087cea87f24f7c4eb97a5a96dd0ee681b46e762d19abb82bee4ad04795336b

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp38-cp38-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp38-cp38-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp38-cp38-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3196cbf750880e6f324f41a329ae3aa50b9b931558407be208ae3fdf92488bd0
MD5 4ec1351c742b673634206f197807bfbb
BLAKE2b-256 8d4d1de520f3e9f170112eb0aecfa7cc91136ca86dc4f899a8a65faeb65d5a0c

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 be78030992cbb685cbf43c9a2280614e7e1ef77bec96d1beb9b248735fadef89
MD5 bef6d0e647c934387c15aef9a6db3e5d
BLAKE2b-256 a68e381f0da8b6d3424d00dd61bf263f022954b7570f5ed50bcffe939aa56f85

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50fc0015a9fe22d09bd028382f421b9d10bbc0bebe8e201d15d7bcb69c343b6b
MD5 8e5daa3e0ba10bd46fc458132c2f371e
BLAKE2b-256 5d9a73fd0229581a41dbf8a7a3b5e9c9841bf0a85c7689ccd0d129be510e6e3e

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 52.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9e4c1d909a0166fbedf9c4542b4a14ecb32445e56078e7c82a2d1171fdf6b0a7
MD5 dc2f6c747818b3435314d21c957b6aac
BLAKE2b-256 0a0782c5cc8ec166a56bad89ae77ec76ae43a39775d302954aa4e06cd309886d

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp37-cp37m-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp37-cp37m-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp37-cp37m-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5ccd995f59333606a9330fe5df217eece764f0e9d29d3e70c21e313543205c50
MD5 93930653d130c5bb7191dcbd6094e95f
BLAKE2b-256 091ee780bf2203db6b6375fd3b7d97e56187e8013372b08146c016df6ce89855

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 440fa06051f788d4ef864d6d229655eed75f670f16c55ab9b38ee711ad41e8e3
MD5 879cd9579e24dc61d24274cc2d17886d
BLAKE2b-256 28391b47bf42dad1711dcd2ee55aea81680032d2acfdbdf6f34316577f82abc1

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e3ea42734ebe5951ae18e1fe00b47716afc189cad665f988535e1d7241eec858
MD5 6fc07e579dbfe182f94afa385c6d6e50
BLAKE2b-256 f33ceeb7fcbec27a0e9a1568dcbf30cae38ccfbd3aa3a3ba7c2eef79d3295ed0

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 52.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 575aec2275243f5b94769806f665c3eee8ac34c970e4f4977a204eaa48518c25
MD5 387421f102a21765d9fddfc512624d6d
BLAKE2b-256 89e0b8d51da5d26641c783f4e3ca192a9c45e503d3bf4658a3b2ee1570628087

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp36-cp36m-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp36-cp36m-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp36-cp36m-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b290f56251483c638943fade305678525927992b0d2d311a1a595699ce5d1924
MD5 90672657e123a79c129932c399b8f957
BLAKE2b-256 8e515e5413922c8dc690f367fa44aeb07081c1f974d0bad2f180dcfeb6759f30

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e53e358af805d011c92eaf35c6ff2c71ed6fb5413740bdc4d62ac47c713508b7
MD5 36e99f6552b1602b02b5d026b13c1380
BLAKE2b-256 3878606069defe484ca1e83524b917d069592590d979a238c360d4e9b84b7627

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2780d383a9d6708f355995045232212b44dac8a1e55c481678d50afd72859ea9
MD5 7526b470d2454af09da6025e73c2d66d
BLAKE2b-256 2f1525761fe963aebee8b04416965ef3b2c163693ad91602c5b84aafb928621f

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 52.9 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e4ff84f63007b1f3d583f586fc8528fa69a132bc3f6d8446d1ecdcb476c0a3e2
MD5 4e16fba8fede04b4d28085e651ea9e9c
BLAKE2b-256 c3441940da991731fa00422a68fa7d528bf2b0363c6df8faaa162565ea4eee26

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp35-cp35m-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp35-cp35m-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp35-cp35m-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e6db697d2550e9f517a69c675044c673830beef657a854ca3008bb228bb663ea
MD5 9ba91a45611a0499ac10e00778e1e357
BLAKE2b-256 560af2327ad24f4dc46587801883ec5a2d4dda508337e0263f1fd44ae8800116

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea8f1acd0e2ec1acb5d2bcf844f1eb6f9910c7ec1ae800fbef15a5556ae0bd9c
MD5 eb0819574759306ab294764ffbadff7d
BLAKE2b-256 f1c45eaf135d1622d74d597ed35279b8c7af30d516567fa093d0b4ca06782b06

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88dd2497e873c3a7a999fa12f5d09b4be1c9834c9dec0a2ab7f7af0dda516332
MD5 c21cc53becd0dd9276955b289ce4e4d6
BLAKE2b-256 7053721a63a612eb0fa6e4f4b9884e336dff77a47058380dd3daed2c2b00ad34

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27mu-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27mu-win_amd64.whl
  • Upload date:
  • Size: 53.0 MB
  • Tags: CPython 2.7mu, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27mu-win_amd64.whl
Algorithm Hash digest
SHA256 81ff23d363fcffb8083abb038ad6866ac94b9c1b141b6ec89fe6b3e14cf88529
MD5 f663d38a141bfc749209cc9f77c65b1c
BLAKE2b-256 7af5f3c996705548d5ac7bf85b47208839df9bacf1c88358171313151aa7a02b

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27mu-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27mu-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27mu-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c892c640db8f5f5c0b0d810aa51143dc72d96936ed7639721d301f438c17a52f
MD5 1a1f7f81a45128e5ec06ba4815904665
BLAKE2b-256 6f9f849be70b1ed3ae19c3192f6e8f9f131843c9012ec427bcbba194e4cb12c0

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a138f5d40e40597de81e55634966cefdce3395a7b7cf1adc729563db0edfa401
MD5 c1df4725868256c8e07738fb44316d19
BLAKE2b-256 4fd02895f251bb4278b0e1fe780968c650a0d3ef1f14a8255903116f8e117abd

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27mu-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27mu-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 2.7mu, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27mu-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96b2d02a07e3e6d6801d0614b3bdb6a664c5044c3bfc4b82c845b6cfd3d14c73
MD5 f82e65964bdb5cdd4d8290128d6c3897
BLAKE2b-256 3c75f725e38314ff749500f48c8c524343ebcec502dc913866aba7d544023b79

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 53.0 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 3165ad2f149acb74914e34828c48c0caa2fdd189c4f893cb382e797a079d27ee
MD5 fbfcbae657d9f8374b1463ae34c08108
BLAKE2b-256 518edff1f4d33ada4381a513f20ad1cec297b8859203fb4415fdba2b086af9e2

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27m-manylinux2014_ppc64le.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27m-manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27m-manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4f7f4ca0f5fe98d53ef04f11ff6d5874af7eaa574a3ad1ba3a059604491dd0f8
MD5 4b14d4d350bf6616ae85bacdd0418c1b
BLAKE2b-256 5671f3c11cb64f53568a9c61032ab4b2f6775ac047b169a597af225a23325539

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 39.7 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d672bdda792419241255a3ad9c60ef96cac246ef711b4412f20b464efcc4964a
MD5 0c4aefa0fbff14e9b3d814dce33601cb
BLAKE2b-256 7b3d76970fe0cae2d361df36f445a1bdd842d08536f2ae3a760730094fddd96a

See more details on using hashes here.

File details

Details for the file swat-1.10.0-0-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: swat-1.10.0-0-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for swat-1.10.0-0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0d9d63e2f5b6ac10485f35c108b5661f5b4ea2489e55f0d004fe079854dc44c
MD5 b973bf249e9bebfce016f53dae4b006f
BLAKE2b-256 bbfc3745eda7a9c3a103c008fc170a358998d15c5515e379887cd7d56646402c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page