Metadata-Version: 2.1
Name: scs-analysis
Version: 3.1.5
Summary: Information management and analysis utilities for South Coast Science data consumers
Home-page: https://github.com/south-coast-science/scs_analysis
Author: South Coast Science
Author-email: contact@southcoastscience.com
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX
Requires-Python: >3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: AWSIoTPythonSDK ~=1.4.9
Requires-Dist: gnureadline ~=8.1.2
Requires-Dist: matplotlib ~=3.3
Requires-Dist: paho-mqtt ~=1.5.0
Requires-Dist: pycryptodome ~=3.15.0
Requires-Dist: pycurl ~=7.45.2
Requires-Dist: pypandoc ~=1.5
Requires-Dist: pysftp ~=0.2.9
Requires-Dist: pytz ~=2020.1
Requires-Dist: requests ~=2.28.2
Requires-Dist: scipy ~=1.5
Requires-Dist: setuptools ~=50.3.0
Requires-Dist: tzlocal ~=2.1
Requires-Dist: scs-core ~=3.1.7
Requires-Dist: scs-host-posix ~=2.5.5
Provides-Extra: dev
Requires-Dist: pypandoc ; extra == 'dev'

# scs_analysis
_Information management and analysis utilities for South Coast Science data consumers_

Detailed information at the [scs_analysis wiki](https://github.com/south-coast-science/scs_analysis/wiki).
#
**Installation:**

The package can be installed either by git clone, or as a [pypi project](https://pypi.org/project/scs-analysis/):

```
pip install scs-analysis
```

- Windows 10 users may need to install the PyCurl executable for the PIP installer to run
which can be found here: 
https://dl.bintray.com/pycurl/pycurl/ 
- Linux users may need to install an open SSL library for the PIP installer to run

```
sudo apt install libcurl4-openssl-dev libssl-dev
```

https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/
