Metadata-Version: 2.1
Name: scs-core
Version: 3.4.3
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


**Python installation on Linux**

[How to install Python 3.7 with SSL?](https://raspberrypi.stackexchange.com/questions/88150/how-to-install-python-3-7-with-ssl)

[How To Install the Latest Python Version on Raspberry Pi?](https://raspberrytips.com/install-latest-python-raspberry-pi/)
  
wget https://www.python.org/ftp/python/3.11.3/Python-3.11.3.tgz

[ImportError: No module named _ssl](https://stackoverflow.com/questions/5128845/importerror-no-module-named-ssl)
  
***scipy:***
  
as root...

apt-get install --reinstall python3-apt

apt install gfortran

apt install libopenblas-dev


as scs...

pip install cmake

pip install openblas

pip install scipy

[Unable to install Scipy with MKL using Meson](https://stackoverflow.com/questions/73628794/unable-to-install-scipy-with-mkl-using-meson)

[INSTALLATION](https://scipy.org/install/)

[ERROR: Failed building wheel for ninja #6381](https://github.com/freqtrade/freqtrade/issues/6381)

[Installing GFortran](https://fortran-lang.org/en/learn/os_setup/install_gfortran/)

