
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
octue
Advanced tools
A package providing template applications for data services, and a python SDK to the Octue API.

The python SDK for running Octue data services, digital twins, and applications - get faster data groundwork so you have more time for the science!
Read the docs here.
Uses our twined library for data validation.
To install, run one of:
pip install octue
poetry add octue
The command line interface (CLI) can then be accessed via:
octue --help
Usage: octue [OPTIONS] COMMAND [ARGS]...
The CLI for Octue SDKs and APIs, most notably Twined.
Read more in the docs: https://octue-python-sdk.readthedocs.io/en/latest/
Options:
--log-level [debug|info|warning|error]
Log level used for the analysis. [default:
info]
--version Show the version and exit.
-h, --help Show this message and exit.
Commands:
twined The Twined CLI.
When code is deprecated, it will still work but a deprecation warning will be issued with a suggestion on how to update it. After an adjustment period, deprecations will be removed from the codebase according to the code removal schedule. This constitutes a breaking change.
We use Poetry as our package manager. For development, run the following from the repository root, which will editably install the package:
poetry install --all-extras
Then run the tests to check everything's working.
These environment variables need to be set to run the tests:
GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/service/account/file.jsonThen, from the repository root, run
python3 -m unittest
Take a look at our contributing page.
FAQs
A package providing template applications for data services, and a python SDK to the Octue API.
We found that octue 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.