Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Webpage (development version), click the atomap.gitlab.io link: https://gitlab.com/atomap/atomap/builds/artifacts/master/file/public_development/index.html?job=pages_development
Atomap is a Python library for analysing atomic resolution scanning transmission electron microscopy images. It relies on fitting 2-D Gaussian functions to every atomic column in an image, and automatically finding all the atomic planes with the largest spacings.
The easiest way is via the Anaconda Python distribution, and installing with:
conda install atomap -c conda-forge
It can also be installed via PyPI:
pip3 install atomap
More install instructions: https://atomap.org/install.html
import atomap.api as am
sublattice = am.dummy_data.get_simple_cubic_sublattice()
sublattice.construct_zone_axes()
sublattice.refine_atom_positions_using_center_of_mass()
sublattice.plot()
More information on how to use Atomap: https://atomap.org/start_atomap.html
FAQs
Library for analysing atomic resolution images
We found that atomap 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.