Metadata-Version: 2.1
Name: scs-analysis
Version: 1.0.3
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
License: UNKNOWN
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.5
Description-Content-Type: text/markdown
Requires-Dist: AWSIoTPythonSDK (~=1.4.9)
Requires-Dist: matplotlib (~=3.3.0)
Requires-Dist: numpy (~=1.19.1)
Requires-Dist: paho-mqtt (~=1.5.0)
Requires-Dist: pycurl (~=7.43.0.5)
Requires-Dist: pypandoc (~=1.5)
Requires-Dist: pysftp (~=0.2.9)
Requires-Dist: pytz (~=2020.1)
Requires-Dist: scipy (~=1.5.2)
Requires-Dist: setuptools (~=49.2.1)
Requires-Dist: tzlocal (~=2.1)
Requires-Dist: scs-core
Requires-Dist: scs-host-posix
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:**

```
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/


