Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
The aim of OPTIMADE is to develop a common API, compliant with the JSON:API 1.0 specification. This is to enable interoperability among databases that serve crystal structures and calculated properties of existing and hypothetical materials.
This repository contains a library of tools for implementing and consuming OPTIMADE APIs using Python:
optimade.adapters
module.optimade-get
) that can query multiple OPTIMADE providers concurrently with a given filter, at the command-line or from Python code.optimade-validator
) or used as a GitHub Action from optimade-validator-action; this validator is used to construct the providers dashboard.This document, guides, and the full module API documentation can be found online at https://optimade.org/optimade-python-tools. In particular, documentation of the OPTIMADE API response data models (implemented here with pydantic) can be found online under OPTIMADE Data Models.
The release history and changelog can be found in the changelog.
Detailed installation instructions for different use cases (e.g., using the library or running a server) can be found in the installation documentation.
The latest stable version of this package can be obtained from PyPI:
pip install optimade
The latest development version of this package can be obtained from the main branch of this repository:
git clone https://github.com/Materials-Consortia/optimade-python-tools
Each release of the optimade
package from this repository only targets one version of the OPTIMADE specification, summarised in the table below.
OPTIMADE API version | optimade requirements |
---|---|
v1.0.0 | optimade<=0.12.9 |
v1.1.0 | optimade>=0.16,<1.2 |
v1.2.0 | optimade>=1.2.0 |
All development of this package (bug reports, suggestions, feedback and pull requests) occurs in the optimade-python-tools GitHub repository. Contribution guidelines and tips for getting help can be found in the contributing notes.
If you use this package to access or serve OPTIMADE data, we kindly request that you cite the following:
openapi.json
and index_openapi.json
.openapi.json
(see also interactive JSON editor).openapi.json
specification.FAQs
Tools for implementing and consuming OPTIMADE APIs.
We found that optimade demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.