Metadata-Version: 2.1
Name: scs-core
Version: 2.4.6
Summary: The root of all South Coast Science environmental monitoring applications.
Home-page: https://github.com/south-coast-science/scs_core
Author: South Coast Science
Author-email: contact@southcoastscience.com
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
Classifier: Operating System :: POSIX
Requires-Python: >3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: AWSIoTPythonSDK (~=1.4.9)
Requires-Dist: paho-mqtt (~=1.5.0)
Requires-Dist: psutil (~=5.9.4)
Requires-Dist: pysftp (~=0.2.9)
Requires-Dist: pytz (~=2020.1)
Requires-Dist: scipy (~=1.5)
Requires-Dist: setuptools (~=50.3.0)
Requires-Dist: tzlocal (~=2.1)

# scs_core
The root of all South Coast Science environmental monitoring applications.

_Contains library classes only._


**Required libraries:** 

* Third party: AWSIoTPythonSDK, pytz, tzlocal


**Branches:**

The stable branch of this repository is master. For deployment purposes, use:

    git clone --branch=master https://github.com/south-coast-science/scs_core.git
