Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Python package developed to simplify and facilitate the setup and postprocessing of TESEO(v1.2.8) simulations (https://ihcantabria.com/en/specialized-software/teseo/)
pyTESEO is a python package developed by IHCantabria to simplify and facilitate the setup and processing of TESEO simulations (TESEO is a lagrangian numerical model also developed by IHCantabria.)
Install pyTESEO library:
Pip package manager is needed to install the library and it is recommended to be installed from [IHCantabria/pyteseo](https://github.com/IHCantabria/ pyteseo) repository:
pip install git+https://github.com/IHCantabria/pyteseo
Alternatively, you can install it from pypi but you will need also install some direct dependencies that are not publish in pipy repositories:
pip install pyteseo
# direct dependencies:
pip install "datahub @ https://github.com/IHCantabria/datahub.client/archive/refs/tags/v0.9.4.zip"
Install TESEO model binary (Not available yet!):
Get access to the binary @ (https://github.com/IHCantabria/TESEO/blob/main/bin)
Set up environment variable "TESEO_PATH" with the path to the model executable. You can use the command following CLI command after activate the python environement (python-dotenv library)
dotenv set TESEO_PATH /path/to/teseo_executable
Online data providers require to stablish opendap connections, and in some cases aditional configurations:
CMEMS products requires authentication. You should set up the environment variables CMEMS_username
and CMEMS_password
.
dotenv set CMEMS_username your_username_at_CMEMS
dotenv set CMEMS_password your_password_at_CMEMS
IHCantabria products requires connection to IHCantabria datahub API. You should set up the environment variable DATAHUB_API_URL
.
DATAHUB_API_URL = "https://datahub.ihcantabria.com"
Tests are located in pyteseo/tests/
and data required for tests are located in pyteseo/tests/data/
.
Tests have been developed using pytest.
Run tests to verify your package installation:
pyteseo-test # Run tests and prompt pytest-report
For Linux, Windows, MacOS and compatible python versions defined in installation section
Documentation is available at https://ihcantabria.github.io/pyteseo
Developed and maintained by 👨💻 German Aragon @ 🏢 IHCantabria.
FAQs
Python package developed to simplify and facilitate the setup and postprocessing of TESEO(v1.2.8) simulations (https://ihcantabria.com/en/specialized-software/teseo/)
We found that pyteseo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.